A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abort() - Method in class org.dspace.core.Context
Close the context, without committing any of the changes performed using this context.
abort() - Method in class org.dspace.sword.SWORDContext
Abort all of the contexts held by this class.
abort() - Method in class org.dspace.sword2.SwordContext
Abort all of the contexts held by this class.
abort(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
abort(Context, T, EPerson) - Method in interface org.dspace.workflow.WorkflowService
abort() aborts a workflow, completely deleting it (administrator do this) (it will basically do a reject from any state - the item ends up back in the user's PersonalWorkspace
abortContext(ServletRequest) - Static method in class org.dspace.app.rest.utils.ContextUtil
 
abortContext(ServletRequest) - Static method in class org.dspace.web.ContextUtil
 
about(Bitstream, Map) - Method in interface org.dspace.storage.bitstore.BitStoreService
Obtain technical metadata about an asset in the asset store.
about(Bitstream, Map) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Obtain technical metadata about an asset in the asset store.
about(Bitstream, Map) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Obtain technical metadata about an asset in the asset store.
ABSTRACT - Variable in class org.dspace.app.util.GoogleMetadata
 
AbstractCondition - Class in org.dspace.content.logic.condition
Abstract class for conditions, to implement the basic getter and setter parameters
AbstractCondition() - Constructor for class org.dspace.content.logic.condition.AbstractCondition
 
AbstractCurationTask - Class in org.dspace.curate
AbstractCurationTask encapsulates a few common patterns of task use, resources, and convenience methods.
AbstractCurationTask() - Constructor for class org.dspace.curate.AbstractCurationTask
 
AbstractDSpaceRestRepository - Class in org.dspace.app.rest.repository
This is the base class for any Rest Repository.
AbstractDSpaceRestRepository() - Constructor for class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
AbstractDSpaceWebapp - Class in org.dspace.app.util
Represent a DSpace application while it is running.
AbstractDSpaceWebapp() - Constructor for class org.dspace.app.util.AbstractDSpaceWebapp
Prevent null instantiation.
AbstractDSpaceWebapp(String) - Constructor for class org.dspace.app.util.AbstractDSpaceWebapp
Construct a particular kind of DSpace application.
AbstractExternalDataProvider - Class in org.dspace.external.provider
This abstract class allows to configure the list of supported entity types via spring.
AbstractExternalDataProvider() - Constructor for class org.dspace.external.provider.AbstractExternalDataProvider
 
AbstractGenerator - Class in org.dspace.app.sitemap
Base class for creating sitemaps of various kinds.
AbstractGenerator(File) - Constructor for class org.dspace.app.sitemap.AbstractGenerator
Initialize this generator to write to the given directory.
AbstractHibernateDAO<T> - Class in org.dspace.core
Hibernate implementation for generic DAO interface.
AbstractHibernateDAO() - Constructor for class org.dspace.core.AbstractHibernateDAO
 
AbstractHibernateDSODAO<T extends DSpaceObject> - Class in org.dspace.core
Hibernate implementation used by DSpaceObject Database Access Objects.
AbstractHibernateDSODAO() - Constructor for class org.dspace.core.AbstractHibernateDSODAO
 
AbstractImportMetadataSourceService<RecordType> - Class in org.dspace.importer.external.service
This class is a partial implementation of MetadataSource.
AbstractImportMetadataSourceService() - Constructor for class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
AbstractIndexableObject<T extends ReloadableEntity<PK>,​PK extends Serializable> - Class in org.dspace.discovery.indexobject
This class exists in order to provide a default implementation for the equals and hashCode methods.
AbstractIndexableObject() - Constructor for class org.dspace.discovery.indexobject.AbstractIndexableObject
 
AbstractMetadataFieldMapping<RecordType> - Class in org.dspace.importer.external.metadatamapping
Abstract class that implements MetadataFieldMapping.
AbstractMetadataFieldMapping() - Constructor for class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
AbstractMETSDisseminator - Class in org.dspace.content.packager
Base class for disseminator of METS (Metadata Encoding and Transmission Standard) Package.
See http://www.loc.gov/standards/mets/
AbstractMETSDisseminator() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator
 
AbstractMETSDisseminator.MdStreamCache - Class in org.dspace.content.packager
Wrapper for a table of streams to add to the package, such as mdRef'd metadata.
AbstractMETSIngester - Class in org.dspace.content.packager
Base class for package ingester of METS (Metadata Encoding and Transmission Standard) Packages.
See http://www.loc.gov/standards/mets/.
AbstractMETSIngester() - Constructor for class org.dspace.content.packager.AbstractMETSIngester
 
AbstractMETSIngester.MdrefManager - Class in org.dspace.content.packager
An instance of ZipMdrefManager holds the state needed to retrieve the contents of an external metadata stream referenced by an mdRef element in a Zipped up METS manifest.
AbstractOperator - Class in org.dspace.content.logic.operator
Abstract class for an operator.
AbstractOperator() - Constructor for class org.dspace.content.logic.operator.AbstractOperator
Default constructor
AbstractOperator(List<LogicalStatement>) - Constructor for class org.dspace.content.logic.operator.AbstractOperator
Constructor to create operator from some predefined statements
AbstractOrcidProfileSectionFactory - Class in org.dspace.orcid.model.factory.impl
Abstract class for that handle commons behaviors of all the available orcid profile section factories.
AbstractOrcidProfileSectionFactory(OrcidProfileSectionType, OrcidProfileSyncPreference) - Constructor for class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
AbstractPackageDisseminator - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?) PackageDisseminators may find useful.
AbstractPackageDisseminator() - Constructor for class org.dspace.content.packager.AbstractPackageDisseminator
 
AbstractPackageIngester - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Ingester, which implements a few helper/utility methods that most (all?) PackageIngesters may find useful.
AbstractPackageIngester() - Constructor for class org.dspace.content.packager.AbstractPackageIngester
 
AbstractPackagerWrappingCrosswalk - Class in org.dspace.content.crosswalk
Packager Wrapping Crosswalk plugin
AbstractPackagerWrappingCrosswalk() - Constructor for class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
 
AbstractPlainMetadataSource - Class in org.dspace.importer.external.service.components
This class is an abstract implementation of MetadataSource useful in cases of plain metadata sources.
AbstractPlainMetadataSource() - Constructor for class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
 
AbstractProcessingStep - Class in org.dspace.app.rest.submit
Abstract processing class for DSpace Submission Steps.
AbstractProcessingStep() - Constructor for class org.dspace.app.rest.submit.AbstractProcessingStep
 
AbstractProjection - Class in org.dspace.app.rest.projection
Abstract base class for projections.
AbstractProjection() - Constructor for class org.dspace.app.rest.projection.AbstractProjection
 
AbstractRemoteMetadataSource - Class in org.dspace.importer.external.service.components
This class contains primitives to handle request timeouts and to retry requests.
AbstractRemoteMetadataSource() - Constructor for class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Constructs an empty MetadataSource class object and initializes the Exceptionhandlers
AbstractRequestImpl - Class in org.dspace.services.sessions.model
 
AbstractRequestImpl() - Constructor for class org.dspace.services.sessions.model.AbstractRequestImpl
 
AbstractResourceService - Class in org.dspace.app.iiif.service
Base class for services.
AbstractResourceService() - Constructor for class org.dspace.app.iiif.service.AbstractResourceService
 
AbstractSimpleDC - Class in org.dspace.sword2
 
AbstractSimpleDC() - Constructor for class org.dspace.sword2.AbstractSimpleDC
 
AbstractSwordContentIngester - Class in org.dspace.sword2
 
AbstractSwordContentIngester() - Constructor for class org.dspace.sword2.AbstractSwordContentIngester
 
AbstractTextFilterOFD - Class in org.dspace.sort
Helper class for creating order delegates.
AbstractTextFilterOFD() - Constructor for class org.dspace.sort.AbstractTextFilterOFD
 
AbstractTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates stuff
AbstractTranslator() - Constructor for class org.dspace.ctask.general.AbstractTranslator
 
AbstractUsageEventListener - Class in org.dspace.usage
AbstractUsageEventListener is used as the base class for listening events running in the EventService.
AbstractUsageEventListener() - Constructor for class org.dspace.usage.AbstractUsageEventListener
 
AbstractValidation - Class in org.dspace.app.rest.submit.step.validation
Abstract class to provide basic management of errors resulting from a validation on a submission
AbstractValidation() - Constructor for class org.dspace.app.rest.submit.step.validation.AbstractValidation
 
AbstractVersionProvider - Class in org.dspace.versioning
 
AbstractVersionProvider() - Constructor for class org.dspace.versioning.AbstractVersionProvider
 
AC_PREFIX - Static variable in class org.dspace.app.bulkedit.MetadataImport
The prefix of the authority controlled field
accept(File, String) - Method in class org.dspace.app.util.LocalSchemaFilenameFilter
 
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilter
The filter method
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilterByBundleName
Filter bitstream based on bundle name found in properties file
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilterByFilename
Tests bitstream by matching the regular expression in the properties against the bitstream name
accept(Bitstream) - Method in class org.dspace.app.itemupdate.OriginalBitstreamFilter
Tests bitstreams for containment in an ORIGINAL bundle
accept(Bitstream) - Method in class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)
Accept - Class in org.purl.sword.atom
 
Accept() - Constructor for class org.purl.sword.atom.Accept
 
Accept(String) - Constructor for class org.purl.sword.atom.Accept
 
ACCEPT_HEADER_NAME - Static variable in class org.dspace.rdf.negotiation.NegotiationFilter
 
ACCEPT_HEADER_NAME - Static variable in class org.dspace.rdf.providing.LocalURIRedirectionServlet
 
accept_request - Static variable in class org.dspace.app.requestitem.RequestItem_
 
ACCEPT_REQUEST - Static variable in class org.dspace.app.requestitem.RequestItem_
 
ACCEPTED - Static variable in class org.purl.sword.base.Deposit
Submission accepted.
ACCEPTED - Static variable in interface org.purl.sword.base.HttpHeaders
Submission accepted.
AcceptEditRejectAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action that allows users to edit/accept/reject a workflow item
AcceptEditRejectAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
acceptRequest - Variable in class org.dspace.app.rest.model.RequestItemRest
 
ACCESS_CONDITION_POLICY_STEP_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
ACCESS_CONDITION_STEP_NAME - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
ACCESS_CONDITION_STEP_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
ACCESS_STATUS - Static variable in class org.dspace.app.rest.model.ItemRest
 
ACCESS_TOKEN - Static variable in class org.dspace.orcid.OrcidToken_
 
AccessConditionAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" operation to add custom resource policies.
AccessConditionAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.AccessConditionAddPatchOperation
 
AccessConditionConfiguration - Class in org.dspace.submit.model
Simple bean used to configure the access conditions section in particular the set of available policies and the possibility to modify discoverability.
AccessConditionConfiguration() - Constructor for class org.dspace.submit.model.AccessConditionConfiguration
 
AccessConditionConfigurationService - Class in org.dspace.submit.model
Simple bean to manage different Access Condition configurations
AccessConditionConfigurationService() - Constructor for class org.dspace.submit.model.AccessConditionConfigurationService
 
AccessConditionDiscoverableReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" PATCH operation to change a previous discoverable flag value.
AccessConditionDiscoverableReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.AccessConditionDiscoverableReplacePatchOperation
 
AccessConditionDTO - Class in org.dspace.app.rest.model
The AccessConditionDTO is a partial representation of the DSpace ResourcePolicyRest as used in the patch payload for the upload and itemAccessConditions submission sections (see {@link UploadBitstreamRest, @link DataAccessCondition}.
AccessConditionDTO() - Constructor for class org.dspace.app.rest.model.AccessConditionDTO
 
AccessConditionOption - Class in org.dspace.submit.model
This class represents an option available in the submission upload section to set permission on a file.
AccessConditionOption() - Constructor for class org.dspace.submit.model.AccessConditionOption
 
AccessConditionOptionRest - Class in org.dspace.app.rest.model
The Access Condition (ResourcePolicy) REST Resource
AccessConditionOptionRest() - Constructor for class org.dspace.app.rest.model.AccessConditionOptionRest
 
AccessConditionRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" operation to remove custom resource policies.
AccessConditionRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.AccessConditionRemovePatchOperation
 
AccessConditionReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" operation to replace custom resource policies.
AccessConditionReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.AccessConditionReplacePatchOperation
 
AccessConditionResourcePolicyUtils - Class in org.dspace.app.rest.submit.factory.impl
Utility class to reuse methods related to item resource-policies These methods are applicable in the submission when adding new AccessCondition.
AccessConditionStep - Class in org.dspace.app.rest.submit.step
AccessCondition step for DSpace Spring Rest.
AccessConditionStep() - Constructor for class org.dspace.app.rest.submit.step.AccessConditionStep
 
AccessStatusHelper - Interface in org.dspace.access.status
Plugin interface for the access status calculation.
AccessStatusResource - Class in org.dspace.app.rest.model.hateoas
Access Status Rest HAL Resource.
AccessStatusResource(AccessStatusRest) - Constructor for class org.dspace.app.rest.model.hateoas.AccessStatusResource
 
AccessStatusRest - Class in org.dspace.app.rest.model
The Access Status REST Resource.
AccessStatusRest() - Constructor for class org.dspace.app.rest.model.AccessStatusRest
 
AccessStatusRest(String) - Constructor for class org.dspace.app.rest.model.AccessStatusRest
 
AccessStatusService - Interface in org.dspace.access.status.service
Public interface to the access status subsystem.
AccessStatusServiceFactory - Class in org.dspace.access.status.factory
Abstract factory to get services for the access status package, use AccessStatusServiceFactory.getInstance() to retrieve an implementation.
AccessStatusServiceFactory() - Constructor for class org.dspace.access.status.factory.AccessStatusServiceFactory
 
AccessStatusServiceFactoryImpl - Class in org.dspace.access.status.factory
Factory implementation to get services for the access status package, use AccessStatusServiceFactory.getInstance() to retrieve an implementation.
AccessStatusServiceFactoryImpl() - Constructor for class org.dspace.access.status.factory.AccessStatusServiceFactoryImpl
 
AccessStatusServiceImpl - Class in org.dspace.access.status
Implementation for the access status calculation service.
AccessStatusServiceImpl() - Constructor for class org.dspace.access.status.AccessStatusServiceImpl
 
accessToken - Static variable in class org.dspace.orcid.OrcidToken_
 
AccountService - Interface in org.dspace.eperson.service
Methods for handling registration by email and forgotten passwords.
AccountServiceImpl - Class in org.dspace.eperson
Methods for handling registration by email and forgotten passwords.
AccountServiceImpl() - Constructor for class org.dspace.eperson.AccountServiceImpl
 
action(HttpServletRequest, ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
action(HttpServletRequest, String, String, Integer) - Method in class org.dspace.app.rest.RestResourceController
Called in POST, with a x-www-form-urlencoded, execute an action on a resource Note that the regular expression in the request mapping accept a number as identifier;
action(Context, HttpServletRequest, ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
action(Context, HttpServletRequest, Integer) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
Action - Class in org.dspace.xmlworkflow.state.actions
This abstract class represents a workflow action.
Action() - Constructor for class org.dspace.xmlworkflow.state.actions.Action
 
ACTION - Static variable in class org.dspace.app.rest.IdentifierRestController
 
ACTION - Static variable in class org.dspace.app.rest.UUIDLookupRestController
 
ACTION_ID - Static variable in class org.dspace.authorize.ResourcePolicy_
 
ACTION_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
ACTION_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
actionId - Static variable in class org.dspace.authorize.ResourcePolicy_
 
actionId - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
actionId - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
ActionInterface - Interface in org.dspace.xmlworkflow.state.actions
This empty interface can be implemented by the UI module(s).
ActionManager - Class in org.dspace.app.itemupdate
Container for UpdateActions Order of actions is very import for correct processing.
ActionManager() - Constructor for class org.dspace.app.itemupdate.ActionManager
 
actionMgr - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
actionPerformed(ActionEvent) - Method in class org.purl.sword.client.MessageOutputPanel
Clear the text from the display.
actionPerformed(ActionEvent) - Method in class org.purl.sword.client.PostDialog
Handle the button click to select a file to upload.
ActionResult - Class in org.dspace.xmlworkflow.state.actions
Represents the result of an Action.
ActionResult(ActionResult.TYPE) - Constructor for class org.dspace.xmlworkflow.state.actions.ActionResult
Action taken without a result.
ActionResult(ActionResult.TYPE, int) - Constructor for class org.dspace.xmlworkflow.state.actions.ActionResult
Action taken, with a detailed result.
ActionResult.TYPE - Enum in org.dspace.xmlworkflow.state.actions
The decision of the Action's user(s)
ACTIONS - Static variable in class org.dspace.app.rest.model.WorkflowStepRest
 
actionText - Static variable in class org.dspace.core.Constants
lets you look up action names from the action IDs
ActionType - Enum in org.dspace.workflow
Java class for action-type.
actionTypeRelevance - Static variable in class org.dspace.core.Constants
Array of relevances of actions to objects - used by the UI to only display actions that are relevant to an object type; To see if an action is relevant to an object, just OR the relevance type above with the value in actionTypeRelevance[] (To see if READ is relevant to community, just test actionTypeRelevance[READ] | RCOMMUNITY, 0 = irrelevant)
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.Action
Called when a workflow item becomes eligible for this Action.
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
activateFirstStep(Context, Workflow, Step, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Activate the first step in a workflow for a WorkflowItem.
activateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
Activator - Interface in org.dspace.kernel
An activator is a special type which allows a provider to be plugged into the system by dropping a jar file in with the kernel and adding in a hook in the configuration file.
activeThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
ActuatorConfiguration - Class in org.dspace.app.rest.configuration
Configuration class related to the actuator endpoints.
ActuatorConfiguration() - Constructor for class org.dspace.app.rest.configuration.ActuatorConfiguration
 
add(String) - Method in class org.dspace.statistics.util.IPTable
Can be full v4 IP, subnet or range string.
add(String, int) - Method in class org.dspace.xoai.services.impl.MetadataFieldCache
 
add(String, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Add a new metadata value to this line
add(Stat) - Method in class org.dspace.app.statistics.Statistics
add an individual statistic to this object
add(Stat[]) - Method in class org.dspace.app.statistics.Statistics
add an array of statistics to this object
add(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameAddOperation
Performs the actual add name of resourcePolicy operation
add(Context, String[], String, BulkEditChange) - Method in class org.dspace.app.bulkedit.MetadataImport
Add an item metadata with a line from CSV, and optionally update the item
add(Context, Group, WorkspaceItem, int) - Method in interface org.dspace.eperson.service.SupervisorService
adds a supervision order to the database
add(Context, Group, WorkspaceItem, int) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
add(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
add(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
add(Link) - Method in class org.dspace.app.rest.model.hateoas.HALResource
 
ADD - org.dspace.app.rest.security.DSpaceRestPermission
 
ADD - org.dspace.usage.UsageEvent.Action
 
ADD - Static variable in class org.dspace.core.Constants
Action of adding something to a container.
ADD - Static variable in class org.dspace.event.Event
 
ADD - Static variable in class org.purl.sword.client.PostDialog
label for the add command.
addAcceptPackaging(String) - Method in class org.purl.sword.base.Collection
Add an acceptPackaging format.
addAcceptPackaging(String, float) - Method in class org.purl.sword.base.Collection
Add an acceptPackaging format.
addAccepts(String) - Method in class org.purl.sword.base.Collection
Add an accepts entry.
addAdditionalSolrYearCores(SolrQuery) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
addAggregateValues(String, String) - Method in class org.dspace.app.util.GoogleMetadata
 
addAmdSec(Context, DSpaceObject, PackageParameters, Mets, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addAndShiftRightMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addAndShiftRightMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata field.
addAppliedFilter(SearchResultsRest.AppliedFilter) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
addArgument(Object) - Method in class org.dspace.core.Email
Fill out the next argument in the template
addAtom(String, String) - Method in class org.dspace.sword2.SimpleDCMetadata
 
addAttachment(File, String) - Method in class org.dspace.core.Email
 
addAttachment(InputStream, String, String) - Method in class org.dspace.core.Email
 
addAttributeValidationInfo(SwordValidationInfo) - Method in class org.purl.sword.base.SwordValidationInfo
 
addAuthenticationDataForUser(HttpServletRequest, HttpServletResponse, DSpaceAuthentication, boolean) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
addAuthenticationDataForUser(HttpServletRequest, HttpServletResponse, DSpaceAuthentication, boolean) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
This method should be called after a successful authentication occurs.
addAuthors() - Method in class org.dspace.sword.DSpaceATOMEntry
add the author names from the bibliographic metadata.
addAuthors(Author) - Method in class org.purl.sword.atom.Entry
Add an author to the Entry.
addAwardNumber(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata oaire.awardNumber
addAwardTitle(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.title
addAwardURI(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata oaire.awardURI
addBitstream(Bitstream) - Method in class org.dspace.scripts.Process
 
addBitstream(Context, ItemArchive, Item, File, ContentsEntry, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddBitstreamsAction
Add bitstream
addBitstream(Context, Bundle, Bitstream) - Method in class org.dspace.content.BundleServiceImpl
 
addBitstream(Context, Bundle, Bitstream) - Method in interface org.dspace.content.service.BundleService
Add an existing bitstream to this bundle
addBitstreams(Context, Item, METSManifest, File, PackageParameters, AbstractMETSIngester.MdrefManager) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add Bitstreams to an Item, based on the files listed in the METS Manifest
AddBitstreamsAction - Class in org.dspace.app.itemupdate
Action to add bitstreams listed in item contents file to the item in DSpace
AddBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.AddBitstreamsAction
 
addBitstreamsToZip(Context, DSpaceObject, PackageParameters, ZipOutputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Add Bitstreams associated with a given DSpace Object into an existing ZipOutputStream
addBlock(Statistics) - Method in class org.dspace.app.statistics.HTMLReport
add a statistics block to the report to the class register
addBlock(Statistics) - Method in interface org.dspace.app.statistics.Report
add a statistics block to the report to the class register
addBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
addBundle(Context, Item, Bundle) - Method in interface org.dspace.content.service.ItemService
Add an existing bundle to this item.
addBundleToItem(UUID, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.ItemAddBundleController
Method to add a Bundle to an Item with the given UUID in the URL.
addBundleToItem(Context, Item, BundleRest) - Method in class org.dspace.app.rest.repository.ItemRestRepository
Method to add a bundle to an item
addCanvas(CanvasGenerator) - Method in class org.dspace.app.iiif.model.generator.CanvasItemsGenerator
Adds a single Canvas to the sequence.
addCanvas(CanvasGenerator) - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
Adds canvas to range canvas list.
addCanvas(Context, Item, Bundle, Bitstream) - Method in class org.dspace.app.iiif.service.SequenceService
This method adds a canvas to the sequence for each item in the list of DSpace bitstreams.
addCategories() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add all the subject classifications from the bibliographic metadata.
addCategories() - Method in class org.dspace.sword.ItemEntryGenerator
Add all the subject classifications from the bibliographic metadata.
addCategories(Item, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add all the subject classifications from the bibliographic metadata.
addCategories(DepositResult, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add all the subject classifications from the bibliographic metadata.
addCategory(String) - Method in class org.purl.sword.atom.Entry
Add a category.
addCharacter(Character) - Method in class org.purl.sword.client.MessageOutputPanel
Add a single character to the text area.
addChildGroups(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.GroupRestController
Method to add one or more subgroups to a group.
addCitedPageToItem(InputStream, Bundle, Bundle, Bundle, Map<String, Bitstream>, Item, Bitstream) - Method in class org.dspace.curate.CitationPage
A helper function for CitationPage.performItem(Item).
addClaimedUser(Context, XmlWorkflowItem, Step, EPerson) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
Adds a claimed user in the metadata.
addClaimedUser(Context, XmlWorkflowItem, Step, EPerson) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
addCollection(Context, Community, Collection) - Method in class org.dspace.content.CommunityServiceImpl
 
addCollection(Context, Community, Collection) - Method in interface org.dspace.content.service.CommunityService
Add an exisiting collection to the community
addCollection(Collection) - Method in class org.purl.sword.base.Workspace
Add a collection to the Workspace.
addCollectionList(Community, List<Collection>) - Method in class org.dspace.content.CommunityServiceImpl
Internal method to process subcommunities recursively
addConsumerProfile(ConsumerProfile) - Method in class org.dspace.event.BasicDispatcher
 
addConsumerProfile(ConsumerProfile) - Method in class org.dspace.event.Dispatcher
Add a consumer profile to the end of the list.
addContact(String, String) - Method in class org.dspace.workflow.Task
Associate a contact with a given curation status such as Curator.CURATE_ERROR.
addContainerLogo(Context, DSpaceObject, METSManifest, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add a Logo to a Community or Collection container object based on a METS Manifest.
addContainerMetadataField(SolrInputDocument, List<String>, List<String>, String, String) - Method in class org.dspace.discovery.indexobject.DSpaceObjectIndexFactoryImpl
Add the metadata value of the community/collection to the solr document IF needed highlighting is added !
addContentElement() - Method in class org.dspace.sword.BitstreamEntryGenerator
Set the content type that DSpace received.
addContentElement() - Method in class org.dspace.sword.ItemEntryGenerator
Set the content type that DSpace received.
addContributor(Contributor) - Method in class org.purl.sword.atom.Entry
Add a contributor.
addContributors() - Method in class org.dspace.sword.DSpaceATOMEntry
Add the list of contributors to the item.
addCoverPageToDocument(PDDocument, PDDocument, PDPage) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
addCss(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addDatasetGenerator(DatasetGenerator) - Method in class org.dspace.statistics.content.StatisticsData
Augment the list of facets (generators).
addDatasetGenerator(DatasetGenerator) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addDCValue(Context, Item, String, Node) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addDefaultOperatorsToList() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
addDefaultPoliciesNotInPlace(Context, DSpaceObject, List<ResourcePolicy>) - Method in class org.dspace.content.ItemServiceImpl
Add the default policies, which have not been already added to the given DSpace object
addDepositLicense(Context, String, Item, Collection) - Static method in class org.dspace.content.packager.PackageUtils
Add DSpace Deposit License to an Item.
addDepositUrls(String[]) - Method in class org.purl.sword.client.PostDialog
Add a list of deposit URLs.
addDescription(String) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds optional description to Manifest.
addDescription(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.description
addDescriptor(String, String) - Method in class org.dspace.curate.TaskResolver
Adds a task descriptor property and flushes catalog to disk.
addDetails(String) - Method in class org.dspace.content.DSpaceObject
Add a string to the cache of event details.
addDiscoveryFields(SolrInputDocument, Context, Item, List<DiscoveryConfiguration>) - Method in interface org.dspace.discovery.indexobject.factory.ItemIndexFactory
Store item fields in the solr document
addDiscoveryFields(SolrInputDocument, Context, Item, List<DiscoveryConfiguration>) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
addDocumentsToFile(Context, SolrDocumentList, File) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
addDOI(String, Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
addDsoChild(int, int, boolean, int) - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
addDsoChild(DSORepresentation) - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
addDSpaceObjectFilter(String) - Method in class org.dspace.discovery.DiscoverQuery
Adds a DSpace object filter, must be an DSpace Object type integer.
addDublinCore(String, String) - Method in class org.dspace.sword2.SimpleDCMetadata
 
addEmail(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
addEmbeds(FacetConfigurationRest) - Method in class org.dspace.app.rest.model.hateoas.FacetConfigurationResource
 
addEmbeds(FacetResultsRest) - Method in class org.dspace.app.rest.model.hateoas.FacetResultsResource
 
addEntities(String) - Static method in class org.dspace.core.Utils
Replace characters that could be interpreted as HTML codes with symbolic references (entities).
addEPerson(EPerson) - Method in class org.dspace.xmlworkflow.RoleMembers
 
addError(List<ErrorRest>, String, String) - Method in class org.dspace.app.rest.submit.step.validation.AbstractValidation
Add an error message (i18nKey) for a specific json path, to list provided in input.
addErrorField(HttpServletRequest, String) - Method in class org.dspace.xmlworkflow.state.actions.Action
Add a single UI field to the list of all error fields (which can later be retrieved using getErrorFields())
addEvent(Event) - Method in class org.dspace.core.Context
Add an event to be dispatched when this context is committed.
addExternalResults(String, ArrayList<Choice>, List<AuthorityValue>, int) - Method in class org.dspace.content.authority.SolrAuthority
 
addFacetEntry(SearchFacetEntryRest) - Method in class org.dspace.app.rest.model.SearchResultsRest
 
addFacetField(DiscoverFacetField) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new facet field
addFacetIndex(SolrInputDocument, String, String, String) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
Index the provided value as use for a sidebar facet
addFacetIndex(SolrInputDocument, String, String, String, String) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
Index the provided value as use for a sidebar facet
addFacetQuery(String) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new facet query
addFacetResult(String, DiscoverResult.FacetResult...) - Method in class org.dspace.discovery.DiscoverResult
 
addFacetValues(Context, DiscoverResult, SearchResultsRest, DiscoveryConfiguration, Projection) - Method in class org.dspace.app.rest.converter.DiscoverFacetsConverter
Fill the facet values information in the SearchResultsRest using the information in the api DiscoverResult object according to the configuration applied to the discovery query
addFieldPresentQueries(String...) - Method in class org.dspace.discovery.DiscoverQuery
Adds a query that will ensure that a certain field is present in the index
addFiles(String[]) - Method in class org.purl.sword.client.PostDialog
Add a list of file names.
addFileTypes(String[]) - Method in class org.purl.sword.client.PostDialog
Add a list of file types.
addFilter(SearchConfigurationRest.Filter) - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
addFilter(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
addFilter(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addFilterParams(UriComponentsBuilder, DiscoveryResultsRest) - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
addFilterQueries(String...) - Method in class org.dspace.discovery.DiscoverQuery
Adds new filter queries
addFilters(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsData
Augment the list of filters.
addFinishedUser(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
Adds a finished user in the metadata.
addFinishedUser(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
addFirstRow(Component) - Method in class org.purl.sword.client.SWORDFormPanel
Add the specified component as the first row.
addFirstRow(Component, Component) - Method in class org.purl.sword.client.SWORDFormPanel
Add the specified components as the first row in the form.
addFormatNamespaces(String[]) - Method in class org.purl.sword.client.PostDialog
Add the list of formatNamespace strings.
addFunderID(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata project.funder.identifier
addFunderJuristiction(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.coverage.spatial
addFunderName(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata project.funder.name
addFundingItemAcronym(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.title.alternative
addFundingStream(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata oaire.fundingStream
addGenerator() - Method in class org.dspace.sword.DSpaceATOMEntry
add the generator field content
addGroup(Group) - Method in class org.dspace.xmlworkflow.RoleMembers
 
addGroupPolicyToItem(Context, Item, int, Group, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
addHandle(Handle) - Method in class org.dspace.content.DSpaceObject
Append to this object's list of Handles.
addHighlightedResult(IndexableObject, DiscoverResult.IndexableObjectHighlightResult) - Method in class org.dspace.discovery.DiscoverResult
 
addHistory(Context, MostRecentChecksum) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
addHistory(Context, MostRecentChecksum) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
addHitHighlightingField(DiscoverHitHighlightingField) - Method in class org.dspace.discovery.DiscoverQuery
 
addHitHighlights(String, List<String>) - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
addIdentifier() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add the identifier for the item.
addIdentifier() - Method in class org.dspace.sword.ItemEntryGenerator
Add the identifier for the item.
addIdentifier(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.identifier
addImage(Resource<ImageContent>) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Add to the list of image content resources for the canvas.
addIndexableObject(IndexableObject) - Method in class org.dspace.discovery.DiscoverResult
 
addInterested(ChecksumResultCode, long) - Method in class org.dspace.checker.ResultsPruner
Add a result and the length of time before the history with this type of result is removed from the database.
addInterested(ChecksumResultCode, String) - Method in class org.dspace.checker.ResultsPruner
Add a result and the length of time before it is removed from the checksum history table.
addItem(String) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Add an item to the CSV file, from a CSV line of elements
addItem(Item) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Add a DSpace item to the CSV file
addItem(Context, List<Collection>, String, String, PrintWriter, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
item? try and add it to the archive.
addItem(Context, Collection, Item) - Method in class org.dspace.content.CollectionServiceImpl
 
addItem(Context, Collection, Item) - Method in interface org.dspace.content.service.CollectionService
Add an item to the collection.
addItems(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addItems(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Add items
addItemsAtomic(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addItemsAtomic(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceContentInOriginalBundleFilterPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceFileInfoPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceIndexCollectionSubmittersPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceIndexOutputPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in interface org.dspace.discovery.SolrServiceIndexPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceParentObjectIndexingPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
additionalIndex(Context, IndexableObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
additionalMetadata(Context, Metadata, Item) - Method in class org.dspace.xoai.app.CCElementItemCompilePlugin
 
additionalMetadata(Context, Metadata, Item) - Method in interface org.dspace.xoai.app.XOAIExtensionItemCompilePlugin
This method allows plugins to add content to the xoai document generated for the item.
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in class org.dspace.discovery.SolrServicePrivateItemPlugin
 
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in interface org.dspace.discovery.SolrServiceSearchPlugin
Edits the solr query before it is sent to solr by adding additional parameters to it.
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
 
addLastUpdatedDate() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add the date that this item was last updated
addLastUpdatedDate() - Method in class org.dspace.sword.ItemEntryGenerator
Add the date that this item was last updated
addLastUpdatedDate(Item, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add the date that this item was last updated
addLastUpdatedDate(DepositResult, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add the date that this item was last updated
addLicense(String) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds an optional license to manifest.
addLicense(Context, Item, String, String, Document) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Add a new license to the item
addLicense(Context, Item, String, String, Document) - Method in interface org.dspace.license.service.CreativeCommonsService
Add a new license to the item
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add license(s) to Item based on contents of METS and other policies.
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Ignore license when restoring an manifest-only AIP, since it should be a bitstream in the AIP already.
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license.
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.sword2.SwordMETSPackageIngester
Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license.
addLink(Link) - Method in class org.purl.sword.atom.Entry
Get the link for this Entry.
addLinks() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add links associated with this item.
addLinks() - Method in class org.dspace.sword.ItemEntryGenerator
Add links associated with this item.
addLinks(AuthenticationTokenResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.AuthenticationTokenHalLinkFactory
 
addLinks(AuthnResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.AuthnHalLinkFactory
 
addLinks(BrowseEntryResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.BrowseEntryHalLinkFactory
 
addLinks(CollectionResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.CollectionResourceWorkflowGroupHalLinkFactory
 
addLinks(DSpaceResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.DSpaceResourceHalLinkFactory
 
addLinks(ExternalSourceEntryResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceEntryHalLinkFactory
 
addLinks(ExternalSourceResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceHalLinkFactory
 
addLinks(FacetConfigurationResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.FacetConfigurationResourceHalLinkFactory
 
addLinks(FacetResultsResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.FacetResultsHalLinkFactory
 
addLinks(FacetsResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.FacetsResourceHalLinkFactory
 
addLinks(HALResource) - Method in class org.dspace.app.rest.link.HalLinkService
 
addLinks(HALResource, Pageable) - Method in class org.dspace.app.rest.link.HalLinkService
 
addLinks(HarvestedCollectionResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.harvest.HarvestedCollectionHalLinkFactory
 
addLinks(OrcidQueueResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.OrcidQueueHalLinkFactory
 
addLinks(ProcessResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.process.ProcessResourceHalLinkFactory
 
addLinks(RelationshipResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.relation.RelationshipHalLinkFactory
 
addLinks(RootResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.RootHalLinkFactory
 
addLinks(SearchConfigurationResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchConfigurationResourceHalLinkFactory
 
addLinks(SearchFacetEntryResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchFacetEntryHalLinkFactory
 
addLinks(SearchFacetValueResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchFacetValueHalLinkFactory
 
addLinks(SearchResultEntryResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchResultEntryHalLinkFactory
 
addLinks(SearchResultsResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchResultsResourceHalLinkFactory
 
addLinks(SearchSupportResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.search.SearchSupportHalLinkFactory
 
addLinks(StatisticsSupportResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.statistics.StatisticsSupportHalLinkFactory
 
addLinks(SubmissionCCLicenseUrlResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.process.SubmissionCCLicenseUrlResourceHalLinkFactory
Add a self link based on the search parameters
addLinks(SubmissionSectionResource, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.SubmissionSectionHalLinkFactory
 
addLinks(RESOURCE, Pageable, LinkedList<Link>) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
addLocalesToAcceptableFilenames(List<String>) - Method in class org.dspace.core.NewsServiceImpl
 
addLogo(ImageContentGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
 
addLogoBitstream(Context, Bitstream, FileSec, Div, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addManifestBitstream(Context, Item, METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Save/Preserve the METS Manifest as a Bitstream attached to the given DSpace item.
addMatchers(String, String[]) - Method in class org.dspace.authenticate.IPAuthentication
Add matchers for the given comma-delimited IP ranges and group.
addMember(Context, Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
addMember(Context, Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
add an eperson member
addMember(Context, Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
addMember(Context, Group, Group) - Method in interface org.dspace.eperson.service.GroupService
add group to this group.
addMembers(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.GroupRestController
Method to add one or more members to a group.
addMessage(String) - Method in class org.purl.sword.client.MessageOutputPanel
Add a message to the text area.
addMetadata(String, String, String...) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Adds single metadata field to Manifest.
addMetadata(String, String, String...) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds a single metadata field to Manifest.
addMetadata(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
addMetadata(MetadataValueDTO) - Method in class org.dspace.external.model.ExternalDataObject
This method will add a Metadata value to the list of metadata values
addMetadata(Item, Bitstream, String) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Add the bitstream metadata to the item
addMetadata(MetadataValue) - Method in class org.dspace.content.DSpaceObject
 
addMetadata(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
addMetadata(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
addMetadata(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
addMetadata(Context, Item, String, String, String, String, String, String, int, int) - Method in class org.dspace.content.ItemServiceImpl
 
addMetadata(Context, T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata field.
addMetadata(Context, T, String, String, String, String, String, String, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, String, String, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata field.
addMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata value at the given place position.
addMetadata(Context, T, String, String, String, String, List<String>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, List<String>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, String, String, String, String, List<String>, List<String>, List<Integer>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, List<String>, List<String>, List<Integer>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, MetadataRest) - Method in class org.dspace.app.rest.converter.MetadataConverter
Add to a DSpace object's domain metadata values from a rest representation.
addMetadata(Context, T, MetadataField, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a metadatafield.
addMetadata(Context, T, MetadataField, String, String, String, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, String, String, int) - Method in interface org.dspace.content.service.DSpaceObjectService
addMetadata(Context, T, MetadataField, String, List<String>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, List<String>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a metadatafields.
addMetadata(Context, T, MetadataField, String, List<String>, List<String>, List<Integer>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, List<String>, List<String>, List<Integer>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, MetadataField, String, List<String>, List<String>, List<Integer>, Supplier<Integer>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
AddMetadataAction - Class in org.dspace.app.itemupdate
Action to add metadata to item
AddMetadataAction() - Constructor for class org.dspace.app.itemupdate.AddMetadataAction
 
addMetadataAndResources(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
addMetadataLeftJoin(StringBuilder, String, Collection<MetadataField>) - Method in class org.dspace.core.AbstractHibernateDSODAO
Add left outer join on all metadata fields which are passed to this function.
addMetadataSortQuery(StringBuilder, List<MetadataField>, List<String>) - Method in class org.dspace.core.AbstractHibernateDSODAO
Append ORDER BY clause based on metadata fields or column names.
addMetadataSortQuery(StringBuilder, List<MetadataField>, List<String>, List<String>) - Method in class org.dspace.core.AbstractHibernateDSODAO
Append ORDER BY clause based on metadata fields or column names.
addMetadataValueWhereQuery(StringBuilder, List<MetadataField>, String, String) - Method in class org.dspace.core.AbstractHibernateDSODAO
Using the metadata tables mapped in the leftJoin, this function creates a where query which can check the values.
addModule(Module) - Method in class org.dspace.app.util.SyndicationFeed
Add a ROME plugin module (e.g.
addMultipleValues(String) - Method in class org.dspace.app.util.GoogleMetadata
If metadata field contains multiple values, then add each value to the map separately
addNamedResourceTypeIndex(SolrInputDocument, String) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
Add the necessary fields to the SOLR document to support a Discover Facet on resourcetypename (archived item, workspace item, workflow item, etc)
addNameVariant(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
addObjectSpecificData(String, Bitstream) - Method in class org.dspace.statistics.export.processor.BitstreamEventProcessor
Adds additional item and bitstream data to the url
addObjectSpecificData(String, Item) - Method in class org.dspace.statistics.export.processor.ItemEventProcessor
Adds additional item data to the url
ADDON_RESOURCE_PATH - Static variable in class org.dspace.servicemanager.DSpaceServiceManager
 
addOnBehalfOf(String[]) - Method in class org.purl.sword.client.PostDialog
Add a list of onBehalfOf names.
addOnBehalfOf(String[]) - Method in class org.purl.sword.client.ServiceDialog
Add a list of onBehalfOf names.
AddOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "add" operation to the given "path".
AddOperation(String, Object) - Constructor for class org.dspace.app.rest.model.patch.AddOperation
 
addOperator(SearchConfigurationRest.Filter.Operator) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
addOtherMetadata(String, String) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Add additional metadata to the otherMetadata map
addPackageReference(DSpaceObject, String) - Method in class org.dspace.content.packager.AbstractPackageIngester
During ingestion process, some submission information packages (SIPs) may reference other packages to be ingested (recursively).
addPackagingElement() - Method in class org.dspace.sword.DSpaceATOMEntry
set the packaging format of the deposit
addParameter(String, Object) - Method in class org.dspace.importer.external.datamodel.Query
In the parameters variable, adds the value to the collection associated with the specified key.
addParameter(String, String) - Method in class org.dspace.curate.Curator
Set a parameter visible to all tasks in this Curator instance.
addParameters(Map<String, String>) - Method in class org.dspace.curate.Curator
Set many parameters visible to all tasks in this Curator instance.
AddPatchOperation<T> - Class in org.dspace.app.rest.submit.factory.impl
Class to manage HTTP PATCH method operation ADD.
AddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.AddPatchOperation
 
addPoint(UsageReportPointRest) - Method in class org.dspace.app.rest.model.UsageReportRest
Adds a UsageReportPointRest object to this UsageReportRest object
addPolicies(Context, List<ResourcePolicy>, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicies(Context, List<ResourcePolicy>, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Copies policies from a list of resource policies to a given DSpaceObject
addPolicy(Context, DSpaceObject, int, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for an individual eperson
addPolicy(Context, DSpaceObject, int, EPerson, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, EPerson, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for an individual eperson
addPolicy(Context, DSpaceObject, int, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for a group
addPolicy(Context, DSpaceObject, int, Group, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, Group, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for a group
addPolicyToItem(Context, Item, int, EPerson, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
addPower(String) - Method in class org.dspace.workflow.Task
Empower this attachment to affect a workflow in some way.
addProperty(String, String) - Method in class org.dspace.content.packager.PackageParameters
Adds a value to a property; if property already has value(s), this is tacked onto the end, otherwise it acts like setProperty().
addProperty(String, String) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new search property to the misc search properties
addPropertyDirect(String, Object) - Method in class org.dspace.servicemanager.config.DSpaceEnvironmentConfiguration
Adds a property to this configuration.
addPropertyValue(String, Object) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
addPropertyValue(String, Object) - Method in interface org.dspace.services.ConfigurationService
Add a value to a configuration property.
addProvider(T) - Method in class org.dspace.utils.servicemanager.ProviderStack
Add a provider to the stack of providers.
addPublishDate() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add the date of publication from the bibliographic metadata
addPublishDate() - Method in class org.dspace.sword.ItemEntryGenerator
Add the date of publication from the bibliographic metadata
addPublishDate(Item, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add the date of publication from the bibliographic metadata
addPublishDate(DepositResult, DepositReceipt) - Method in class org.dspace.sword2.ReceiptGenerator
Add the date of publication from the bibliographic metadata
addQuery(StatisticsDataVisits.Query) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
addRange(RangeGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds optional Range to the manifest's structures element.
addRecipient(String) - Method in class org.dspace.core.Email
Add a recipient
addRelated(ExternalLinksGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds an optional related field to the manifest.
addRelationships(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Add relationships from a 'relationships' manifest file.
addRendering(ExternalLinksGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds a rendering annotation to the Sequence.
addResource(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.MediaResourceManagerDSpace
 
addResource(AnnotationGenerator) - Method in class org.dspace.app.iiif.model.generator.AnnotationListGenerator
Adds Annotation resource to the annotation list.
addResource(AnnotationGenerator) - Method in class org.dspace.app.iiif.model.generator.SearchResultGenerator
 
addResourceContent(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
addResourceContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
addResourceContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.dspace.app.configuration.OAIWebConfig
Ensure all resources under src/main/resources/static/ directory are available off the /{oai.path}/static subpath
addResources(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
addRights() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add rights information.
addRights() - Method in class org.dspace.sword.ItemEntryGenerator
Add rights information.
addRow(Component) - Method in class org.purl.sword.client.SWORDFormPanel
Add a component to the general row.
addRow(Component, Component) - Method in class org.purl.sword.client.SWORDFormPanel
Add a component to the general row.
addRow(Component, Component, Insets, Insets) - Method in class org.purl.sword.client.SWORDFormPanel
Add a row to the table.
addSearchDocument(IndexableObject, DiscoverResult.SearchDocument) - Method in class org.dspace.discovery.DiscoverResult
 
addSearchField(String) - Method in class org.dspace.discovery.DiscoverQuery
Sets the fields which you want Discovery to return in the search results.
addSearchField(String, String...) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
addSearchFilters(SearchConfigurationRest, List<DiscoverySearchFilter>, List<DiscoverySearchFilterFacet>) - Method in class org.dspace.app.rest.converter.DiscoverConfigurationConverter
 
addSearchResult(SearchResultEntryRest) - Method in class org.dspace.app.rest.model.SearchResultsRest
 
addSeeAlso(ExternalLinksGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds an optional seeAlso element to Manifest.
addSequence(CanvasItemsGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds add single (mandatory) to the manifest.
addService(ContentSearchGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds optional search service to the manifest.
addService(ImageServiceGenerator) - Method in class org.dspace.app.iiif.model.generator.ImageContentGenerator
Adds the IIIF image service annotation.
addServiceUrls(String[]) - Method in class org.purl.sword.client.ServiceDialog
Add the list of service URLs.
addSidebarFacet(SearchFacetEntryRest) - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
addSingleField(String) - Method in class org.dspace.app.util.GoogleMetadata
Add a single metadata value to the Google field, defaulting to the first-encountered instance of the field for this Item.
addSingletonParameter(String, Object) - Method in class org.dspace.importer.external.datamodel.Query
In the parameters variable, adds the value to the collection associated with the specified key.
addSortingParms(UriComponentsBuilder, DiscoveryResultsRest) - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
addSortOption(SearchConfigurationRest.SortOption) - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
addStream(MdRef, InputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Add any additional structMap elements to the METS document, as required by this subclass.
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Adds another structMap element to contain the "parent link" that is an essential part of every AIP.
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
addSubcommunity(Context, Community, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
addSubcommunity(Context, Community, Community) - Method in interface org.dspace.content.service.CommunityService
Add an existing community as a subcommunity to the community
addSubject(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Add metadata dc.subject
addSubRange(RangeGenerator) - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
Sets the range identifier and adds a sub range to the ranges list.
addSummary() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add the summary/abstract from the bibliographic metadata
addSummary() - Method in class org.dspace.sword.ItemEntryGenerator
Add the summary/abstract from the bibliographic metadata
addTargetField(String) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Add single field to update
addTargetFields(String[]) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Add array of target fields to update
addTargetFields(Set<String>) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Set target fields
addTask(Task) - Method in class org.dspace.workflow.FlowStep
Associate a curation task with the linked workflow step.
addTask(String) - Method in class org.dspace.curate.Curator
Add a task to the set to be performed.
addTemplateItem(Context, DSpaceObject, METSManifest, File, PackageParameters, AbstractMETSIngester.MdrefManager) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add a Template Item to a Collection container object based on a METS Manifest.
addThread(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestScheduler
Adds a thread to the ready stack.
addThumbnail(Resource<ImageContent>) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Adds the thumbnail resource that will be assigned to the canvas.
addThumbnail(ImageContentGenerator) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Adds optional thumbnail image resource to manifest.
addTitle() - Method in class org.dspace.sword.BitstreamEntryGenerator
Add the title from the bibliographic metadata
addTitle() - Method in class org.dspace.sword.ItemEntryGenerator
Add the title from the bibliographic metadata
addToAmdSec(AmdSec, String[], Class, Context, DSpaceObject, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addToFacetResultList(SearchFacetValueRest) - Method in class org.dspace.app.rest.model.FacetResultsRest
 
addToIngestedMap(File, DSpaceObject) - Method in class org.dspace.content.packager.AbstractPackageIngester
Add parsed package and resulting DSpaceObject to list of successfully ingested/replaced objects.
addToPackageList(File) - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Add File to list of successfully disseminated package files
addToParameterRestList(ParameterRest) - Method in class org.dspace.app.rest.model.ScriptRest
 
addToQueryParameterMap(String, Object) - Method in class org.dspace.scripts.ProcessQueryParameterContainer
 
addTreatment() - Method in class org.dspace.sword.DSpaceATOMEntry
Add deposit treatment text
addUndoDeleteContents(UUID) - Method in class org.dspace.app.itemupdate.ItemArchive
Add bitstream id to delete contents file
addUndoMetadataField(DtoMetadata) - Method in class org.dspace.app.itemupdate.ItemArchive
Add metadata field to undo list
addUnmarshallAttributeInfo(SwordValidationInfo) - Method in class org.purl.sword.base.SwordValidationInfo
 
addUnmarshallElementInfo(SwordValidationInfo) - Method in class org.purl.sword.base.SwordValidationInfo
 
addUnmarshallValidationInfo(List<SwordValidationInfo>, List<SwordValidationInfo>) - Method in class org.purl.sword.base.SwordValidationInfo
 
addUnmarshallValidationInfo(SwordValidationInfo) - Method in class org.purl.sword.base.SwordValidationInfo
 
addURL(String, Date) - Method in class org.dspace.app.sitemap.AbstractGenerator
Add the given URL to the sitemap.
addUserIds(String[]) - Method in class org.purl.sword.client.PostDialog
Add a list of user ids.
addUserIds(String[]) - Method in class org.purl.sword.client.ServiceDialog
Add the list of user ids to the dialog.
addValidationInfo(SwordValidationInfo) - Method in class org.purl.sword.base.SwordValidationInfo
Add a related information item to this resource.
addValue(String) - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
Adds a value to the list of FileType Strings
addValue(String, Integer) - Method in class org.dspace.app.rest.model.UsageReportPointRest
Add a value pair to this UsageReportPointRest object's values
addValue(SearchFacetValueRest) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
addValue(Context, DSO, String, MetadataValueRest, int) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
addValue(MetadatumDTO) - Method in class org.dspace.importer.external.datamodel.ImportRecord
Add a value to the valueList
addValueToMatrix(int, int, float) - Method in class org.dspace.statistics.Dataset
 
addValueToMatrix(int, int, String) - Method in class org.dspace.statistics.Dataset
 
addVerboseDescription(DepositReceipt, VerboseDescription) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
addViewingHint(String) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Sets the viewing hint.
addViewingHint(String) - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
 
addWorkspace(Workspace) - Method in class org.purl.sword.base.Service
Add a workspace.
addYearRangeFacet(DiscoverySearchFilterFacet, FacetYearRange) - Method in class org.dspace.discovery.DiscoverQuery
 
adjustBundleBitstreamPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
adjustBundleBitstreamPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
Adjust the Bundle and Bitstream policies to reflect what have been defined during the submission/workflow.
adjustItemPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
adjustItemPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
Adjust the Item's policies to reflect what have been defined during the submission/workflow.
ADMIN - org.dspace.app.rest.security.DSpaceRestPermission
 
ADMIN - Static variable in class org.dspace.core.Constants
Administrative actions - System Admin, Community Admin, Collection Admin
ADMIN - Static variable in class org.dspace.eperson.Group
 
ADMIN_AND_OWNER - org.dspace.profile.OrcidProfileDisconnectionMode
Only the admin or the profile's owner can disconnect that profile from ORCID.
ADMIN_GRANT - Static variable in class org.dspace.app.rest.security.WebSecurityConfiguration
 
ADMIN_GROUP - Static variable in class org.dspace.app.rest.model.CollectionRest
 
ADMIN_GROUP - Static variable in class org.dspace.app.rest.model.CommunityRest
 
administratorEmail() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
AdministratorOfFeature - Class in org.dspace.app.rest.authorization.impl
The administrator feature.
AdministratorOfFeature() - Constructor for class org.dspace.app.rest.authorization.impl.AdministratorOfFeature
 
AdminRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Administrators are always allowed to perform any action on any DSpace object.
AdminRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.AdminRestPermissionEvaluatorPlugin
 
admins - Static variable in class org.dspace.content.Collection_
 
admins - Static variable in class org.dspace.content.Community_
 
ADMINS - Static variable in class org.dspace.content.Collection_
 
ADMINS - Static variable in class org.dspace.content.Community_
 
ADSFieldMapping - Class in org.dspace.importer.external.ads
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the ADS metadatum fields on the DSpace metadatum fields
ADSFieldMapping() - Constructor for class org.dspace.importer.external.ads.ADSFieldMapping
 
ADSImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.ads
Implements a data source for querying ADS
ADSImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
AFRIKAANS - Static variable in class org.dspace.text.filter.Language
 
afterDate(Date) - Method in class org.dspace.app.statistics.LogLine
find out if this log file line is after the given date
afterPropertiesSet() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.app.rest.AuthenticationRestController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.DiscoveryRestController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.IdentifierRestController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.OidcRestController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.RestResourceController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.app.rest.security.StatelessLoginFilter
 
afterPropertiesSet() - Method in class org.dspace.app.rest.StatisticsRestController
 
afterPropertiesSet() - Method in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
afterPropertiesSet() - Method in class org.dspace.app.rest.UUIDLookupRestController
 
afterPropertiesSet() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
afterPropertiesSet() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
After all the properties are set check that the sidebar facets are a subset of our search filters
afterPropertiesSet() - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
 
afterPropertiesSet() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.license.CCLicenseConnectorServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
afterRequest(HttpServletRequest, String) - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
AfterResearcherProfileCreationAction - Interface in org.dspace.profile.service
Interface to mark classes that allow to perform additional logic on created researcher profile.
AInprogressItemConverter<T extends InProgressSubmission,​R extends AInprogressSubmissionRest> - Class in org.dspace.app.rest.converter
Abstract implementation providing the common functionalities for all the inprogressSubmission Converter
AInprogressItemConverter() - Constructor for class org.dspace.app.rest.converter.AInprogressItemConverter
 
AInprogressSubmissionRest - Class in org.dspace.app.rest.model
Abstract class to share common aspects between the REST representation of inprogressSubmission
AInprogressSubmissionRest() - Constructor for class org.dspace.app.rest.model.AInprogressSubmissionRest
 
AIPDIMCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk descriptive metadata to and from DIM (DSpace Intermediate Metadata) format, strictly for the purpose of including a precise and complete record of the DMD in an AIP.
AIPDIMCrosswalk() - Constructor for class org.dspace.content.crosswalk.AIPDIMCrosswalk
 
AIPTechMDCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk of technical metadata for DSpace AIP.
AIPTechMDCrosswalk() - Constructor for class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
ALBANIAN - Static variable in class org.dspace.text.filter.Language
 
alertAdmin(int, Exception) - Method in class org.dspace.harvest.OAIHarvester
Generate and send an email to the administrator.
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.Action
Notify action role members that an item requires action.
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
alertUsersOnTaskActivation(Context, XmlWorkflowItem, String, List<EPerson>, String...) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Send an email to some addresses, concerning a WorkflowItem, using a given template.
alertUsersOnTaskActivation(Context, XmlWorkflowItem, String, List<EPerson>, String...) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
aliases - Static variable in class org.dspace.content.packager.PDFPackager
 
ALL - org.dspace.profile.OrcidEntitySyncPreference
Preference to be set to enable the synchronization with ORCID of all items relating to the specific entity.
ALL_FIELDS_IN_OPTION - Variable in class org.dspace.app.util.GoogleMetadata
 
ALL_OBJECTS_MASK - Static variable in class org.dspace.event.Event
 
allfiles - Static variable in class org.dspace.app.requestitem.RequestItem_
 
allfiles - Variable in class org.dspace.app.rest.model.RequestItemRest
 
ALLFILES - Static variable in class org.dspace.app.requestitem.RequestItem_
 
allMemberGroups(Context, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
allMemberGroups(Context, EPerson) - Method in interface org.dspace.eperson.service.GroupService
Get all of the groups that an eperson is a member of.
allMemberGroupsSet(Context, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
allMemberGroupsSet(Context, EPerson) - Method in interface org.dspace.eperson.service.GroupService
 
allMembers(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
allMembers(Context, Group) - Method in interface org.dspace.eperson.service.GroupService
Get all of the epeople who are a member of the specified group, or a member of a sub-group of the specified group, etc.
allowCommunityDeposit() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
ALLOWED_SEARCH_OPERATORS - Static variable in class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in class org.dspace.app.rest.projection.CompositeProjection
 
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in class org.dspace.app.rest.projection.EmbedRelsProjection
 
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in class org.dspace.app.rest.projection.FullProjection
 
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in interface org.dspace.app.rest.projection.Projection
Tells whether this projection permits the embedding of a particular embeddable subresource.
allowEmbedding(HALResource<? extends RestAddressableModel>, LinkRest, Link...) - Method in class org.dspace.app.rest.projection.SpecificLevelProjection
 
allowLinking(HALResource, LinkRest) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
allowLinking(HALResource, LinkRest) - Method in class org.dspace.app.rest.projection.CompositeProjection
 
allowLinking(HALResource, LinkRest) - Method in class org.dspace.app.rest.projection.FullProjection
 
allowLinking(HALResource, LinkRest) - Method in interface org.dspace.app.rest.projection.Projection
Tells whether this projection permits the linking of a particular linkable subresource.
allowLinking(HALResource, LinkRest) - Method in class org.dspace.app.rest.projection.SpecificLevelProjection
 
allowSetPassword(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.AuthenticationMethod
Should (or can) we allow the user to change their password.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.IPAuthentication
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.LDAPAuthentication
Cannot change LDAP password through dspace, right?
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OidcAuthentication
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OrcidAuthentication
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.PasswordAuthentication
We always allow the user to change their password.
allowSetPassword(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.service.AuthenticationService
Predicate, can user set EPerson password.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Indicate whether or not a particular self-registering user can set themselves a password in the profile info form.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.X509Authentication
We don't use EPerson password so there is no reason to change it.
allowUnauthenticatedMediaAccess() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
alterProvenance - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
AMOUNT_CURRENCY_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
analyseAccept(String) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
analyseQuery(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Take a search query string and pull out all of the meaningful information from it, giving the results in the form of a String array, a single word to each element
And - Class in org.dspace.content.logic.operator
An operator that implements AND by evaluating sub-statements and only returning true if all sub-statements return true
And() - Constructor for class org.dspace.content.logic.operator.And
Default constructor
AndFilter - Class in org.dspace.xoai.filter
 
AndFilter(DSpaceFilter, DSpaceFilter) - Constructor for class org.dspace.xoai.filter.AndFilter
 
annotateWithPaths(Context, List<Collection>) - Static method in class org.dspace.app.util.CollectionDropDown
Annotates an array of collections with their respective full paths (@see #collectionPath() method in this class).
AnnotationGenerator - Class in org.dspace.app.iiif.model.generator
Generator for an annotation model.
AnnotationGenerator(String) - Constructor for class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
AnnotationGenerator(String, Motivation) - Constructor for class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
AnnotationListGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the domain model for the AnnotationList.
AnnotationListGenerator() - Constructor for class org.dspace.app.iiif.model.generator.AnnotationListGenerator
 
AnnotationListService - Class in org.dspace.app.iiif.service
This service provides methods for creating an Annotation List.
AnnotationListService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.AnnotationListService
 
anonymizeIp(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
Anonymize a given ip
anonymizeIp(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
AnonymizeStatistics - Class in org.dspace.statistics
Script to anonymize solr statistics according to GDPR specifications.
AnonymizeStatistics.DoProcessing - Class in org.dspace.statistics
Callable implementation to process a solr document to be anonymized.
ANONYMOUS - Static variable in class org.dspace.eperson.Group
 
ANONYMOUS_GRANT - Static variable in class org.dspace.app.rest.security.WebSecurityConfiguration
 
AnonymousAdditionalAuthorizationFilter - Class in org.dspace.app.rest.security
This is a Filter class that'll fetch special groups from the AuthenticationService and set these in the current DSpace Context.
AnonymousAdditionalAuthorizationFilter(AuthenticationManager, AuthenticationService) - Constructor for class org.dspace.app.rest.security.AnonymousAdditionalAuthorizationFilter
Constructor for the class
ANY - org.dspace.curate.Curator.Invoked
 
ANY - Static variable in class org.dspace.content.Item
Wild card for Dublin Core metadata qualifiers/languages
ANY - Static variable in class org.dspace.importer.external.service.ImportService
 
ApacheLogRobotsProcessor - Class in org.dspace.statistics.util
Command line utility to create a file of spider addresses from an Apache log file.
apiKey - Variable in class org.dspace.ctask.general.AbstractTranslator
 
APISpringLoader - Class in org.dspace.app.configuration
 
APISpringLoader() - Constructor for class org.dspace.app.configuration.APISpringLoader
 
APP_NAME - Static variable in class org.dspace.app.util.WebApp_
 
APP_NO_DATE_SEPARATOR - Static variable in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
append(char) - Method in class org.dspace.curate.FileReporter
 
append(char) - Method in class org.dspace.curate.LogReporter
 
append(CharSequence) - Method in class org.dspace.curate.FileReporter
 
append(CharSequence) - Method in class org.dspace.curate.LogReporter
 
append(CharSequence, int, int) - Method in class org.dspace.curate.FileReporter
 
append(CharSequence, int, int) - Method in class org.dspace.curate.LogReporter
 
append(String) - Method in class org.dspace.sword2.VerboseDescription
 
appendFile(Context, Process, InputStream, String, String) - Method in class org.dspace.scripts.ProcessServiceImpl
 
appendFile(Context, Process, InputStream, String, String) - Method in interface org.dspace.scripts.service.ProcessService
The method will create a bitstream from the given inputstream with the given type as metadata and given name as name and attach it to the given process
appendLog(int, String, String, ProcessLogLevel) - Method in class org.dspace.scripts.ProcessServiceImpl
 
appendLog(int, String, String, ProcessLogLevel) - Method in interface org.dspace.scripts.service.ProcessService
This method will append the given output to the Process its logs
appendMetadata(Context, Item, DtoMetadata, boolean, String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Append text to value metadata field to item
Application - Class in org.dspace.app.rest
Define the Spring Boot Application settings itself.
Application() - Constructor for class org.dspace.app.rest.Application
 
ApplicationConfig - Class in org.dspace.app.rest.utils
This class provides extra configuration for our Spring Boot Application
ApplicationConfig() - Constructor for class org.dspace.app.rest.utils.ApplicationConfig
 
AppliedFilter() - Constructor for class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
AppliedFilter(String, String, String, String) - Constructor for class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
AppliedFilter(String, String, String, String) - Constructor for class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
apply(String[]) - Method in class org.dspace.app.rest.converter.BrowseEntryConverter
 
applyDateFormatLong(Date) - Method in class org.dspace.checker.SimpleReporterServiceImpl
 
applyDateFormatShort(Date) - Method in class org.dspace.checker.SimpleReporterServiceImpl
 
applyFiltersAllItems(Context) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersAllItems(Context) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersCollection(Context, Collection) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersCollection(Context, Collection) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersCommunity(Context, Community) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersCommunity(Context, Community) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersItem(Context, Item) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersItem(Context, Item) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
appName - Static variable in class org.dspace.app.util.WebApp_
 
APPROVE - org.dspace.workflow.ActionType
 
ARABIC - Static variable in class org.dspace.text.filter.Language
 
archive(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Commit the contained item to the main archive.
areNameVariantsAllowed() - Method in class org.dspace.app.util.DCInput
Get the nameVariants flag for this row
ArrayElementAttributeProcessor - Class in org.dspace.importer.external.metadatamapping.contributor
This Processor allows to extract attribute values of an array.
ArrayElementAttributeProcessor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.ArrayElementAttributeProcessor
 
ArXivFieldMapping - Class in org.dspace.importer.external.arxiv.metadatamapping
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the ArXiv metadatum fields on the DSpace metadatum fields
ArXivFieldMapping() - Constructor for class org.dspace.importer.external.arxiv.metadatamapping.ArXivFieldMapping
 
ArXivIdMetadataContributor - Class in org.dspace.importer.external.arxiv.metadatamapping.contributor
Arxiv specific implementation of MetadataContributor Responsible for generating the ArXiv Id from the retrieved item.
ArXivIdMetadataContributor() - Constructor for class org.dspace.importer.external.arxiv.metadatamapping.contributor.ArXivIdMetadataContributor
 
ArXivImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.arxiv.service
Implements a data source for querying ArXiv
ArXivImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
 
asc - org.dspace.discovery.configuration.DiscoverySortFieldConfiguration.SORT_ORDER
 
asc - org.dspace.discovery.DiscoverQuery.SORT_ORDER
 
ASCENDING - Static variable in class org.dspace.sort.SortOption
 
asJson(Resource<?>) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Serializes the json response.
assembleFileName(String, EPerson, Date) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
assembleFileName(String, EPerson, Date) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Create a file name based on the date and eperson
AssignAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
 
AssignAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
assignCurrentUserInContext() - Method in class org.dspace.app.harvest.Harvest
This method will assign the currentUser to the Context variable which is also created in this method.
assignCurrentUserInContext() - Method in class org.dspace.app.harvest.HarvestCli
This is the overridden instance of the Harvest.assignCurrentUserInContext() method in the parent class Harvest.
assignCurrentUserInContext() - Method in class org.dspace.curate.Curation
This method will assign the currentUser to the Context variable which is also created in this method.
assignCurrentUserInContext() - Method in class org.dspace.curate.CurationCli
This is the overridden instance of the Curation.assignCurrentUserInContext() method in the parent class Curation.
assignCurrentUserInContext(Context) - Method in class org.dspace.app.bulkedit.MetadataImport
 
assignCurrentUserInContext(Context) - Method in class org.dspace.app.bulkedit.MetadataImportCLI
 
AssignOriginalSubmitterAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that assigns the original submitter to the workflowitem
AssignOriginalSubmitterAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
assignSpecialGroupsInContext() - Method in class org.dspace.curate.Curation
 
ATOM_NS - Static variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
ATOM_NS - Static variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ATOM_RNG - Static variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
AtomCollectionGenerator - Interface in org.dspace.sword2
 
ATOMCollectionGenerator - Class in org.dspace.sword
 
ATOMCollectionGenerator(SWORDService) - Constructor for class org.dspace.sword.ATOMCollectionGenerator
Create a new ATOM collection generator using the given SWORD service.
AtomDocumentRequest - Class in org.purl.sword.base
Represents an AtomDocumentRequest.
AtomDocumentRequest() - Constructor for class org.purl.sword.base.AtomDocumentRequest
 
AtomDocumentResponse - Class in org.purl.sword.base
Represents a deposit response.
AtomDocumentResponse(int) - Constructor for class org.purl.sword.base.AtomDocumentResponse
Create a new response with the specified http code.
AtomDocumentServlet - Class in org.purl.sword.server
EntryDocumentServlet
AtomDocumentServlet() - Constructor for class org.purl.sword.server.AtomDocumentServlet
 
atomicUpdate(Context, String, String, Map<String, Object>) - Method in interface org.dspace.discovery.IndexingService
Atomically update the index of a single field for an object
atomicUpdate(Context, String, String, Map<String, Object>) - Method in class org.dspace.discovery.SolrServiceImpl
 
atomMap - Variable in class org.dspace.sword2.AbstractSimpleDC
 
AtomStatementDisseminator - Class in org.dspace.sword2
 
AtomStatementDisseminator() - Constructor for class org.dspace.sword2.AtomStatementDisseminator
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.OidcLoginFilter
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.OrcidLoginFilter
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.ShibbolethLoginFilter
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.StatelessLoginFilter
Attempt to authenticate the user by using Spring Security's AuthenticationManager.
attempts - Static variable in class org.dspace.orcid.OrcidQueue_
 
ATTEMPTS - Static variable in class org.dspace.orcid.OrcidQueue_
 
ATTRIBUTE_HREF - Static variable in class org.purl.sword.atom.Link
Label for the href attribute.
ATTRIBUTE_HREF - Static variable in class org.purl.sword.base.Collection
Label for the Href attribute.
ATTRIBUTE_HREF_LANG - Static variable in class org.purl.sword.atom.Link
Label for the hreflang attribute.
ATTRIBUTE_LENGTH - Static variable in class org.purl.sword.atom.Link
Label for the length attribute.
ATTRIBUTE_NAME - Static variable in class org.dspace.app.rest.model.SubmissionSectionRest
 
ATTRIBUTE_Q_NAME - Static variable in class org.purl.sword.base.SwordAcceptPackaging
 
ATTRIBUTE_REL - Static variable in class org.purl.sword.atom.Link
Label for the rel attribute.
ATTRIBUTE_SRC - Static variable in class org.purl.sword.atom.Content
The identifier for the src attribute.
ATTRIBUTE_TITLE - Static variable in class org.purl.sword.atom.Link
Label for the title attribute.
ATTRIBUTE_TYPE - Static variable in class org.purl.sword.atom.Content
The identifier for the type attribute.
ATTRIBUTE_TYPE - Static variable in class org.purl.sword.atom.Link
Label for the type attribute.
ATTRIBUTE_TYPE - Static variable in class org.purl.sword.atom.TextConstruct
label for the type attribute.
ATTRIBUTE_URI - Static variable in class org.purl.sword.atom.Generator
Label for the URI attribute.
ATTRIBUTE_VERSION - Static variable in class org.purl.sword.atom.Generator
Label for the version attribute.
authenticate(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.AuthenticationMethod
Authenticate the given or implicit credentials.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.IPAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.LDAPAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.PasswordAuthentication
Check credentials: username must match the email address of an EPerson record, and that EPerson must be allowed to login.
authenticate(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Test credentials for authenticity.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Authenticate the given or implicit credentials.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.X509Authentication
X509 certificate authentication.
authenticate(AtomDocumentRequest) - Method in class org.dspace.sword.SWORDAuthenticator
Authenticate the given ATOM document request.
authenticate(Deposit) - Method in class org.dspace.sword.SWORDAuthenticator
Authenticate the deposit request.
authenticate(ServiceDocumentRequest) - Method in class org.dspace.sword.SWORDAuthenticator
Authenticate the given service document request.
authenticate(Authentication) - Method in class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
 
authenticate(AuthCredentials) - Method in class org.dspace.sword2.SwordAuthenticator
Authenticate the given service document request.
AUTHENTICATED_EPERSON - Static variable in interface org.dspace.services.RequestService
Request attribute name for the current authenticated user
AUTHENTICATED_GRANT - Static variable in class org.dspace.app.rest.security.WebSecurityConfiguration
 
authenticateImplicit(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticateImplicit(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Test credentials for authenticity, using only Implicit methods.
authenticateInternal(Context, String, String, String, HttpServletRequest, boolean) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticates(Context, String, String) - Method in class org.dspace.sword.SWORDAuthentication
Does the given username and password authenticate for the given DSpace Context?
authenticates(Context, String, String) - Method in class org.dspace.sword.SWORDAuthenticator
Does the given username and password authenticate for the given DSpace Context?
authenticates(Context, String, String) - Method in class org.dspace.sword2.SwordAuthenticator
Does the given username and password authenticate for the given DSpace Context?
AuthenticateServiceFactory - Class in org.dspace.authenticate.factory
Abstract factory to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation
AuthenticateServiceFactory() - Constructor for class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
AuthenticateServiceFactoryImpl - Class in org.dspace.authenticate.factory
Factory implementation to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation
AuthenticateServiceFactoryImpl() - Constructor for class org.dspace.authenticate.factory.AuthenticateServiceFactoryImpl
 
authenticateWithBasic() - Method in class org.purl.sword.server.DepositServlet
Utility method to decide if we are using HTTP Basic authentication
AUTHENTICATION - Static variable in interface org.dspace.app.rest.model.RestModel
 
AUTHENTICATION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Error while authenticating against the registration agency.
AUTHENTICATION_METHOD - Static variable in class org.dspace.app.rest.security.jwt.AuthenticationMethodClaimProvider
 
authenticationManager - Variable in class org.dspace.app.rest.security.StatelessLoginFilter
 
AuthenticationMethod - Interface in org.dspace.authenticate
Implement this interface to participate in the stackable authentication mechanism.
AuthenticationMethodClaimProvider - Class in org.dspace.app.rest.security.jwt
Provides a claim for a JSON Web Token, this claim is responsible for adding the authentication method to it
AuthenticationMethodClaimProvider() - Constructor for class org.dspace.app.rest.security.jwt.AuthenticationMethodClaimProvider
 
authenticationMethodIterator() - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticationMethodIterator() - Method in interface org.dspace.authenticate.service.AuthenticationService
Get stack of authentication methods.
AuthenticationRestController - Class in org.dspace.app.rest
Rest controller that handles authentication on the REST API together with the Spring Security filters configured in WebSecurityConfiguration
AuthenticationRestController() - Constructor for class org.dspace.app.rest.AuthenticationRestController
 
authenticationService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
authenticationService - Variable in class org.dspace.authenticate.X509Authentication
 
authenticationService - Variable in class org.dspace.sword.SWORDAuthenticator
 
authenticationService - Variable in class org.dspace.sword2.SwordAuthenticator
 
AuthenticationService - Interface in org.dspace.authenticate.service
Access point for the stackable authentication methods.
AuthenticationServiceImpl - Class in org.dspace.authenticate
Access point for the stackable authentication methods.
AuthenticationServiceImpl() - Constructor for class org.dspace.authenticate.AuthenticationServiceImpl
 
AuthenticationStatusResource - Class in org.dspace.app.rest.model.hateoas
Status Resource, wraps the status object and the authenticated EPerson
AuthenticationStatusResource(AuthenticationStatusRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.AuthenticationStatusResource
 
AuthenticationStatusRest - Class in org.dspace.app.rest.model
Find out your authentication status.
AuthenticationStatusRest() - Constructor for class org.dspace.app.rest.model.AuthenticationStatusRest
 
AuthenticationStatusRest(EPersonRest) - Constructor for class org.dspace.app.rest.model.AuthenticationStatusRest
 
AuthenticationToken - Class in org.dspace.app.rest.model.wrapper
This class represents an authentication token.
AuthenticationToken(String) - Constructor for class org.dspace.app.rest.model.wrapper.AuthenticationToken
 
AuthenticationTokenConverter - Class in org.dspace.app.rest.converter
This is the converter from the AuthenticationToken to the REST data model
AuthenticationTokenConverter() - Constructor for class org.dspace.app.rest.converter.AuthenticationTokenConverter
 
AuthenticationTokenHalLinkFactory - Class in org.dspace.app.rest.link
This class adds the self link to the AuthenticationTokenResource.
AuthenticationTokenHalLinkFactory() - Constructor for class org.dspace.app.rest.link.AuthenticationTokenHalLinkFactory
 
AuthenticationTokenResource - Class in org.dspace.app.rest.model.hateoas
Token resource, wraps the AuthenticationToken object
AuthenticationTokenResource(AuthenticationTokenRest) - Constructor for class org.dspace.app.rest.model.hateoas.AuthenticationTokenResource
 
AuthenticationTokenRest - Class in org.dspace.app.rest.model
The authentication token REST HAL Resource.
AuthenticationTokenRest() - Constructor for class org.dspace.app.rest.model.AuthenticationTokenRest
 
authLang - Variable in class org.dspace.ctask.general.AbstractTranslator
 
authLangField - Variable in class org.dspace.ctask.general.AbstractTranslator
 
authn() - Method in class org.dspace.app.rest.AuthenticationRestController
 
AuthnHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to provide a means to add links to AuthnResources
AuthnHalLinkFactory() - Constructor for class org.dspace.app.rest.link.AuthnHalLinkFactory
 
AuthnResource - Class in org.dspace.app.rest.model.hateoas
Authn Rest Resource, used to link to login, logout, status, ...
AuthnResource(AuthnRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.AuthnResource
 
AuthnRest - Class in org.dspace.app.rest.model
Root rest object for the /api/authn endpoint
AuthnRest() - Constructor for class org.dspace.app.rest.model.AuthnRest
 
Author - Class in org.purl.sword.atom
Represents an Author type, as used in ATOM.
Author() - Constructor for class org.purl.sword.atom.Author
Create a new instance and set the prefix to 'atom' and the local name to 'author'.
Author(String, String) - Constructor for class org.purl.sword.atom.Author
Create a new instance and set the element name.
Author(String, String, String) - Constructor for class org.purl.sword.atom.Author
 
Author(XmlName) - Constructor for class org.purl.sword.atom.Author
 
AUTHOR - Static variable in class org.dspace.sort.OrderFormat
 
authorField - Variable in class org.dspace.app.util.SyndicationFeed
 
authorities - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
authoritiesFormDefinitions - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
authority - Variable in class org.dspace.content.authority.Choice
Authority key for this value
authority - Static variable in class org.dspace.content.MetadataValue_
 
AUTHORITY - org.dspace.app.rest.model.query.RestSearchOperator
The authority operator can be used by adding an id: infront of the search query It then becomes id:VALUE to call for a search on the authority operator for VALUE
AUTHORITY - Static variable in class org.dspace.content.MetadataValue_
 
AUTHORITY - Static variable in class org.dspace.sort.OrderFormat
 
AUTHORITY_SEPARATOR - Static variable in class org.dspace.discovery.SearchUtils
 
AuthorityConsumer - Class in org.dspace.authority.indexer
Consumer that takes care of the indexing of authority controlled metadata fields for installed/updated items
AuthorityConsumer() - Constructor for class org.dspace.authority.indexer.AuthorityConsumer
 
authorityControlled - Static variable in class org.dspace.app.bulkedit.MetadataImport
The authority controlled fields
AuthorityIndexClient - Class in org.dspace.authority.indexer
 
AuthorityIndexerInterface - Interface in org.dspace.authority.indexer
 
AuthorityIndexingService - Interface in org.dspace.authority.indexer
 
AuthoritySearchService - Interface in org.dspace.authority
Manage queries of the Solr authority core.
authoritySeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The authority separator (defaults to double colon '::')
authorityService - Variable in class org.dspace.authority.indexer.AuthorityConsumer
 
authorityService - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
AuthorityService - Interface in org.dspace.authority.service
Service interface class for the Metadata Authority.
AuthorityServiceFactory - Class in org.dspace.authority.factory
Abstract factory to get services for the authority package, use AuthorityServiceFactory.getInstance() to retrieve an implementation
AuthorityServiceFactory() - Constructor for class org.dspace.authority.factory.AuthorityServiceFactory
 
AuthorityServiceFactoryImpl - Class in org.dspace.authority.factory
Factory implementation to get services for the authority package, use AuthorityServiceFactory.getInstance() to retrieve an implementation
AuthorityServiceFactoryImpl() - Constructor for class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
AuthorityServiceImpl - Class in org.dspace.authority
Service implementation for the Metadata Authority This class is responsible for all business logic calls for the Metadata Authority and is autowired by spring This class should never be accessed directly.
AuthorityServiceImpl() - Constructor for class org.dspace.authority.AuthorityServiceImpl
 
AuthoritySolrServiceImpl - Class in org.dspace.authority
 
AuthoritySolrServiceImpl() - Constructor for class org.dspace.authority.AuthoritySolrServiceImpl
 
authorityTypes - Variable in class org.dspace.authority.AuthorityValueServiceImpl
 
AuthorityTypes - Class in org.dspace.authority
This class contains a list of active authority types.
AuthorityTypes() - Constructor for class org.dspace.authority.AuthorityTypes
 
AuthorityUtils - Class in org.dspace.app.rest.utils
Utility methods to expose the authority framework over REST
AuthorityUtils() - Constructor for class org.dspace.app.rest.utils.AuthorityUtils
 
AuthorityValue - Class in org.dspace.authority
 
AuthorityValue() - Constructor for class org.dspace.authority.AuthorityValue
 
AuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.AuthorityValue
 
authorityValueService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
authorityValueService - Variable in class org.dspace.app.bulkedit.DSpaceCSVLine
 
authorityValueService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
authorityValueService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
authorityValueService - Variable in class org.dspace.authority.UpdateAuthorities
 
authorityValueService - Variable in class org.dspace.content.authority.SolrAuthority
 
AuthorityValueService - Interface in org.dspace.authority.service
This service contains all methods for using authority values
AuthorityValueServiceImpl - Class in org.dspace.authority
This service contains all methods for using authority values
AuthorityValueServiceImpl() - Constructor for class org.dspace.authority.AuthorityValueServiceImpl
 
AuthorityVariantsSupport - Interface in org.dspace.content.authority
 
Authorization - Class in org.dspace.app.rest.authorization
An authorization is the right for a specific EPerson, eventually null to indicate unauthenticated users, to use a specific AuthorizationFeature on a defined object.
Authorization() - Constructor for class org.dspace.app.rest.authorization.Authorization
 
Authorization(EPerson, AuthorizationFeature, BaseObjectRest) - Constructor for class org.dspace.app.rest.authorization.Authorization
 
AUTHORIZATION - Static variable in interface org.dspace.app.rest.model.RestModel
 
AuthorizationConverter - Class in org.dspace.app.rest.converter
This class provides the method to convert an Authorization to its REST representation, the AuthorizationRest
AuthorizationConverter() - Constructor for class org.dspace.app.rest.converter.AuthorizationConverter
 
AuthorizationEpersonLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "eperson" subresource of an individual authorization.
AuthorizationEpersonLinkRepository() - Constructor for class org.dspace.app.rest.repository.AuthorizationEpersonLinkRepository
 
AuthorizationFeature - Interface in org.dspace.app.rest.authorization
A feature is the representation of a business goal used in the Authorization endpoint to declare what an user can do on a specific object.
AuthorizationFeatureConverter - Class in org.dspace.app.rest.converter
This class provides the method to convert an AuthorizationFeature to its REST representation, the AuthorizationFeatureRest
AuthorizationFeatureConverter() - Constructor for class org.dspace.app.rest.converter.AuthorizationFeatureConverter
 
AuthorizationFeatureDocumentation - Annotation Type in org.dspace.app.rest.authorization
Class level annotation to document an AuthorizationFeature
AuthorizationFeatureLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "feature" subresource of an individual authorization.
AuthorizationFeatureLinkRepository() - Constructor for class org.dspace.app.rest.repository.AuthorizationFeatureLinkRepository
 
AuthorizationFeatureResource - Class in org.dspace.app.rest.model.hateoas
Authorization Feature Rest HAL Resource.
AuthorizationFeatureResource(AuthorizationFeatureRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.AuthorizationFeatureResource
 
AuthorizationFeatureRest - Class in org.dspace.app.rest.model
The Authorization Feature REST Resource, shortly feature.
AuthorizationFeatureRest() - Constructor for class org.dspace.app.rest.model.AuthorizationFeatureRest
 
AuthorizationFeatureRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage AuthorizationFeature Rest object
AuthorizationFeatureRestRepository() - Constructor for class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
AuthorizationFeatureService - Interface in org.dspace.app.rest.authorization
This service provides access to the Authorization Features and check if the feature is allowed or not in a specific context and object.
AuthorizationFeatureServiceImpl - Class in org.dspace.app.rest.authorization.impl
This is the default implementation of the AuthorizationFeatureService.
AuthorizationFeatureServiceImpl() - Constructor for class org.dspace.app.rest.authorization.impl.AuthorizationFeatureServiceImpl
 
AuthorizationObjectLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "object" subresource of an individual authorization.
AuthorizationObjectLinkRepository() - Constructor for class org.dspace.app.rest.repository.AuthorizationObjectLinkRepository
 
AuthorizationResource - Class in org.dspace.app.rest.model.hateoas
Authorization Rest HAL Resource.
AuthorizationResource(AuthorizationRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.AuthorizationResource
 
AuthorizationRest - Class in org.dspace.app.rest.model
The Authorization REST Resource.
AuthorizationRest() - Constructor for class org.dspace.app.rest.model.AuthorizationRest
 
AuthorizationRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Authorization Rest object
AuthorizationRestRepository() - Constructor for class org.dspace.app.rest.repository.AuthorizationRestRepository
 
AuthorizationRestUtil - Class in org.dspace.app.rest.authorization
Utility class to manipulate the AuthorizationRest object
AuthorizationRestUtil() - Constructor for class org.dspace.app.rest.authorization.AuthorizationRestUtil
 
authorize(Context, DSpaceObject, int, EPerson, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Check to see if the given user can perform the given action on the given object.
authorizeAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user can perform the given action on the given object.
authorizeAction(Context, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user can perform the given action on the given object.
authorizeAction(Context, EPerson, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, EPerson, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the specified eperson can perform the given action on the given object.
authorizeActionBoolean(Context, BaseObjectRest, DSpaceRestPermission) - Method in class org.dspace.app.rest.authorization.AuthorizeServiceRestUtil
Checks that the specified eperson can perform the given action on the rest given object.
authorizeActionBoolean(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize, returns boolean for those who don't want to deal with catching exceptions.
authorizeActionBoolean(Context, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize, returns boolean for those who don't want to deal with catching exceptions.
authorizeActionBoolean(Context, EPerson, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, EPerson, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize with a specif eperson (not the current user), returns boolean for those who don't want to deal with catching exceptions.
authorizeAnyOf(Context, DSpaceObject, int[]) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAnyOf(Context, DSpaceObject, int[]) - Method in interface org.dspace.authorize.service.AuthorizeService
Utility method, checks that the current user of the given context can perform all of the specified actions on the given object.
AuthorizeConfiguration - Class in org.dspace.authorize
This class is responsible to provide access to the configuration of the Authorization System
AuthorizeException - Exception in org.dspace.authorize
Exception indicating the current user of the context does not have permission to perform a particular action.
AuthorizeException() - Constructor for exception org.dspace.authorize.AuthorizeException
Create an empty authorize exception
AuthorizeException(String) - Constructor for exception org.dspace.authorize.AuthorizeException
create an exception with only a message
AuthorizeException(String, DSpaceObject, int) - Constructor for exception org.dspace.authorize.AuthorizeException
Create an authorize exception with a message
AuthorizeException(Throwable) - Constructor for exception org.dspace.authorize.AuthorizeException
 
authorizeManageAdminGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user create/edit the admins group of the collection? please note that the remove action need a separate check
authorizeManageAdminGroup(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user create/edit the admins group of the community? please note that the remove action need a separate check
authorizeManageBitstreamPolicy(Context, Bitstream) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) bitstream's policies in the current context?
authorizeManageBundlePolicy(Context, Bundle) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) bundle's policies in the current context?
authorizeManageCCLicense(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Is the current user allowed to manage (add, remove, replace) the item's CC License
authorizeManageCollectionPolicy(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) collection's policies in the current context?
authorizeManageCommunityPolicy(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) community's policies in the current context?
authorizeManageDefaultReadGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
This method will check whether the current user is authorized to manage the default read group
authorizeManageGroup(Context, Group) - Static method in class org.dspace.app.util.AuthorizeUtil
This method checks whether the current user has sufficient rights to modify the group.
authorizeManageItemPolicy(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) item's policies in the current context?
authorizeManagePolicy(Context, ResourcePolicy) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove or edit the supplied policy?
authorizeManageSubmittersGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user manage (create, remove, edit) the submitters group of the collection?
authorizeManageTemplateItem(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Is the current user allowed to manage (create, remove, edit) the collection's template item?
authorizeManageWorkflowsGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user manage (create, remove, edit) the workflow groups of the collection?
authorizeNewAccountRegistration(Context, HttpServletRequest) - Static method in class org.dspace.app.util.AuthorizeUtil
This method will return a boolean indicating whether the current user is allowed to register a new account or not
authorizeReinstateItem(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user reinstate the item?
authorizeRemoveAdminGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove the admins group of the collection? please note that the create/edit actions need separate check
authorizeRemoveAdminGroup(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove the admins group of the community? please note that the create/edit actions need separate check
authorizeService - Variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
authorizeService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
authorizeService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
authorizeService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
authorizeService - Variable in class org.dspace.app.requestitem.RequestItemServiceImpl
 
authorizeService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
authorizeService - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
authorizeService - Variable in class org.dspace.browse.SolrBrowseDAO
 
authorizeService - Variable in class org.dspace.content.BitstreamFormatServiceImpl
 
authorizeService - Variable in class org.dspace.content.BitstreamServiceImpl
 
authorizeService - Variable in class org.dspace.content.BundleServiceImpl
 
authorizeService - Variable in class org.dspace.content.CollectionServiceImpl
 
authorizeService - Variable in class org.dspace.content.CommunityServiceImpl
 
authorizeService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
authorizeService - Variable in class org.dspace.content.EntityTypeServiceImpl
 
authorizeService - Variable in class org.dspace.content.ItemServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataSchemaServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataValueServiceImpl
 
authorizeService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
authorizeService - Variable in class org.dspace.content.RelationshipServiceImpl
 
authorizeService - Variable in class org.dspace.content.RelationshipTypeServiceImpl
 
authorizeService - Variable in class org.dspace.content.SiteServiceImpl
 
authorizeService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
authorizeService - Variable in class org.dspace.discovery.SolrServiceIndexCollectionSubmittersPlugin
 
authorizeService - Variable in class org.dspace.discovery.SolrServicePrivateItemPlugin
 
authorizeService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
authorizeService - Variable in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
 
authorizeService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
authorizeService - Variable in class org.dspace.embargo.DefaultEmbargoSetter
 
authorizeService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
authorizeService - Variable in class org.dspace.eperson.GroupServiceImpl
 
authorizeService - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
authorizeService - Static variable in class org.dspace.search.Harvest
 
authorizeService - Variable in class org.dspace.sword.SWORDAuthenticator
 
authorizeService - Variable in class org.dspace.sword2.ContainerManagerDSpace
 
authorizeService - Variable in class org.dspace.sword2.MediaResourceManagerDSpace
 
authorizeService - Variable in class org.dspace.sword2.StatementManagerDSpace
 
authorizeService - Variable in class org.dspace.sword2.SwordAuthenticator
 
authorizeService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
authorizeService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
AuthorizeService - Interface in org.dspace.authorize.service
AuthorizeManager handles all authorization checks for DSpace.
AuthorizeServiceFactory - Class in org.dspace.authorize.factory
Abstract factory to get services for the authorize package, use AuthorizeServiceFactory.getInstance() to retrieve an implementation
AuthorizeServiceFactory() - Constructor for class org.dspace.authorize.factory.AuthorizeServiceFactory
 
AuthorizeServiceFactoryImpl - Class in org.dspace.authorize.factory
Factory implementation to get services for the authorize package, use AuthorizeServiceFactory.getInstance() to retrieve an implementation
AuthorizeServiceFactoryImpl() - Constructor for class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
AuthorizeServiceImpl - Class in org.dspace.authorize
AuthorizeManager handles all authorization checks for DSpace.
AuthorizeServiceImpl() - Constructor for class org.dspace.authorize.AuthorizeServiceImpl
 
AuthorizeServicePermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
DSpaceObjectPermissionEvaluatorPlugin will check persmissions based on the DSpace AuthorizeService.
AuthorizeServicePermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.AuthorizeServicePermissionEvaluatorPlugin
 
AuthorizeServiceRestUtil - Class in org.dspace.app.rest.authorization
This class is a wrapper around the AuthorizationService which takes Rest objects instead of dspace objects
AuthorizeServiceRestUtil() - Constructor for class org.dspace.app.rest.authorization.AuthorizeServiceRestUtil
 
authorizeUpdatePassword(Context, String) - Static method in class org.dspace.app.util.AuthorizeUtil
This method will return a boolean indicating whether it's allowed to update the password for the EPerson with the given email and canLogin property
AuthorizeUtil - Class in org.dspace.app.util
This class is an addition to the AuthorizeManager that perform authorization check on not CRUD (ADD, WRITE, etc.) actions.
authorizeWithdrawItem(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user withdraw the item?
AuthorMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Scopus specific implementation of MetadataContributor Responsible for generating the ScopusID, orcid, author name and affiliationID from the retrieved item.
AuthorMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
AuthorMetadataProcessorService - Class in org.dspace.importer.external.metadatamapping.transform
Removes the last point from an author name.
AuthorMetadataProcessorService() - Constructor for class org.dspace.importer.external.metadatamapping.transform.AuthorMetadataProcessorService
 
AUTHORS - Variable in class org.dspace.app.util.GoogleMetadata
 
AutoAssignAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that will create pooled tasks for all the user who have a workflowItemRole for this workflow item
AutoAssignAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
autoCreateEpersonMetadataField(Context, String) - Method in class org.dspace.authenticate.ShibAuthentication
Automatically create a new metadataField for an eperson

B

BAD_ANSWER - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
We got a answer from a registration agency that could not be parsed.
BAD_ARGS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User or password is not appropriate for this method.
BAD_CREDENTIALS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User exists, but credentials (e.g. passwd) don't match.
BAD_REQUEST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
The registration agency was unable to parse our request.
BAD_URL - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
if the url of the request does not resolve to something meaningful
BAD_URL - Static variable in class org.dspace.sword2.DSpaceUriRegistry
if the url of the request does not resolve to something meaningful
BALUCHI - Static variable in class org.dspace.text.filter.Language
 
BaseDSpaceFilterResolver - Class in org.dspace.xoai.services.impl.xoai
 
BaseDSpaceFilterResolver() - Constructor for class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
BaseObjectRest<T extends Serializable> - Class in org.dspace.app.rest.model
Base class for any REST resource that need to be addressable and identifiable (via an ID)
BaseObjectRest() - Constructor for class org.dspace.app.rest.model.BaseObjectRest
 
baseUrl - Variable in class org.dspace.ctask.general.MicrosoftTranslator
 
baseURL - Variable in class org.dspace.app.util.SyndicationFeed
 
BasicBooleanContentElement - Class in org.purl.sword.base
 
BasicBooleanContentElement(String, String, String) - Constructor for class org.purl.sword.base.BasicBooleanContentElement
 
BasicBooleanContentElement(XmlName) - Constructor for class org.purl.sword.base.BasicBooleanContentElement
 
BasicConfiguration - Class in org.dspace.xoai.app
 
BasicConfiguration() - Constructor for class org.dspace.xoai.app.BasicConfiguration
 
BasicContentElement - Class in org.purl.sword.base
Represents a text construct in the ATOM elements.
BasicContentElement(String, String, String) - Constructor for class org.purl.sword.base.BasicContentElement
 
BasicContentElement(XmlName) - Constructor for class org.purl.sword.base.BasicContentElement
 
BasicDispatcher - Class in org.dspace.event
BasicDispatcher implements the primary task of a Dispatcher: it delivers a filtered list of events, synchronously, to a configured list of consumers.
BasicDispatcher(String) - Constructor for class org.dspace.event.BasicDispatcher
 
BasicIntegerContentElement - Class in org.purl.sword.base
 
BasicIntegerContentElement(String, String, String) - Constructor for class org.purl.sword.base.BasicIntegerContentElement
 
BasicIntegerContentElement(XmlName) - Constructor for class org.purl.sword.base.BasicIntegerContentElement
 
BasicLinkChecker - Class in org.dspace.ctask.general
A basic link checker that is designed to be extended.
BasicLinkChecker() - Constructor for class org.dspace.ctask.general.BasicLinkChecker
 
BasicStringContentElement - Class in org.purl.sword.base
 
BasicStringContentElement(String, String, String) - Constructor for class org.purl.sword.base.BasicStringContentElement
 
BasicStringContentElement(XmlName) - Constructor for class org.purl.sword.base.BasicStringContentElement
 
BASQUE - Static variable in class org.dspace.text.filter.Language
 
BATCH - org.dspace.curate.Curator.Invoked
 
BATCH - org.dspace.profile.OrcidSynchronizationMode
Mode in which synchronizations with ORCID occur through an automatic process.
BATCH_EDIT - org.dspace.core.Context.Mode
 
BatchUpload - Class in org.dspace.app.itemimport
 
BatchUpload(File) - Constructor for class org.dspace.app.itemimport.BatchUpload
Initialize with directory
BatchUpload(String) - Constructor for class org.dspace.app.itemimport.BatchUpload
Initialize with directory
beforeDate(Date) - Method in class org.dspace.app.statistics.LogLine
find out if this log file line is before the given date
beforeRequest(HttpServletRequest, String) - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
BehaviorGenerator - Class in org.dspace.app.iiif.model.generator
API 2.1.1 ViewingHint is a hint to the client that suggests the appropriate method of displaying the resource.
BehaviorGenerator() - Constructor for class org.dspace.app.iiif.model.generator.BehaviorGenerator
 
BibtexImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.bibtex.service
Implements a metadata importer for BibTeX files
BibtexImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.bibtex.service.BibtexImportMetadataSourceServiceImpl
 
BinaryContentIngester - Class in org.dspace.sword2
 
BinaryContentIngester() - Constructor for class org.dspace.sword2.BinaryContentIngester
 
BIOGRAPHICAL - org.dspace.profile.OrcidProfileSyncPreference
Data relating to the name, country and keywords of the ORCID profile.
BitStoreMigrate - Class in org.dspace.storage.bitstore
Command Line Utility to migrate bitstreams from one assetstore to another
BitStoreService - Interface in org.dspace.storage.bitstore
A low-level asset store interface
bitstream - Static variable in class org.dspace.app.requestitem.RequestItem_
 
bitstream - Static variable in class org.dspace.checker.ChecksumHistory_
 
bitstream - Static variable in class org.dspace.checker.MostRecentChecksum_
 
bitstream - Variable in class org.dspace.sword.DSpaceATOMEntry
The bitstream this ATOM entry represents
Bitstream - Class in org.dspace.content
Class representing bitstreams stored in the DSpace system.
Bitstream() - Constructor for class org.dspace.content.Bitstream
BITSTREAM - Static variable in class org.dspace.app.requestitem.RequestItem_
 
BITSTREAM - Static variable in class org.dspace.checker.ChecksumHistory_
 
BITSTREAM - Static variable in class org.dspace.checker.MostRecentChecksum_
 
BITSTREAM - Static variable in class org.dspace.core.Constants
Type of bitstream objects
BITSTREAM - Static variable in class org.dspace.event.Event
 
Bitstream_ - Class in org.dspace.content
 
Bitstream_() - Constructor for class org.dspace.content.Bitstream_
 
BITSTREAM_DOWNLOAD - Static variable in class org.dspace.statistics.export.processor.ExportEventProcessor
 
BITSTREAM_FORMAT - Static variable in class org.dspace.content.Bitstream_
 
BITSTREAM_FORMAT_NAME - Static variable in class org.dspace.content.packager.PDFPackager
 
bitstream_id - Variable in class org.dspace.app.rest.model.RequestItemRest
 
BITSTREAM_INFO_NOT_FOUND - org.dspace.checker.ChecksumResultCode
 
BITSTREAM_MARKED_DELETED - org.dspace.checker.ChecksumResultCode
 
BITSTREAM_METADATA_FIELDS - Variable in class org.dspace.app.iiif.service.CanvasService
 
BITSTREAM_NOT_FOUND - org.dspace.checker.ChecksumResultCode
 
BITSTREAM_NOT_PROCESSED - org.dspace.checker.ChecksumResultCode
 
BITSTREAM_PATH_PREFIX - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
BITSTREAM_READ_GROUP - Static variable in class org.dspace.app.rest.model.CollectionRest
 
BITSTREAM_TYPE_METADATAFIELD - Static variable in class org.dspace.scripts.Process
 
BITSTREAM_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is BITSTREAM
BitstreamBundleController - Class in org.dspace.app.rest
Controller to manage bundle of bitstreams.
BitstreamBundleController() - Constructor for class org.dspace.app.rest.BitstreamBundleController
 
BitstreamBundleLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "bundle" subresource of an individual bitstream.
BitstreamBundleLinkRepository() - Constructor for class org.dspace.app.rest.repository.BitstreamBundleLinkRepository
 
BitstreamBytesIIIFVirtualMetadata - Class in org.dspace.app.iiif.service.utils
Expose the Bitstream file size as a IIIF Metadata
BitstreamBytesIIIFVirtualMetadata() - Constructor for class org.dspace.app.iiif.service.utils.BitstreamBytesIIIFVirtualMetadata
 
BitstreamChecksumIIIFVirtualMetadata - Class in org.dspace.app.iiif.service.utils
Expose the Bitstream Checksum as a IIIF Metadata
BitstreamChecksumIIIFVirtualMetadata() - Constructor for class org.dspace.app.iiif.service.utils.BitstreamChecksumIIIFVirtualMetadata
 
BitstreamConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the Bitstream in the DSpace API data model and the REST data model
BitstreamConverter() - Constructor for class org.dspace.app.rest.converter.BitstreamConverter
 
BitstreamCountCondition - Class in org.dspace.content.logic.condition
A condition to evaluate an item based on how many bitstreams it has in a particular bundle
BitstreamCountCondition() - Constructor for class org.dspace.content.logic.condition.BitstreamCountCondition
 
bitstreamDAO - Variable in class org.dspace.content.BitstreamServiceImpl
 
BitstreamDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Bitstream object.
BitstreamDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Bitstream object.
BitstreamDAOImpl() - Constructor for class org.dspace.content.dao.impl.BitstreamDAOImpl
 
BitstreamDispatcher - Interface in org.dspace.checker
BitstreamDispatchers are strategy objects that hand bitstream ids out to workers.
BitstreamEntryGenerator - Class in org.dspace.sword
 
BitstreamEntryGenerator(SWORDService) - Constructor for class org.dspace.sword.BitstreamEntryGenerator
Create a new ATOM Entry generator which can provide a SWORD Entry for a bitstream
BitstreamEventProcessor - Class in org.dspace.statistics.export.processor
Processor that handles Bitstream events from the IrusExportUsageEventListener
BitstreamEventProcessor(Context, HttpServletRequest, Bitstream) - Constructor for class org.dspace.statistics.export.processor.BitstreamEventProcessor
Creates a new BitstreamEventProcessor that will set the params and obtain the parent item of the bitstream
BitstreamFilter - Class in org.dspace.app.itemupdate
Filter interface to be used by ItemUpdate to determine which bitstreams in an Item acceptable for removal.
BitstreamFilter() - Constructor for class org.dspace.app.itemupdate.BitstreamFilter
 
BitstreamFilterByBundleName - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by bundle name
BitstreamFilterByBundleName() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
BitstreamFilterByFilename - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by filename pattern
BitstreamFilterByFilename() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
BitstreamFilterException - Exception in org.dspace.app.itemupdate
Exception class for BitstreamFilters
BitstreamFilterException() - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(Exception) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(String) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
bitstreamFormat - Static variable in class org.dspace.content.Bitstream_
 
BitstreamFormat - Class in org.dspace.content
Class representing a particular bitstream format.
BitstreamFormat() - Constructor for class org.dspace.content.BitstreamFormat
Protected constructor, create object using: DSpaceCRUDService.create(Context)
BitstreamFormat_ - Class in org.dspace.content
 
BitstreamFormat_() - Constructor for class org.dspace.content.BitstreamFormat_
 
BitstreamFormatConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the BitstreamFormat in the DSpace API data model and the REST data model
BitstreamFormatConverter() - Constructor for class org.dspace.app.rest.converter.BitstreamFormatConverter
 
bitstreamFormatDAO - Variable in class org.dspace.content.BitstreamFormatServiceImpl
 
BitstreamFormatDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the BitstreamFormat object.
BitstreamFormatDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the BitstreamFormat object.
BitstreamFormatDAOImpl() - Constructor for class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
BitstreamFormatIIIFVirtualMetadata - Class in org.dspace.app.iiif.service.utils
Expose the Bitstream Format as a IIIF Metadata
BitstreamFormatIIIFVirtualMetadata() - Constructor for class org.dspace.app.iiif.service.utils.BitstreamFormatIIIFVirtualMetadata
 
BitstreamFormatLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "format" subresource of an individual bitstream.
BitstreamFormatLinkRepository() - Constructor for class org.dspace.app.rest.repository.BitstreamFormatLinkRepository
 
BitstreamFormatResource - Class in org.dspace.app.rest.model.hateoas
BitstreamFormat Rest HAL Resource.
BitstreamFormatResource(BitstreamFormatRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.BitstreamFormatResource
 
BitstreamFormatRest - Class in org.dspace.app.rest.model
The BitstreamFormat REST Resource
BitstreamFormatRest() - Constructor for class org.dspace.app.rest.model.BitstreamFormatRest
 
BitstreamFormatRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage BitstreamFormat Rest object
BitstreamFormatRestRepository() - Constructor for class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
bitstreamFormatService - Static variable in class org.dspace.administer.RegistryLoader
 
bitstreamFormatService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
bitstreamFormatService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
bitstreamFormatService - Variable in class org.dspace.content.BitstreamServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.PREMISCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.ItemServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bitstreamFormatService - Static variable in class org.dspace.content.packager.PackageUtils
 
bitstreamFormatService - Variable in class org.dspace.content.packager.PDFPackager
 
bitstreamFormatService - Variable in class org.dspace.ctask.general.ProfileFormats
 
bitstreamFormatService - Variable in class org.dspace.harvest.OAIHarvester
 
bitstreamFormatService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.sword.CollectionDepositor
 
bitstreamFormatService - Variable in class org.dspace.sword.ItemDepositor
 
bitstreamFormatService - Variable in class org.dspace.sword.SimpleFileIngester
 
bitstreamFormatService - Variable in class org.dspace.sword.SWORDConfiguration
 
bitstreamFormatService - Variable in class org.dspace.sword.SWORDService
 
bitstreamFormatService - Variable in class org.dspace.sword2.AbstractSwordContentIngester
 
bitstreamFormatService - Variable in class org.dspace.sword2.DSpaceSwordAPI
 
bitstreamFormatService - Variable in class org.dspace.sword2.SwordConfigurationDSpace
 
bitstreamFormatService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
BitstreamFormatService - Interface in org.dspace.content.service
Service interface class for the BitstreamFormat object.
BitstreamFormatServiceImpl - Class in org.dspace.content
Service implementation for the BitstreamFormat object.
BitstreamFormatServiceImpl() - Constructor for class org.dspace.content.BitstreamFormatServiceImpl
 
BitstreamIIIFVirtualMetadata - Interface in org.dspace.app.iiif.service.utils
Interface to implement to expose additional information at the canvas level for the bitstream
BitstreamMetadataReadPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Used by BitstreamRestRepository.findOne(Context, UUID) to get metadata of private bitstreams even though user can't access actual file
BitstreamMetadataReadPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.BitstreamMetadataReadPermissionEvaluatorPlugin
 
BitstreamMetadataValueAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" PATCH operation at metadata Bitstream level.
BitstreamMetadataValueAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueAddPatchOperation
 
BitstreamMetadataValueMovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "move" PATCH operation.
BitstreamMetadataValueMovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueMovePatchOperation
 
BitstreamMetadataValuePathUtils - Class in org.dspace.app.rest.utils
Utils class offering methods to validate patch operations for bitstream metadata in the submission
BitstreamMetadataValueRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" PATCH operation at metadata Bitstream level.
BitstreamMetadataValueRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueRemovePatchOperation
 
BitstreamMetadataValueReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" operation to replace metadata in the Bitstream
BitstreamMetadataValueReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueReplacePatchOperation
 
BitstreamMimetypeIIIFVirtualMetadata - Class in org.dspace.app.iiif.service.utils
Expose the Bitstream format mime type as a IIIF Metadata
BitstreamMimetypeIIIFVirtualMetadata() - Constructor for class org.dspace.app.iiif.service.utils.BitstreamMimetypeIIIFVirtualMetadata
 
BitstreamMovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "move" operation for ordering the Bitstream
BitstreamMovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamMovePatchOperation
 
BitstreamRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" operation for deletion of the Bitstream
BitstreamRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamRemovePatchOperation
 
BitstreamResource - Class in org.dspace.app.rest.model.hateoas
Bitstream Rest HAL Resource.
BitstreamResource - Class in org.dspace.app.rest.utils
This class acts as a AbstractResource used by Spring's framework to send the data in a proper and streamlined way inside the ResponseEntity body.
BitstreamResource(String, UUID, UUID, Set<UUID>, boolean) - Constructor for class org.dspace.app.rest.utils.BitstreamResource
 
BitstreamResource(BitstreamRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.BitstreamResource
 
BitstreamResourcePolicyAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" operation to add resource policies in the Bitstream
BitstreamResourcePolicyAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyAddPatchOperation
 
BitstreamResourcePolicyRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" operation to remove resource policies from the Bitstream
BitstreamResourcePolicyRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyRemovePatchOperation
 
BitstreamResourcePolicyReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" operation to replace resource policies in the Bitstream
BitstreamResourcePolicyReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyReplacePatchOperation
 
BitstreamResourcePolicyUtils - Class in org.dspace.app.rest.submit.factory.impl
Utility class to reuse methods related to bitstream resource-policies These methods are applicable in the submission when adding or editing bitstreams, and the resource policies have to be applied
BitstreamRest - Class in org.dspace.app.rest.model
The Bitstream REST Resource
BitstreamRest() - Constructor for class org.dspace.app.rest.model.BitstreamRest
 
BitstreamRestController - Class in org.dspace.app.rest
This is a specialized controller to provide access to the bitstream binary content The mapping for requested endpoint try to resolve a valid UUID, for example
BitstreamRestController() - Constructor for class org.dspace.app.rest.BitstreamRestController
 
BitstreamRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Bitstream Rest object
BitstreamRestRepository(BitstreamService) - Constructor for class org.dspace.app.rest.repository.BitstreamRestRepository
 
bitstreams - Variable in class org.dspace.checker.IteratorDispatcher
List of Integer ids.
bitstreams - Static variable in class org.dspace.content.Bundle_
 
bitstreams - Static variable in class org.dspace.scripts.Process_
 
BITSTREAMS - Static variable in class org.dspace.app.rest.model.BundleRest
 
BITSTREAMS - Static variable in class org.dspace.content.Bundle_
 
BITSTREAMS - Static variable in class org.dspace.scripts.Process_
 
bitstreamService - Variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
bitstreamService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
bitstreamService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bitstreamService - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
bitstreamService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bitstreamService - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
bitstreamService - Variable in class org.dspace.app.rest.security.BitstreamMetadataReadPermissionEvaluatorPlugin
 
bitstreamService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
bitstreamService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
bitstreamService - Variable in class org.dspace.checker.CheckerConsumer
 
bitstreamService - Variable in class org.dspace.checker.HandleDispatcher
 
bitstreamService - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
bitstreamService - Variable in class org.dspace.checker.SimpleReporterServiceImpl
 
bitstreamService - Variable in class org.dspace.content.BundleServiceImpl
 
bitstreamService - Variable in class org.dspace.content.CollectionServiceImpl
 
bitstreamService - Variable in class org.dspace.content.CommunityServiceImpl
 
bitstreamService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
bitstreamService - Variable in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.PREMISCrosswalk
 
bitstreamService - Variable in class org.dspace.content.ItemServiceImpl
 
bitstreamService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
bitstreamService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bitstreamService - Static variable in class org.dspace.content.packager.PackageUtils
 
bitstreamService - Variable in class org.dspace.content.packager.PDFPackager
 
bitstreamService - Variable in class org.dspace.ctask.general.ClamScan
 
bitstreamService - Variable in class org.dspace.curate.CitationPage
 
bitstreamService - Variable in class org.dspace.discovery.FullTextContentStreams
 
bitstreamService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
bitstreamService - Variable in class org.dspace.harvest.OAIHarvester
 
bitstreamService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bitstreamService - Static variable in class org.dspace.license.LicenseCleanup
 
bitstreamService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
bitstreamService - Variable in class org.dspace.rdf.RDFConsumer
 
bitstreamService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
bitstreamService - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
bitstreamService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
bitstreamService - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
bitstreamService - Variable in class org.dspace.sword.CollectionDepositor
 
bitstreamService - Variable in class org.dspace.sword.ItemDepositor
 
bitstreamService - Variable in class org.dspace.sword.SimpleFileIngester
 
bitstreamService - Variable in class org.dspace.sword.SWORDUrlManager
 
bitstreamService - Variable in class org.dspace.sword2.BinaryContentIngester
 
bitstreamService - Variable in class org.dspace.sword2.DSpaceSwordAPI
 
bitstreamService - Variable in class org.dspace.sword2.SimpleZipContentDisseminator
 
bitstreamService - Variable in class org.dspace.sword2.SimpleZipContentIngester
 
bitstreamService - Variable in class org.dspace.sword2.SwordUrlManager
 
bitstreamService - Variable in class org.dspace.sword2.VersionManager
 
bitstreamService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
bitstreamService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
bitstreamService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
BitstreamService - Interface in org.dspace.content.service
Service interface class for the Bitstream object.
BitstreamServiceImpl - Class in org.dspace.content
Service implementation for the Bitstream object.
BitstreamServiceImpl() - Constructor for class org.dspace.content.BitstreamServiceImpl
 
BitstreamsIntoMetadata - Class in org.dspace.ctask.general
A curation job to take bitstream URLs and place them into metadata elements.
BitstreamsIntoMetadata() - Constructor for class org.dspace.ctask.general.BitstreamsIntoMetadata
 
bitstreamStorageService - Variable in class org.dspace.content.BitstreamServiceImpl
 
bitstreamStorageService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
BitstreamStorageService - Interface in org.dspace.storage.bitstore.service
Stores, retrieves and deletes bitstreams.
BitstreamStorageServiceImpl - Class in org.dspace.storage.bitstore
Stores, retrieves and deletes bitstreams.
BitstreamStorageServiceImpl() - Constructor for class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
BitstreamThumbnailLinkRepository - Class in org.dspace.app.rest.repository
Link repository for the thumbnail Bitstream of a Bitstream
BitstreamThumbnailLinkRepository() - Constructor for class org.dspace.app.rest.repository.BitstreamThumbnailLinkRepository
 
bitstreamURI(Context, Bitstream) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
This methods generates a link to the provided Bitstream.
blockExplanation(String) - Method in class org.dspace.app.statistics.HTMLReport
output the explanation of the report block in HTML format
blockExplanation(String) - Method in interface org.dspace.app.statistics.Report
output the explanation of the stat block in the relevant format
BOTH - org.dspace.content.Relationship.LatestVersionStatus
 
BRAHUI - Static variable in class org.dspace.text.filter.Language
 
Brand - Class in org.dspace.app.mediafilter
Class to attach a footer to an image using ImageMagick.
Brand(int, int, Font, int) - Constructor for class org.dspace.app.mediafilter.Brand
Constructor to set up footer image attributes.
BrandedPreviewJPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
BrandedPreviewJPEGFilter() - Constructor for class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
browse(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a standard browse, which will return a BrowseInfo object that represents the results for the current page, the total number of results, the range, and information to construct previous and next links on any web page
BROWSE - org.dspace.usage.UsageEvent.Action
 
BROWSE - Static variable in class org.purl.sword.client.PostDialog
label for the browse command.
BrowseDAO - Interface in org.dspace.browse
Interface for any class wishing to interact with the Browse storage layer for Read Only operations.
BrowseDAOFactory - Class in org.dspace.browse
Factory class to generate DAOs based on the configuration
BrowseEngine - Class in org.dspace.browse
This class does most of the actual grunt work of preparing a browse result.
BrowseEngine(Context) - Constructor for class org.dspace.browse.BrowseEngine
Create a new instance of the Browse engine, using the given DSpace Context object.
BrowseEntryConverter - Class in org.dspace.app.rest.converter
This is the converter from String array returned by the Browse engine for metadata browse to the BrowseEntryRest DTO
BrowseEntryConverter() - Constructor for class org.dspace.app.rest.converter.BrowseEntryConverter
 
BrowseEntryHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to provide a factory to add links to the BrowseEntryResource.
BrowseEntryHalLinkFactory() - Constructor for class org.dspace.app.rest.link.BrowseEntryHalLinkFactory
 
BrowseEntryLinkRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to retrieve the first level values (Entries) of a metadata browse
BrowseEntryLinkRepository() - Constructor for class org.dspace.app.rest.repository.BrowseEntryLinkRepository
 
BrowseEntryResource - Class in org.dspace.app.rest.model.hateoas
Browse Entry Rest HAL Resource.
BrowseEntryResource(BrowseEntryRest) - Constructor for class org.dspace.app.rest.model.hateoas.BrowseEntryResource
 
BrowseEntryRest - Class in org.dspace.app.rest.model
The Browse Entry REST Resource
BrowseEntryRest() - Constructor for class org.dspace.app.rest.model.BrowseEntryRest
 
BrowseException - Exception in org.dspace.browse
Just a quick BrowseException class to give us the relevant data type
BrowseException() - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String, Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseIndex - Class in org.dspace.browse
This class holds all the information about a specifically configured BrowseIndex.
BrowseIndexConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the BrowseIndex in the DSpace API data model and the REST data model
BrowseIndexConverter() - Constructor for class org.dspace.app.rest.converter.BrowseIndexConverter
 
BrowseIndexResource - Class in org.dspace.app.rest.model.hateoas
Browse Index Rest HAL Resource.
BrowseIndexResource(BrowseIndexRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.BrowseIndexResource
 
BrowseIndexRest - Class in org.dspace.app.rest.model
The Browse Index REST Resource
BrowseIndexRest() - Constructor for class org.dspace.app.rest.model.BrowseIndexRest
 
BrowseIndexRest.SortOption - Class in org.dspace.app.rest.model
 
BrowseIndexRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to Browse Index Rest object
BrowseIndexRestRepository() - Constructor for class org.dspace.app.rest.repository.BrowseIndexRestRepository
 
BrowseInfo - Class in org.dspace.browse
The results of a Browse, including all the contextual information about the query, as well as the results and associated information to create pageable navigation.
BrowseInfo(List, int, int, int) - Constructor for class org.dspace.browse.BrowseInfo
Constructor FIXME: Unable to generify due to mixed usage
BrowseItemLinkRepository - Class in org.dspace.app.rest.repository
This is the repository to retrieve the items associated with a specific browse index or entries
BrowseItemLinkRepository() - Constructor for class org.dspace.app.rest.repository.BrowseItemLinkRepository
 
browseMini(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a limited browse, which only returns the results requested, without any extraneous information.
BrowseOutput - Class in org.dspace.browse
Utility class to provide a wrapper for the various output possibilities from the IndexBrowse class.
BrowseOutput() - Constructor for class org.dspace.browse.BrowseOutput
Constructor.
BrowserScope - Class in org.dspace.browse
A class which represents the initial request to the browse system.
BrowserScope(Context) - Constructor for class org.dspace.browse.BrowserScope
Construct a new BrowserScope using the given Context
BSN_LICENSE_RDF - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
 
BSN_LICENSE_TEXT - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
Deprecated.
the bitstream with the license in the textual format it is no longer stored (see https://jira.duraspace.org/browse/DS-2604)
BSN_LICENSE_URL - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
Deprecated.
use the metadata retrieved at CreativeCommonsService.getCCField(String) (see https://jira .duraspace.org/browse/DS-2604)
bufferedCopy(InputStream, OutputStream) - Static method in class org.dspace.core.Utils
Copy stream-data from source to destination, with buffering.
build() - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Build the External Data
BUILD - org.dspace.discovery.IndexClientOptions
 
BUILDANDSPELLCHECK - org.dspace.discovery.IndexClientOptions
 
buildCollection(DSpaceObject) - Method in class org.dspace.sword.ATOMCollectionGenerator
Build the ATOM Collection which represents the given DSpace Object.
buildCollection(DSpaceObject) - Method in class org.dspace.sword.CollectionCollectionGenerator
Build the collection for the given DSpaceObject.
buildCollection(DSpaceObject) - Method in class org.dspace.sword.CommunityCollectionGenerator
 
buildCollection(DSpaceObject) - Method in class org.dspace.sword.ItemCollectionGenerator
Build the collection around the given DSpaceObject.
buildCollection(Context, DSpaceObject, SwordConfigurationDSpace) - Method in interface org.dspace.sword2.AtomCollectionGenerator
Build the ATOM Collection which represents the given DSpace Object.
buildCollection(Context, DSpaceObject, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CollectionCollectionGenerator
Build the collection for the given DSpaceObject.
buildCollection(Context, DSpaceObject, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CommunityCollectionGenerator
 
buildDocument(Context, IndexableClaimedTask) - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
buildDocument(Context, IndexableCollection) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
Build a solr document for a DSpace Collection.
buildDocument(Context, IndexableCommunity) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
buildDocument(Context, IndexableItem) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
Build a Solr document for a DSpace Item and write the index
buildDocument(Context, IndexableMetadataField) - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
buildDocument(Context, IndexablePoolTask) - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
buildDocument(Context, IndexableWorkflowItem) - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
buildDocument(Context, IndexableWorkspaceItem) - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
buildDocument(Context, T) - Method in class org.dspace.discovery.indexobject.DSpaceObjectIndexFactoryImpl
 
buildDocument(Context, T) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Create solr document with all the shared fields initialized.
buildDocument(Context, T) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
buildDocument(Context, T) - Method in class org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl
 
builder - Static variable in class org.dspace.app.itemupdate.ItemArchive
 
buildFacetBaseLink(FacetResultsRest) - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
buildFacetQuery(Context, IndexableObject, DiscoveryConfiguration, String, String, List<SearchFilter>, String, Pageable, String) - Method in class org.dspace.app.rest.utils.RestDiscoverQueryBuilder
Create a discovery facet query.
buildFacetQuery(Context, IndexableObject, DiscoveryConfiguration, String, String, List<SearchFilter>, List<String>, Pageable, String) - Method in class org.dspace.app.rest.utils.RestDiscoverQueryBuilder
Create a discovery facet query.
buildFacetQuery(Context, IndexableObject, DiscoveryConfiguration, String, String, List<QueryBuilderSearchFilter>, String, Integer, Long, String) - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
Create a discovery facet query.
buildFacetQuery(Context, IndexableObject, DiscoveryConfiguration, String, String, List<QueryBuilderSearchFilter>, List<String>, Integer, Long, String) - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
Create a discovery facet query.
buildFieldName(MetadataValue) - Method in class org.dspace.app.util.GoogleMetadata
Construct metadata field name out of Metadatum components
buildIdentifier(String) - Static method in class org.dspace.xoai.data.DSpaceItem
 
buildLink(String, String) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
buildLink(String, T) - Method in class org.dspace.app.rest.link.HalLinkFactory
Please note that this method could lead to double encoding.
buildNewDocument(Context, IndexableItem) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
buildNewDocument(Context, T) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Create solr document with all the shared fields initialized.
buildNewDocument(Context, T) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
buildQuery(List<ScopedFilter>) - Method in interface org.dspace.xoai.services.api.solr.SolrQueryResolver
 
buildQuery(List<ScopedFilter>) - Method in class org.dspace.xoai.services.impl.solr.DSpaceSolrQueryResolver
 
buildQuery(Context, IndexableObject, DiscoveryConfiguration, String, List<SearchFilter>, String, Pageable) - Method in class org.dspace.app.rest.utils.RestDiscoverQueryBuilder
Build a discovery query
buildQuery(Context, IndexableObject, DiscoveryConfiguration, String, List<SearchFilter>, List<String>, Pageable) - Method in class org.dspace.app.rest.utils.RestDiscoverQueryBuilder
Build a discovery query
buildQuery(Context, IndexableObject, DiscoveryConfiguration, String, List<QueryBuilderSearchFilter>, String, Integer, Long, String, String) - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
Build a discovery query
buildQuery(Context, IndexableObject, DiscoveryConfiguration, String, List<QueryBuilderSearchFilter>, List<String>, Integer, Long, String, String) - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
Build a discovery query
buildSearchBaseLink(DiscoveryResultsRest) - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
This method will build the base search link for the data that's been given to it
buildSearchFacetsBaseLink(SearchResultsRest) - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
buildSigningKey(EPerson) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
This returns the key used for signing the token.
buildSolrQuery() - Method in class org.dspace.xoai.filter.AndFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DateFromFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DateUntilFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceAuthorizationFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceMetadataExistsFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceSetSpecFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.DSpaceWithdrawnFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.NotFilter
 
buildSolrQuery() - Method in class org.dspace.xoai.filter.OrFilter
 
buildSolrQuery(Scope, Condition) - Method in interface org.dspace.xoai.services.api.xoai.DSpaceFilterResolver
 
buildSolrQuery(Scope, Condition) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
buildSpellCheck() - Method in interface org.dspace.discovery.IndexingService
 
buildSpellCheck() - Method in class org.dspace.discovery.SolrServiceImpl
 
buildString(Node) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
buildUploadBitstream(ConfigurationService, Bitstream) - Method in class org.dspace.app.rest.submit.SubmissionService
Build the rest representation of a bitstream as used in the upload section (DataUpload.
BulkEditChange - Class in org.dspace.app.bulkedit
Utility class to store changes to item that may occur during a batch edit.
BulkEditChange() - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a change holder for a new item
BulkEditChange(Item) - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a new change holder for an existing item
BulkEditMetadataValue - Class in org.dspace.app.bulkedit
Value class used for metadata value edits used by the bulk edit.
BulkEditMetadataValue() - Constructor for class org.dspace.app.bulkedit.BulkEditMetadataValue
 
Bundle - Class in org.dspace.content
Class representing bundles of bitstreams stored in the DSpace system
Bundle() - Constructor for class org.dspace.content.Bundle
Protected constructor, create object using: BundleService.create(Context, Item, String)
BUNDLE - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
BUNDLE - Static variable in class org.dspace.core.Constants
Type of bundle objects
BUNDLE - Static variable in class org.dspace.event.Event
 
Bundle_ - Class in org.dspace.content
 
Bundle_() - Constructor for class org.dspace.content.Bundle_
 
BundleBitstreamLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "bitstreams" subresource of an individual bundle.
BundleBitstreamLinkRepository() - Constructor for class org.dspace.app.rest.repository.BundleBitstreamLinkRepository
 
BundleConverter - Class in org.dspace.app.rest.converter
 
BundleConverter() - Constructor for class org.dspace.app.rest.converter.BundleConverter
 
bundleDAO - Variable in class org.dspace.content.BundleServiceImpl
 
BundleDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Bundle object.
BundleDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Bundle object.
BundleDAOImpl() - Constructor for class org.dspace.content.dao.impl.BundleDAOImpl
 
bundleFiles - Variable in class org.dspace.content.packager.METSManifest
 
BundleItemLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "item" subresource of an individual bundle.
BundleItemLinkRepository() - Constructor for class org.dspace.app.rest.repository.BundleItemLinkRepository
 
BundleMoveOperation - Class in org.dspace.app.rest.repository.patch.operation
This is the implementation for Bundle move patches.
BundleMoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.BundleMoveOperation
 
bundleName - Variable in class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
BundlePrimaryBitstreamLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "primaryBitstream" subresource of an individual bundle.
BundlePrimaryBitstreamLinkRepository() - Constructor for class org.dspace.app.rest.repository.BundlePrimaryBitstreamLinkRepository
 
BundleResource - Class in org.dspace.app.rest.model.hateoas
Bunde Rest HAL Resource.
BundleResource(BundleRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.BundleResource
 
BundleRest - Class in org.dspace.app.rest.model
The Bundle REST Resource
BundleRest() - Constructor for class org.dspace.app.rest.model.BundleRest
 
BundleRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible for managing the Bundle Rest object
BundleRestRepository(BundleService) - Constructor for class org.dspace.app.rest.repository.BundleRestRepository
 
bundles - Static variable in class org.dspace.content.Bitstream_
 
bundles - Static variable in class org.dspace.content.Item_
 
BUNDLES - Static variable in class org.dspace.app.rest.model.ItemRest
 
BUNDLES - Static variable in class org.dspace.content.Bitstream_
 
BUNDLES - Static variable in class org.dspace.content.Item_
 
bundleService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bundleService - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
bundleService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bundleService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
bundleService - Variable in class org.dspace.content.BitstreamServiceImpl
 
bundleService - Variable in class org.dspace.content.Bundle
 
bundleService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bundleService - Variable in class org.dspace.content.ItemServiceImpl
 
bundleService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bundleService - Static variable in class org.dspace.content.packager.PackageUtils
 
bundleService - Variable in class org.dspace.content.packager.PDFPackager
 
bundleService - Variable in class org.dspace.curate.CitationPage
 
bundleService - Variable in class org.dspace.harvest.OAIHarvester
 
bundleService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bundleService - Static variable in class org.dspace.license.LicenseCleanup
 
bundleService - Variable in class org.dspace.rdf.RDFConsumer
 
bundleService - Variable in class org.dspace.sword.CollectionDepositor
 
bundleService - Variable in class org.dspace.sword.ItemDepositor
 
bundleService - Variable in class org.dspace.sword.SimpleFileIngester
 
bundleService - Variable in class org.dspace.sword2.BinaryContentIngester
 
bundleService - Variable in class org.dspace.sword2.DSpaceSwordAPI
 
bundleService - Variable in class org.dspace.sword2.SimpleZipContentIngester
 
bundleService - Variable in class org.dspace.sword2.VersionManager
 
bundleService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
bundleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
BundleService - Interface in org.dspace.content.service
Service interface class for the Bundle object.
BundleServiceImpl - Class in org.dspace.content
Service implementation for the Bundle object.
BundleServiceImpl() - Constructor for class org.dspace.content.BundleServiceImpl
 
bundlesToEmpty - Variable in class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
 
bundleToFileGrp(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns fileGrp's USE attribute value corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
BundleUploadBitstreamController - Class in org.dspace.app.rest
Controller to upload bitstreams to a certain bundle, indicated by a uuid in the request Usage: POST /api/core/bundles/{uuid}/bitstreams (with file and properties of file in request) Example:
BundleUploadBitstreamController() - Constructor for class org.dspace.app.rest.BundleUploadBitstreamController
 
BUSY - org.dspace.app.rest.model.HarvestStatusEnum
 
bytesWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of bytes written to current file

C

Cache - Interface in org.dspace.services.model
This is a cache which can be used to store data.
cacheAllMemberGroupsSet(EPerson, Set<Group>) - Method in class org.dspace.core.Context
 
cacheAllMemberGroupsSet(EPerson, Set<Group>) - Method in class org.dspace.core.ContextReadOnlyCache
 
cacheAuthorizedAction(DSpaceObject, int, EPerson, Boolean) - Method in class org.dspace.core.ContextReadOnlyCache
 
cacheAuthorizedAction(DSpaceObject, int, EPerson, Boolean, ResourcePolicy) - Method in class org.dspace.core.Context
 
CacheConfig - Class in org.dspace.services.model
Encodes the configuration for a cache into an object.
CacheConfig(CacheConfig.CacheScope) - Constructor for class org.dspace.services.model.CacheConfig
Configure the cache to use the given scope.
CacheConfig.CacheScope - Enum in org.dspace.services.model
Controls the scope of each created cache.
CacheEvictBeanLocator - Class in org.dspace.iiif.consumer
Exposes the Spring application's IIIF cache evict service to the DSpace event consumer.
CacheEvictBeanLocator() - Constructor for class org.dspace.iiif.consumer.CacheEvictBeanLocator
 
cacheGroupMembership(Group, EPerson, Boolean) - Method in class org.dspace.core.Context
 
cacheGroupMembership(Group, EPerson, Boolean) - Method in class org.dspace.core.ContextReadOnlyCache
 
CacheLogger - Class in org.dspace.iiif.logger
 
CacheLogger() - Constructor for class org.dspace.iiif.logger.CacheLogger
 
calculateExtremeValue(Context, String, String, DiscoverQuery.SORT_ORDER) - Method in interface org.dspace.discovery.SearchService
This method returns us either the highest or lowest value for the field that we give to it depending on what sortOrder we give this method.
calculateExtremeValue(Context, String, String, DiscoverQuery.SORT_ORDER) - Method in class org.dspace.discovery.SolrServiceImpl
 
calculateRange(Context, List<String>, IndexableObject, SearchService, DiscoverQuery) - Method in class org.dspace.discovery.FacetYearRange
 
CALENDAR_UNITS - Static variable in class org.dspace.util.DateMathParser
A mapping from (uppercased) String labels identifying time units, to the corresponding ChronoUnit enum (e.g.
call() - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable
 
call() - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl.FindMatchingRecordsCallable
 
call() - Method in class org.dspace.statistics.AnonymizeStatistics.DoProcessing
 
callback(DSpaceObject) - Method in class org.dspace.rdf.RDFizer.Callback
 
Callback() - Constructor for class org.dspace.rdf.RDFizer.Callback
 
callService(String, Item, StringBuilder) - Method in class org.dspace.ctask.general.MetadataWebService
 
CAN_LOG_IN - Static variable in class org.dspace.eperson.EPerson_
 
CAN_LOGIN - Static variable in class org.dspace.content.packager.RoleDisseminator
 
canApplyResourcePolicy(Context, List<AccessConditionOption>, String, Date, Date) - Static method in class org.dspace.app.rest.submit.factory.impl.AccessConditionResourcePolicyUtils
Check if the given name, startDate and endDate match any access condition options configured, otherwise it throws UnprocessableEntity exception.
CanChangePasswordFeature - Class in org.dspace.app.rest.authorization.impl
The canChangePassword feature.
CanChangePasswordFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanChangePasswordFeature
 
CanClaimItemFeature - Class in org.dspace.app.rest.authorization.impl
Checks if the given user can claim the given item.
CanClaimItemFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanClaimItemFeature
 
canCollectionAdminManageAccounts() - Static method in class org.dspace.app.util.AuthorizeUtil
This method checks if the Collection Admin can manage accounts
canCollectionAdminManageAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit) the collection's admins group?
canCollectionAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to replace or adding a CC License to an item owned by the collections?
canCollectionAdminManageItemPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage the policies of item owned by the collection?
canCollectionAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage the collection's policies?
canCollectionAdminManageSubmitters() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's submitters group?
canCollectionAdminManageTemplateItem() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's item template?
canCollectionAdminManageWorkflows() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's workflows group?
canCollectionAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to add a bitstream to an item owned by the collections?
canCollectionAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to remove a bitstream from an item owned by the collections?
canCollectionAdminPerformItemDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to remove an item from the collection?
canCollectionAdminPerformItemReinstatiate() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to reinstate an item from the collection?
canCollectionAdminPerformItemWithdrawn() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to withdrawn an item from the collection?
canCommunityAdminManageAccounts() - Static method in class org.dspace.app.util.AuthorizeUtil
This method checks if the community Admin can manage accounts
canCommunityAdminManageAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create/edit them community's and subcommunities' admin groups?
canCommunityAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to perform CC License replace or addition to an item owned by one of them collections?
canCommunityAdminManageCollectionAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the admin group of them collections?
canCommunityAdminManageCollectionPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create/edit the community's and subcommunities' admin group?
canCommunityAdminManageCollectionSubmitters() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the submitters group of them collections?
canCommunityAdminManageCollectionTemplateItem() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the item template of them collections?
canCommunityAdminManageCollectionWorkflows() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the workflows group of them collections?
canCommunityAdminManageItemPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the policies of an item owned by one of them collections?
canCommunityAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the community's and subcommunities' policies?
canCommunityAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to add a bitstream to an item owned by one of them collections?
canCommunityAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove a bitstream from an item owned by one of them collections?
canCommunityAdminPerformGroupCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create new, not strictly community related, group?
canCommunityAdminPerformItemDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove an item from them collections?
canCommunityAdminPerformItemReinstatiate() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to reinstate an item from them collections?
canCommunityAdminPerformItemWithdrawn() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to withdrawn an item from them collections?
canCommunityAdminPerformSubelementCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create collections or subcommunities?
canCommunityAdminPerformSubelementDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove collections or subcommunities?
canCreateNewVersion(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
canCreateNewVersion(Context, Item) - Method in interface org.dspace.content.service.ItemService
return TRUE if context's user can create new version of the item, false otherwise.
CanCreateVersionFeature - Class in org.dspace.app.rest.authorization.impl
The create version feature.
CanCreateVersionFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanCreateVersionFeature
 
CanDeleteVersionFeature - Class in org.dspace.app.rest.authorization.impl
The delete version feature.
CanDeleteVersionFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanDeleteVersionFeature
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
ModsCrosswalk can disseminate: Items, Collections, Communities, and Site.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Determine is this crosswalk can dessiminate the given object.
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
canDisseminate(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDownload(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
canDownload(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
The file name of the export archive contains the eperson id of the person who created it When requested for download this method can check if the person requesting it is the same one that created it
canEdit(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
canEdit(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
 
canEdit(Context, Collection, boolean) - Method in class org.dspace.content.CollectionServiceImpl
 
canEdit(Context, Collection, boolean) - Method in interface org.dspace.content.service.CollectionService
 
canEdit(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
canEdit(Context, Community) - Method in interface org.dspace.content.service.CommunityService
 
canEdit(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
canEdit(Context, Item) - Method in interface org.dspace.content.service.ItemService
return TRUE if context's user can edit item, false otherwise
canEditBoolean(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
canEditBoolean(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
 
canEditBoolean(Context, Collection, boolean) - Method in class org.dspace.content.CollectionServiceImpl
 
canEditBoolean(Context, Collection, boolean) - Method in interface org.dspace.content.service.CollectionService
 
canEditBoolean(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
canEditBoolean(Context, Community) - Method in interface org.dspace.content.service.CommunityService
return TRUE if context's user can edit community, false otherwise
CanEditVersionFeature - Class in org.dspace.app.rest.authorization.impl
The create version feature.
CanEditVersionFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanEditVersionFeature
 
canGenerateCitationVersion(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
canGenerateCitationVersion(Context, Bitstream) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
canHandleInTransaction(Event, Context) - Method in class org.dspace.storage.rdbms.EntityTypeServiceInitializer
 
canHandleInTransaction(Event, Context) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
Whether event can be handled in a transaction or whether it must be handle outside of transaction.
canHandleInTransaction(Event, Context) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Whether event can be handled in a transaction or whether it must be handle outside of transaction.
canHandleInTransaction(Event, Context) - Method in class org.dspace.storage.rdbms.RegistryUpdater
Whether event can be handled in a transaction or whether it must be handle outside of transaction.
canHandleInTransaction(Event, Context) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
Whether event can be handled in a transaction or whether it must be handle outside of transaction.
canItemAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to replace or adding CC License to the item?
canItemAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to manage the item's policies?
canItemAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to add bitstreams to the item?
canItemAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to remove bitstreams from the item?
canLogIn - Static variable in class org.dspace.eperson.EPerson_
 
canLogIn() - Method in class org.dspace.eperson.EPerson
Can the user log in?
CanManageBitstreamBundlesFeature - Class in org.dspace.app.rest.authorization.impl
The manageBitstreamBundles feature.
CanManageBitstreamBundlesFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanManageBitstreamBundlesFeature
 
CanManageMappingsFeature - Class in org.dspace.app.rest.authorization.impl
The manage mapped items feature.
CanManageMappingsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanManageMappingsFeature
 
CanManageRelationshipsFeature - Class in org.dspace.app.rest.authorization.impl
The CanManageRelationshipsFeature feature.
CanManageRelationshipsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanManageRelationshipsFeature
 
CanManageVersionsFeature - Class in org.dspace.app.rest.authorization.impl
The manage versions feature.
CanManageVersionsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanManageVersionsFeature
 
canonicalize(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Return the canonical name for a database identifier based on whether this database defaults to storing identifiers in uppercase or lowercase.
canSeeDraftVersion(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersionHistoryService
This method has a scope to verify if the logged user has permission to see the attribute 'draftVersion' of the latest version.
canSeeDraftVersion(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
CanSeeVersionsFeature - Class in org.dspace.app.rest.authorization.impl
The view versions feature.
CanSeeVersionsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanSeeVersionsFeature
 
canSelfRegister(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.AuthenticationMethod
Predicate, whether to allow new EPerson to be created.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.IPAuthentication
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.LDAPAuthentication
Let a real auth method return true if it wants.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OidcAuthentication
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OrcidAuthentication
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.PasswordAuthentication
Look to see if this email address is allowed to register.
canSelfRegister(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.service.AuthenticationService
Predicate, can a new EPerson be created.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Indicate whether or not a particular user can self-register, based on e-mail address.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.X509Authentication
Predicate, can new user automatically create EPerson.
CanSendFeedbackFeature - Class in org.dspace.app.rest.authorization.impl
The send feedback feature.
CanSendFeedbackFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanSendFeedbackFeature
 
canSubmit(SWORDService, Deposit, DSpaceObject) - Method in class org.dspace.sword.SWORDAuthenticator
Can the users contained in this object's member SWORDContext make a successful submission to the selected collection.
canSubmit(SwordContext, DSpaceObject, VerboseDescription) - Method in class org.dspace.sword2.SwordAuthenticator
Can the users contained in this object's member SwordContext make a successful submission to the selected collection.
canSubmitTo(SWORDContext, Collection) - Method in class org.dspace.sword.SWORDAuthenticator
Can the current SWORD Context permit deposit into the given collection in the given DSpace Context? IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to ADD AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null)
canSubmitTo(SWORDContext, DSpaceObject) - Method in class org.dspace.sword.SWORDAuthenticator
Can the given context submit to the specified DSpace object.
canSubmitTo(SWORDContext, Item) - Method in class org.dspace.sword.SWORDAuthenticator
Does the given context have the authority to submit to the given item.
canSubmitTo(SwordContext, Collection) - Method in class org.dspace.sword2.SwordAuthenticator
Can the current SWORD Context permit deposit into the given collection in the given DSpace Context? IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to ADD AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null)
canSubmitTo(SwordContext, DSpaceObject) - Method in class org.dspace.sword2.SwordAuthenticator
Can the given context submit to the specified DSpace object? This forwards to the individual methods for different object types; see their documentation for details of the conditions.
canSubmitTo(SwordContext, Item) - Method in class org.dspace.sword2.SwordAuthenticator
 
CanSynchronizeWithORCID - Class in org.dspace.app.rest.authorization.impl
The synchronization with ORCID feature.
CanSynchronizeWithORCID() - Constructor for class org.dspace.app.rest.authorization.impl.CanSynchronizeWithORCID
 
CanvasCacheEvictService - Class in org.dspace.iiif.consumer
 
CanvasCacheEvictService() - Constructor for class org.dspace.iiif.consumer.CanvasCacheEvictService
 
CanvasCacheLogger - Class in org.dspace.iiif.logger
 
CanvasCacheLogger() - Constructor for class org.dspace.iiif.logger.CanvasCacheLogger
 
CanvasDimensionCLI - Class in org.dspace.iiif.canvasdimension
Sets IIIF canvas metadata on bitstreams based on image size.
CanvasGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the domain model for a single Canvas.
CanvasGenerator(String) - Constructor for class org.dspace.app.iiif.model.generator.CanvasGenerator
Constructor
CanvasItemsGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the domain model for a Presentation API 2.1.1 Sequence.
CanvasItemsGenerator() - Constructor for class org.dspace.app.iiif.model.generator.CanvasItemsGenerator
 
CanvasLookupService - Class in org.dspace.app.iiif.service
This service provides methods for creating a single Canvas.
CanvasLookupService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.CanvasLookupService
 
CanvasService - Class in org.dspace.app.iiif.service
This service provides methods for creating Canvases.
CanvasService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.CanvasService
Constructor.
CanViewUsageStatisticsFeature - Class in org.dspace.app.rest.authorization.impl
The view statistics feature.
CanViewUsageStatisticsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CanViewUsageStatisticsFeature
 
castToPKClass(ReloadableEntityObjectRepository, String) - Method in class org.dspace.app.rest.utils.Utils
Convert the input string in the primary key class according to the repository interface
CATALAN - Static variable in class org.dspace.text.filter.Language
 
catalog - Variable in class org.dspace.curate.TaskResolver
 
CATALOG - Static variable in class org.dspace.curate.TaskResolver
 
Category - Class in org.purl.sword.atom
 
Category() - Constructor for class org.purl.sword.atom.Category
 
Category(String) - Constructor for class org.purl.sword.atom.Category
 
CATEGORY - Static variable in class org.dspace.app.rest.IdentifierRestController
 
CATEGORY - Static variable in class org.dspace.app.rest.model.AuthenticationStatusRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.AuthenticationTokenRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.AuthnRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.AuthorizationRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.BitstreamFormatRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.BrowseIndexRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.BundleRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ClaimedTaskRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.CollectionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.CommunityRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.DiscoveryResultsRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.EntityTypeRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.EPersonRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ExternalSourceRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.FacetConfigurationRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.FeedbackRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.GroupRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.HarvestedCollectionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.HarvesterMetadataRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ItemRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.MetadataFieldRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.MetadataSchemaRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.OrcidHistoryRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.OrcidQueueRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.PoolTaskRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ProcessFileTypesRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ProcessRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.PropertyRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.RegistrationRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.RelationshipRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.RelationshipTypeRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.RequestItemRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ResearcherProfileRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ResourcePolicyRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.RootRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ScriptRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchEventRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchFacetEntryRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchFacetValueRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchResultEntryRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SearchSupportRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SiteRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.StatisticsSupportRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionFormRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.SubmissionUploadRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.TemplateItemRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.UsageReportPointRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.UsageReportRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.VersionHistoryRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.VersionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.ViewEventRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.VocabularyRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.WorkflowActionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.WorkflowItemRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.WorkflowStepRest
 
CATEGORY - Static variable in class org.dspace.app.rest.model.WorkspaceItemRest
 
CATEGORY - Static variable in class org.dspace.app.rest.UUIDLookupRestController
 
CC_BS_SOURCE - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
The Bundle Name
CC_BUNDLE_NAME - Static variable in interface org.dspace.license.service.CreativeCommonsService
 
ccDCToMetadata - Static variable in class org.dspace.content.packager.PackageUtils
 
CCElementItemCompilePlugin - Class in org.dspace.xoai.app
XOAIExtensionItemCompilePlugin aims to add structured information about the creative commons license applied to the item (if any).
CCElementItemCompilePlugin() - Constructor for class org.dspace.xoai.app.CCElementItemCompilePlugin
 
CCLicense - Class in org.dspace.license
 
CCLicense() - Constructor for class org.dspace.license.CCLicense
 
CCLicense(String, String, List<CCLicenseField>) - Constructor for class org.dspace.license.CCLicense
 
CCLICENSE_STEP_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
CCLicenseAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" PATCH operation To add or update the Creative Commons License of a workspace item.
CCLicenseAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.CCLicenseAddPatchOperation
 
ccLicenseConnectorService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
CCLicenseConnectorService - Interface in org.dspace.license
Service interface class for the Creative commons license connector service.
CCLicenseConnectorServiceImpl - Class in org.dspace.license
Implementation for the Creative commons license connector service.
CCLicenseConnectorServiceImpl() - Constructor for class org.dspace.license.CCLicenseConnectorServiceImpl
 
CCLicenseFeature - Class in org.dspace.app.rest.authorization.impl
The cclicense feature.
CCLicenseFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CCLicenseFeature
 
CCLicenseField - Class in org.dspace.license
Wrapper class for representation of a license field declaration.
CCLicenseField(String, String, String, List<CCLicenseFieldEnum>) - Constructor for class org.dspace.license.CCLicenseField
Construct a new LicenseField class.
CCLicenseFieldEnum - Class in org.dspace.license
Wrapper class for representation of a license field enum declaration.
CCLicenseFieldEnum(String, String, String) - Constructor for class org.dspace.license.CCLicenseFieldEnum
 
CCLicenseRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" PATCH operation To remove the Creative Commons License of a workspace item.
CCLicenseRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.CCLicenseRemovePatchOperation
 
CCLicenseStep - Class in org.dspace.app.rest.submit.step
CC License step for DSpace Spring Rest.
CCLicenseStep() - Constructor for class org.dspace.app.rest.submit.step.CCLicenseStep
 
ccMetadataMap - Static variable in class org.dspace.content.packager.PackageUtils
 
ccMetadataToDC - Static variable in class org.dspace.content.packager.PackageUtils
 
CERT_REQUIRED - Static variable in interface org.dspace.authenticate.AuthenticationMethod
Not allowed to login this way without X.509 certificate.
CF_ACCEPTED - Static variable in class org.dspace.content.authority.Choices
This authority value has been confirmed as accurate by an interactive user or authoritative policy
CF_AMBIGUOUS - Static variable in class org.dspace.content.authority.Choices
There are multiple matching authority values of equal validity.
CF_FAILED - Static variable in class org.dspace.content.authority.Choices
The authority encountered an internal failure - this preserves a record in the metadata of why there is no value.
CF_NOTFOUND - Static variable in class org.dspace.content.authority.Choices
There are no matching answers from the authority.
CF_NOVALUE - Static variable in class org.dspace.content.authority.Choices
No reasonable confidence value is available
CF_REJECTED - Static variable in class org.dspace.content.authority.Choices
The authority recommends this submission be rejected.
CF_UNCERTAIN - Static variable in class org.dspace.content.authority.Choices
Value is singular and valid but has not been seen and accepted by a human, so its provenance is uncertain.
CF_UNSET - Static variable in class org.dspace.content.authority.Choices
Value has not been set (DB default).
changeOwningCollection(Collection, Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Register a change to the owning collection
changeVisibility(Context, ResearcherProfile, boolean) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
changeVisibility(Context, ResearcherProfile, boolean) - Method in interface org.dspace.profile.service.ResearcherProfileService
Changes the visibility of the given profile using the given new visible value.
CharacterSeparatedImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.csv.service
This class is an implementation of MetadataSource which extends AbstractPlainMetadataSource in order to parse "character separated" files like csv, tsv, etc using the Live Import framework.
CharacterSeparatedImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
 
Check - Class in org.dspace.health
Abstract check interface.
Check() - Constructor for class org.dspace.health.Check
 
checkBitstream(Bitstream) - Method in class org.dspace.checker.CheckerCommand
Check a specified bitstream.
checkCleanPermissions(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the current user has permissions to run a clean on existing database.
checkConfiguration() - Method in class org.dspace.core.LegacyPluginServiceImpl
Validate the entries in the DSpace Configuration relevant to LegacyPluginServiceImpl.
checkDimensions(int[]) - Static method in class org.dspace.iiif.canvasdimension.Util
IIIF Presentation API version 2.1.1: If the largest image’s dimensions are less than 1200 pixels on either edge, then the canvas’s dimensions SHOULD be double those of the image.
checkEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Check that embargo is properly set on Item: no read access to bitstreams.
checkEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
checkEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoSetter
Check that embargo is properly set on Item.
checkEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
 
CheckerCommand - Class in org.dspace.checker
Main class for the checksum checker tool, which calculates checksums for each bitstream whose ID is in the most_recent_checksum table, and compares it against the last calculated checksum for that bitstream.
CheckerCommand(Context) - Constructor for class org.dspace.checker.CheckerCommand
Default constructor uses DSpace plugin manager to construct dependencies.
CheckerConsumer - Class in org.dspace.checker
Class for removing Checker data for a Bitstreams based on deletion events.
CheckerConsumer() - Constructor for class org.dspace.checker.CheckerConsumer
 
CheckerServiceFactory - Class in org.dspace.checker.factory
Abstract factory to get services for the checker package, use CheckerServiceFactory.getInstance() to retrieve an implementation
CheckerServiceFactory() - Constructor for class org.dspace.checker.factory.CheckerServiceFactory
 
CheckerServiceFactoryImpl - Class in org.dspace.checker.factory
Factory implementation to get services for the checker package, use CheckerServiceFactory.getInstance() to retrieve an implementation
CheckerServiceFactoryImpl() - Constructor for class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
checkIfEpersonMetadataFieldExists(Context, String) - Method in class org.dspace.authenticate.ShibAuthentication
Check if a MetadataField for an eperson is available.
checkImageMimeType(String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Tests for image mimetype.
checkItemMetadata(Item) - Static method in class org.dspace.content.packager.PackageUtils
Test that item has adequate metadata.
checkMetadata(Context, String, String, String, boolean) - Method in class org.dspace.content.crosswalk.CrosswalkMetadataValidator
Scans metadata for elements not defined in this DSpace instance.
checkMetadataFieldNotNull(MetadataField) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
 
checkMintable(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Checks to see if an item can have a DOI minted, using the configured logical filter
checkMintable(Context, DSpaceObject) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Check configured item filters to see if this identifier is allowed to be minted
checkName(String) - Static method in class org.dspace.kernel.DSpaceKernelManager
Ensure that we have a name suitable for an mbean.
checkName(String) - Static method in class org.dspace.xoai.data.DSpaceSet
 
checkNamespaces(Document) - Method in class org.dspace.ctask.general.MetadataWebService
 
checkOperationValue(Object) - Method in class org.dspace.app.rest.repository.patch.operation.PatchOperation
Throws PatchBadRequestException for missing operation value.
checkPassword(Context, EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
checkPassword(Context, EPerson, String) - Method in interface org.dspace.eperson.service.EPersonService
Check EPerson's password.
checkPgCrypto(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Check for pgcrypto (if needed).
checkpointDatabase() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
checkRebuildSpellCheck(CommandLine, IndexingService) - Method in class org.dspace.discovery.IndexClient
Check the command line options and rebuild the spell check if active.
checkReindexDiscovery(IndexingService) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Method to check whether we need to reindex in Discovery (i.e.
checkResourcePolicyForConsistentEndDateValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException if the value for endDate is not consistent with the startDate value, if present (smaller than).
checkResourcePolicyForConsistentStartDateValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException if the value for startDate is not consistent with the endDate value, if present (greater than).
checkResourcePolicyForExistingDescriptionValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException for missing value in the /description path.
checkResourcePolicyForExistingEndDateValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException for missing value in the /endDate path.
checkResourcePolicyForExistingNameValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException for missing value in the /startDate path.
checkResourcePolicyForExistingStartDateValue(ResourcePolicy, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Throws PatchBadRequestException for missing value in the /startDate path.
checks() - Static method in class org.dspace.health.Report
 
checksum - Static variable in class org.dspace.content.Bitstream_
 
checksum(File, String) - Static method in class org.dspace.curate.Utils
Calculates and returns a checksum for the passed file using the passed algorithm.
checksum(InputStream, String) - Static method in class org.dspace.curate.Utils
Calculates and returns a checksum for the passed IO stream using the passed algorithm.
CHECKSUM - Static variable in class org.dspace.content.Bitstream_
 
CHECKSUM_ALGORITHM - Static variable in class org.dspace.checker.MostRecentChecksum_
 
CHECKSUM_ALGORITHM - Static variable in class org.dspace.content.Bitstream_
 
CHECKSUM_ALGORITHM_INVALID - org.dspace.checker.ChecksumResultCode
 
CHECKSUM_CALCULATED - Static variable in class org.dspace.checker.ChecksumHistory_
 
CHECKSUM_EXPECTED - Static variable in class org.dspace.checker.ChecksumHistory_
 
CHECKSUM_MATCH - org.dspace.checker.ChecksumResultCode
 
CHECKSUM_NO_MATCH - org.dspace.checker.ChecksumResultCode
 
CHECKSUM_PREV_NOT_FOUND - org.dspace.checker.ChecksumResultCode
 
CHECKSUM_RESULT - Static variable in class org.dspace.checker.ChecksumHistory_
 
CHECKSUM_RESULT - Static variable in class org.dspace.checker.MostRecentChecksum_
 
checksumAlgorithm - Static variable in class org.dspace.checker.MostRecentChecksum_
 
checksumAlgorithm - Static variable in class org.dspace.content.Bitstream_
 
checksumCalculated - Static variable in class org.dspace.checker.ChecksumHistory_
 
ChecksumCheck - Class in org.dspace.health
 
ChecksumCheck() - Constructor for class org.dspace.health.ChecksumCheck
 
ChecksumChecker - Class in org.dspace.app.checker
Command line access to the checksum checker.
checksumExpected - Static variable in class org.dspace.checker.ChecksumHistory_
 
ChecksumHistory - Class in org.dspace.checker
Represents a history record for the bitstream.
ChecksumHistory() - Constructor for class org.dspace.checker.ChecksumHistory
Protected constructor, create object using: ChecksumHistoryService.addHistory(Context, MostRecentChecksum)
ChecksumHistory_ - Class in org.dspace.checker
 
ChecksumHistory_() - Constructor for class org.dspace.checker.ChecksumHistory_
 
checksumHistoryDAO - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
ChecksumHistoryDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the ChecksumHistory object.
ChecksumHistoryDAOImpl - Class in org.dspace.checker.dao.impl
This is the data access for the checksum history information.
ChecksumHistoryDAOImpl() - Constructor for class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
checksumHistoryService - Variable in class org.dspace.checker.CheckerConsumer
 
checksumHistoryService - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
ChecksumHistoryService - Interface in org.dspace.checker.service
Service interface class for the ChecksumHistory object.
ChecksumHistoryServiceImpl - Class in org.dspace.checker
Service implementation for the ChecksumHistory object.
ChecksumHistoryServiceImpl() - Constructor for class org.dspace.checker.ChecksumHistoryServiceImpl
 
CheckSumRest - Class in org.dspace.app.rest.model
The CheckSum REST Resource.
CheckSumRest() - Constructor for class org.dspace.app.rest.model.CheckSumRest
 
checksumResult - Static variable in class org.dspace.checker.ChecksumHistory_
 
checksumResult - Static variable in class org.dspace.checker.MostRecentChecksum_
 
ChecksumResult - Class in org.dspace.checker
Database entity representation of the checksum_results table
ChecksumResult() - Constructor for class org.dspace.checker.ChecksumResult
Protected constructor, new object creation impossible
ChecksumResult_ - Class in org.dspace.checker
 
ChecksumResult_() - Constructor for class org.dspace.checker.ChecksumResult_
 
ChecksumResultCode - Enum in org.dspace.checker
Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.
ChecksumResultDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the ChecksumResult object.
ChecksumResultDAOImpl - Class in org.dspace.checker.dao.impl
Hibernate implementation of the Database Access Object interface class for the ChecksumResult object.
ChecksumResultDAOImpl() - Constructor for class org.dspace.checker.dao.impl.ChecksumResultDAOImpl
 
ChecksumResultsCollector - Interface in org.dspace.checker
Component that receives BitstreamInfo results from a checker.
checksumResultService - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
checksumResultService - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
ChecksumResultService - Interface in org.dspace.checker.service
Service interface class for the ChecksumResult object.
ChecksumResultServiceImpl - Class in org.dspace.checker
Service implementation for the ChecksumResult object.
ChecksumResultServiceImpl() - Constructor for class org.dspace.checker.ChecksumResultServiceImpl
 
checksumService - Variable in class org.dspace.checker.SimpleDispatcher
Access for bitstream information
ChecksumUtils - Class in org.purl.sword.base
Utility class that holds Checksum related methods.
checkURL(String, StringBuilder) - Method in class org.dspace.ctask.general.BasicLinkChecker
Check the URL and perform appropriate reporting
child - Static variable in class org.dspace.eperson.Group2GroupCache_
 
child - Variable in class org.dspace.eperson.Group2GroupCache
 
CHILD - Static variable in class org.dspace.eperson.Group2GroupCache_
 
CHILDREN - Static variable in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
Choice - Class in org.dspace.content.authority
Record class to hold the data describing one option, or choice, for an authority-controlled metadata value.
Choice() - Constructor for class org.dspace.content.authority.Choice
 
Choice(String, String, String) - Constructor for class org.dspace.content.authority.Choice
Minimal constructor for this data object.
Choice(String, String, String, boolean) - Constructor for class org.dspace.content.authority.Choice
Constructor for common need of Hierarchical authorities that want to explicitely set the selectable flag
Choice(String, String, String, Map<String, String>) - Constructor for class org.dspace.content.authority.Choice
Constructor to quickly setup the data object for basic authorities.
ChoiceAuthority - Interface in org.dspace.content.authority
Plugin interface that supplies an authority control mechanism for one metadata field.
choiceAuthorityService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
choiceAuthorityService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
choiceAuthorityService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
ChoiceAuthorityService - Interface in org.dspace.content.authority.service
Broker for ChoiceAuthority plugins, and for other information configured about the choice aspect of authority control for a metadata field.
ChoiceAuthorityServiceImpl - Class in org.dspace.content.authority
Broker for ChoiceAuthority plugins, and for other information configured about the choice aspect of authority control for a metadata field.
ChoiceAuthorityServiceImpl() - Constructor for class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
Choices - Class in org.dspace.content.authority
Record class to hold a set of Choices returned by an authority in response to a search.
Choices(boolean) - Constructor for class org.dspace.content.authority.Choices
Constructor for simple empty or error results
Choices(int) - Constructor for class org.dspace.content.authority.Choices
Constructor for error results
Choices(Choice[], int, int, int, boolean) - Constructor for class org.dspace.content.authority.Choices
Constructor for general purpose
Choices(Choice[], int, int, int, boolean, int) - Constructor for class org.dspace.content.authority.Choices
Constructor for general purpose
choiceSelectMap() - Method in class org.dspace.authority.AuthorityValue
Information that can be used the choice ui
choiceSelectMap() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Information that can be used the choice ui
choiceSelectMap() - Method in class org.dspace.authority.PersonAuthorityValue
 
ChoicesXMLGenerator - Class in org.dspace.content.authority
Record class to hold a set of Choices returned by an authority in response to a search.
CiniiFieldMapping - Class in org.dspace.importer.external.cinii
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Cinii metadatum fields on the DSpace metadatum fields
CiniiFieldMapping() - Constructor for class org.dspace.importer.external.cinii.CiniiFieldMapping
 
CiniiImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.cinii
Implements a data source for querying Cinii
CiniiImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
citationAsFirstPage - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
Should the citation page be the first page of the document, or the last page? default = true.
CitationDocumentService - Interface in org.dspace.disseminate.service
The Citation Document produces a dissemination package (DIP) that is different that the archival package (AIP).
CitationDocumentServiceImpl - Class in org.dspace.disseminate
The Citation Document produces a dissemination package (DIP) that is different that the archival package (AIP).
CitationDocumentServiceImpl() - Constructor for class org.dspace.disseminate.CitationDocumentServiceImpl
 
citationEnabledCollectionsList - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
List of all enabled collections, inherited/determined for those under communities.
citationEnabledGlobally - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
Boolean to determine is citation-functionality is enabled globally for entire site.
CitationPage - Class in org.dspace.curate
CitationPage This task is used to generate a cover page with citation information for text documents and then to add that cover page to a PDF version of the document replacing the originally uploaded document form the user's perspective.
CitationPage() - Constructor for class org.dspace.curate.CitationPage
 
citationPageFormat - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
Citation page format
claim(Context, EPerson, URI) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
claim(Context, EPerson, URI) - Method in interface org.dspace.profile.service.ResearcherProfileService
Claims and links an eperson to an existing DSpaceObject
ClaimAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
Processing class for an action where x number of users have to accept a task from a designated pool
ClaimAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
ClaimedTask - Class in org.dspace.xmlworkflow.storedcomponents
Claimed task representing the database representation of an action claimed by an eperson
ClaimedTask() - Constructor for class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
Protected constructor, create object using: DSpaceCRUDService.create(Context)
ClaimedTask_ - Class in org.dspace.xmlworkflow.storedcomponents
 
ClaimedTask_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
ClaimedTaskConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the laimTask in the DSpace API data model and the REST data model
ClaimedTaskConverter() - Constructor for class org.dspace.app.rest.converter.ClaimedTaskConverter
 
claimedTaskDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
ClaimedTaskDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the ClaimedTask object.
ClaimedTaskDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the ClaimedTask object.
ClaimedTaskDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
ClaimedTaskIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving claimed tasks in the search core
ClaimedTaskIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving claimed tasks in the search core
ClaimedTaskIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
ClaimedTaskResource - Class in org.dspace.app.rest.model.hateoas
ClaimedTask Rest HAL Resource.
ClaimedTaskResource(ClaimedTaskRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ClaimedTaskResource
 
ClaimedTaskRest - Class in org.dspace.app.rest.model
The ClaimedTask REST Resource
ClaimedTaskRest() - Constructor for class org.dspace.app.rest.model.ClaimedTaskRest
 
ClaimedTaskRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to interact with a claimed task only if he own it claim.
ClaimedTaskRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.ClaimedTaskRestPermissionEvaluatorPlugin
 
ClaimedTaskRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage PooledTask Rest object
ClaimedTaskRestRepository() - Constructor for class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
claimedTaskService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
claimedTaskService - Variable in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
claimedTaskService - Variable in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
 
claimedTaskService - Variable in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
claimedTaskService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
claimedTaskService - Variable in class org.dspace.eperson.GroupServiceImpl
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
ClaimedTaskService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the ClaimedTask object.
ClaimedTaskServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the ClaimedTask object.
ClaimedTaskServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
ClaimedTaskStepLinkRepository - Class in org.dspace.app.rest.repository
Link repository for the Steps subresources for an individual ClaimedTask
ClaimedTaskStepLinkRepository() - Constructor for class org.dspace.app.rest.repository.ClaimedTaskStepLinkRepository
 
ClamScan - Class in org.dspace.ctask.general
ClamScan.java A set of methods to scan using the clamav daemon.
ClamScan() - Constructor for class org.dspace.ctask.general.ClamScan
 
CLASSICAL_GREEK - Static variable in class org.dspace.text.filter.Language
 
ClassicDSpaceLogConverter - Class in org.dspace.statistics.util
A utility class to convert the classic dspace.log (as generated by log4j) files into an intermediate format for ingestion into the new solr stats.
ClassicDSpaceLogConverter(Context, boolean, boolean) - Constructor for class org.dspace.statistics.util.ClassicDSpaceLogConverter
Create an instance of the converter utility
clean(String) - Method in class org.dspace.app.bulkedit.MetadataImport
Clean elements before comparing
CLEAN - org.dspace.discovery.IndexClientOptions
 
CLEAN_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
cleanIndex() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
cleanIndex() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
cleanIndex() - Method in interface org.dspace.discovery.IndexingService
 
cleanIndex() - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all documents in the Lucene index and verifies they are in database, if not, they are removed.
cleanup(boolean, boolean) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
cleanup(boolean, boolean) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Clean up the bitstream storage area.
Cleanup - Class in org.dspace.storage.bitstore
Cleans up asset store.
cleanupZipTemp() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
cleanupZipTemp() - Method in interface org.dspace.app.itemimport.service.ItemImportService
Cleanup
clear() - Method in class org.dspace.core.ContextReadOnlyCache
 
clear() - Method in class org.dspace.curate.Curator
Removes all configured tasks from the Curator.
clear() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Clears all the configuration settings.
clear() - Method in interface org.dspace.services.model.Cache
Clear out all cached items from this cache.
clear() - Method in interface org.dspace.services.model.Session
Purges all data from this session and effectively resets it to an anonymous session.
clear() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
Clears out the settings inside this service.
clear() - Method in class org.dspace.utils.servicemanager.ProviderStack
Delete all providers from the current provider stack.
CLEAR - Static variable in class org.purl.sword.client.PostDialog
label for the clear command.
clearAcceptPackaging() - Method in class org.purl.sword.base.Collection
Remove all of the accepted packaging formats associated with this Collection.
clearAccepts() - Method in class org.purl.sword.base.Collection
Remove all of the accepts associated with this Collection.
clearAllMetadata(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Removes all metadata associated with a DSpace object.
clearAuthors() - Method in class org.purl.sword.atom.Entry
Clear the list of authors.
clearBitstreams() - Method in class org.dspace.content.Bundle
Clear the list of bitstream of this bundle
clearCache() - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
clearCache() - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
clearCache() - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
This method has been created to have a way of clearing the cache kept inside the service
clearCache() - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
This method has been created to have a way of clearing the cache kept inside the service
clearCategories() - Method in class org.purl.sword.atom.Entry
Clear the list of categories.
clearCollections() - Method in class org.dspace.content.Item
 
clearConfig(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Clears a single configuration
clearContributors() - Method in class org.purl.sword.atom.Entry
Clear the list of contributors.
clearCredentials() - Method in class org.purl.sword.client.Client
Clear any user credentials that have been set for this client.
clearCredentials() - Method in interface org.purl.sword.client.SWORDClient
Clear the credentials settings on the client.
clearDetails() - Method in class org.dspace.content.DSpaceObject
Reset the cache of event details.
clearGroupsChanged() - Method in class org.dspace.eperson.Group
 
clearIndex(String) - Static method in class org.dspace.util.SolrImportExport
Remove all documents from the Solr index with the given URL, then commit and optimise the index.
clearInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
clearInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
clearInternal() - Method in class org.dspace.servicemanager.config.DSpaceEnvironmentConfiguration
Removes all properties from this configuration.
clearLinks() - Method in class org.purl.sword.atom.Entry
Clear the list of links.
clearMetadata(Context, T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
clearMetadata(Context, T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Clear metadata values.
clearModified() - Method in class org.dspace.content.DSpaceObject
 
clearNamedPluginClasses() - Method in class org.dspace.core.LegacyPluginServiceImpl
 
clearNamedPluginClasses() - Method in interface org.dspace.core.service.PluginService
This method has been created to have a way of clearing the cache kept in the PluginService
clearPropertyDirect(String) - Method in class org.dspace.servicemanager.config.DSpaceEnvironmentConfiguration
Removes a property from this configuration.
clearProxy() - Method in class org.purl.sword.client.Client
Clear the proxy setting.
clearUnmarshallItems() - Method in class org.purl.sword.base.SwordValidationInfo
Clear the list of unmarshalled info items.
clearValidationItems() - Method in class org.purl.sword.base.SwordValidationInfo
Clear the list of validation info items.
clearWorkspaces() - Method in class org.purl.sword.base.Service
Clear the list of workspaces.
Client - Class in org.purl.sword.client
This is an example Client implementation to demonstrate how to connect to a SWORD server.
Client() - Constructor for class org.purl.sword.client.Client
Create a new Client.
CLIENT_URL - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
CLIENT_VERSION - Static variable in class org.purl.sword.client.ClientConstants
Current software version.
ClientConstants - Class in org.purl.sword.client
Hold general constants for the client.
ClientFactory - Class in org.purl.sword.client
Entry point for the SWORD Demonstration Client.
ClientFactory() - Constructor for class org.purl.sword.client.ClientFactory
 
clientInfoService - Variable in class org.dspace.authenticate.IPAuthentication
 
clientInfoService - Variable in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
ClientInfoService - Interface in org.dspace.service
Service that can be used to retrieve information about DSpace clients
ClientInfoServiceImpl - Class in org.dspace.service.impl
Implementation of ClientInfoService that can provide information on DSpace client requests
ClientInfoServiceImpl(ConfigurationService) - Constructor for class org.dspace.service.impl.ClientInfoServiceImpl
 
ClientOptions - Class in org.purl.sword.client
List of options that are parsed from the command line.
ClientOptions() - Constructor for class org.purl.sword.client.ClientOptions
 
ClientType - Interface in org.purl.sword.client
Interface for a client.
clone(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
clone(Context, ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
clone(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
clone(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Clone the given bitstream by firstly creating a new bitstream, with a new ID.
clone(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
clone(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Clone the given bitstream to a new bitstream with a new ID.
close() - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
close() - Method in class org.dspace.content.packager.PackageUtils.UnclosableInputStream
Do nothing, to prevent wrapped stream from being closed prematurely.
close() - Method in class org.dspace.core.Context
Close this Context, discarding any uncommitted changes and releasing its database connection.
close() - Method in class org.dspace.curate.FileReporter
 
close() - Method in class org.dspace.curate.LogReporter
 
close() - Method in class org.dspace.sword2.TempFileInputStream
 
closeCurrentFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
Finish with the current sitemap file.
closed - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
closeDBConnection() - Method in interface org.dspace.core.DBConnection
Close this session: close DBMS connection(s) and clean up resources.
closeDBConnection() - Method in class org.dspace.core.HibernateDBConnection
Close our current Database connection.
closeSession() - Method in class org.dspace.ctask.general.ClamScan
closeSession Close the IDSESSION in CLAMD
CLUSTER - org.dspace.services.model.Event.Scope
 
CLUSTERINVALIDATED - org.dspace.services.model.CacheConfig.CacheScope
This cache is destroyed when the entire cluster goes down.
CLUSTERREPLICATED - org.dspace.services.model.CacheConfig.CacheScope
This cache is destroyed when the entire cluster goes down.
CmdClient - Class in org.purl.sword.client
Example implementation of a command line client.
CmdClient() - Constructor for class org.purl.sword.client.CmdClient
Create a new instance of the class and create an instance of the client.
CODE_NOT_SET - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Default.
codeToString(int) - Static method in exception org.dspace.identifier.doi.DOIIdentifierException
 
collect(Context, MostRecentChecksum) - Method in interface org.dspace.checker.ChecksumResultsCollector
Collects results.
collect(Context, MostRecentChecksum) - Method in class org.dspace.checker.ResultsLogger
Collect a result for logging.
Collected - Class in org.dspace.content.virtual
A bean implementing the VirtualMetadataConfiguration interface to achieve the generation of Virtual metadata The Collected bean will take all the values of each metadata field defined in the list and it'll create a list of virtual metadata fields defined by the map in which it's defined.
Collected() - Constructor for class org.dspace.content.virtual.Collected
 
collection - Variable in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
collection - Static variable in class org.dspace.content.Bitstream_
 
collection - Static variable in class org.dspace.content.WorkspaceItem_
 
collection - Static variable in class org.dspace.eperson.Subscription_
 
collection - Static variable in class org.dspace.harvest.HarvestedCollection_
 
collection - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
collection - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Collection - Class in org.dspace.content
Class representing a collection.
Collection - Class in org.purl.sword.base
A representation of a SWORD Collection.
Collection() - Constructor for class org.dspace.content.Collection
Collection() - Constructor for class org.purl.sword.base.Collection
Create a new instance.
Collection(String) - Constructor for class org.purl.sword.base.Collection
Create a new instance and set the initial location for the collection.
Collection(UUID) - Constructor for class org.dspace.content.Collection
Takes a pre-determined UUID to be passed to the object to allow for the restoration of previously defined UUID's.
COLLECTION - org.dspace.xmlworkflow.Role.Scope
 
COLLECTION - Static variable in class org.dspace.content.Bitstream_
 
COLLECTION - Static variable in class org.dspace.content.WorkspaceItem_
 
COLLECTION - Static variable in class org.dspace.core.Constants
Type of collection objects
COLLECTION - Static variable in class org.dspace.eperson.Subscription_
 
COLLECTION - Static variable in class org.dspace.event.Event
 
COLLECTION - Static variable in class org.dspace.harvest.HarvestedCollection_
 
COLLECTION - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
COLLECTION - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Collection_ - Class in org.dspace.content
 
Collection_() - Constructor for class org.dspace.content.Collection_
 
COLLECTION_ADMIN - Static variable in class org.dspace.core.Constants
Deprecated.
As of DSpace 1.6, replaced by Constants.ADMIN
COLLECTION_LINK_ERROR - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
Invalid collection for linking
COLLECTION_LINK_ERROR - Static variable in class org.dspace.sword2.DSpaceUriRegistry
Invalid collection for linking
COLLECTION_STEP_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
collection2Metadata(Collection) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace collection.
CollectionAdminFeature - Class in org.dspace.app.rest.authorization.impl
The Collection Admin feature.
CollectionAdminFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CollectionAdminFeature
 
CollectionAdminGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "admingroup" subresource of an individual collection.
CollectionAdminGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionAdminGroupLinkRepository
 
CollectionBitstreamReadGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "BitstreamReadGroup" subresource of an individual collection.
CollectionBitstreamReadGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionBitstreamReadGroupLinkRepository
 
CollectionCollectionGenerator - Class in org.dspace.sword
Class to generate ATOM Collection Elements which represent DSpace Collections
CollectionCollectionGenerator - Class in org.dspace.sword2
Class to generate ATOM Collection Elements which represent DSpace Collections
CollectionCollectionGenerator() - Constructor for class org.dspace.sword2.CollectionCollectionGenerator
 
CollectionCollectionGenerator(SWORDService) - Constructor for class org.dspace.sword.CollectionCollectionGenerator
Construct an object taking the SWORD service instance an argument
CollectionConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the Collection in the DSpace API data model and the REST data model
CollectionConverter() - Constructor for class org.dspace.app.rest.converter.CollectionConverter
 
collectionDAO - Variable in class org.dspace.content.CollectionServiceImpl
 
CollectionDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Collection object.
CollectionDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Collection object.
CollectionDAOImpl() - Constructor for class org.dspace.content.dao.impl.CollectionDAOImpl
 
CollectionDepositManagerDSpace - Class in org.dspace.sword2
 
CollectionDepositManagerDSpace() - Constructor for class org.dspace.sword2.CollectionDepositManagerDSpace
 
CollectionDepositor - Class in org.dspace.sword
 
CollectionDepositor(SWORDService, DSpaceObject) - Constructor for class org.dspace.sword.CollectionDepositor
Construct a depositor for the given service instance on the given DSpaceObject.
CollectionDropDown - Class in org.dspace.app.util
Utility class for lists of collections.
CollectionDropDown.CollectionPathEntry - Class in org.dspace.app.util
A helper class to hold (collection, full path) pairs.
CollectionGroupRestController - Class in org.dspace.app.rest
This RestController will take care of all the calls for a specific collection's special group This is handled by calling "/api/core/collections/{uuid}/{group}" with the correct RequestMethod This works for specific WorkflowGroups as well given that their role is supplied by calling "/api/core/collections/{uuid}/workflowGroups/{workflowRole}"
CollectionGroupRestController() - Constructor for class org.dspace.app.rest.CollectionGroupRestController
 
collectionHandle - Variable in class org.dspace.workflow.MappingType
 
collectionHandles - Variable in class org.dspace.search.HarvestedItemInfo
A List of Strings.
CollectionHarvestSettingsController - Class in org.dspace.app.rest
Rest controller that handles the harvest settings for collections
CollectionHarvestSettingsController() - Constructor for class org.dspace.app.rest.CollectionHarvestSettingsController
 
collectionId - Variable in class org.dspace.harvest.HarvestThread
 
CollectionIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving collections in the search core
CollectionIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving collections in the search core
CollectionIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
CollectionItemReadGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "ItemReadGroup" subresource of an individual collection.
CollectionItemReadGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionItemReadGroupLinkRepository
 
CollectionItemTemplateController - Class in org.dspace.app.rest
This RestController takes care of the creation and retrieval of Collection's Item templates This class will receive the UUID of a Collection and it'll perform actions on its nested objects
CollectionItemTemplateController() - Constructor for class org.dspace.app.rest.CollectionItemTemplateController
 
collectionIterator() - Method in class org.purl.sword.base.Workspace
Get an Iterator over the collections.
CollectionLicenseLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "license" subresource of an individual collection.
CollectionLicenseLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionLicenseLinkRepository
 
CollectionListManagerDSpace - Class in org.dspace.sword2
 
CollectionListManagerDSpace() - Constructor for class org.dspace.sword2.CollectionListManagerDSpace
 
CollectionLocation - Class in org.dspace.sword
This class provides a single point of contact for resolving Collections from SWORD Deposit URLs and for generating SWORD Deposit URLs from Collections
CollectionLocation() - Constructor for class org.dspace.sword.CollectionLocation
 
CollectionLogoController - Class in org.dspace.app.rest
This RestController takes care of the creation and deletion of Collection's nested objects This class will typically receive the UUID of a Collection and it'll perform logic on its nested objects
CollectionLogoController() - Constructor for class org.dspace.app.rest.CollectionLogoController
 
CollectionLogoLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "logo" subresource of an individual collection.
CollectionLogoLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionLogoLinkRepository
 
CollectionMappedItemLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "mappedItems" subresource of an individual collection.
CollectionMappedItemLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionMappedItemLinkRepository
 
CollectionNameComparator - Class in org.dspace.content
Compares the names of two Collections.
CollectionNameComparator() - Constructor for class org.dspace.content.CollectionNameComparator
 
CollectionParentCommunityLinkRepository - Class in org.dspace.app.rest.repository
LinkRepository for the ParentCommunity object for a Collection
CollectionParentCommunityLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionParentCommunityLinkRepository
 
collectionPath(Context, Collection) - Static method in class org.dspace.app.util.CollectionDropDown
Get full path starting from a top-level community via subcommunities down to a collection.
collectionPath(Context, Collection, int) - Static method in class org.dspace.app.util.CollectionDropDown
Get full path starting from a top-level community via subcommunities down to a collection.
CollectionPathEntry(Collection, String) - Constructor for class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
CollectionReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" patch operation
CollectionReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.CollectionReplacePatchOperation
 
CollectionResource - Class in org.dspace.app.rest.model.hateoas
Collection Rest HAL Resource.
CollectionResource(CollectionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.CollectionResource
 
CollectionResourceWorkflowGroupHalLinkFactory - Class in org.dspace.app.rest.link
This class makes sure that the workflowGroup links with the relevant WorkflowRoles are added to the CollectionResource in a dynamic way depending on what workflow is enabled for the collection
CollectionResourceWorkflowGroupHalLinkFactory() - Constructor for class org.dspace.app.rest.link.CollectionResourceWorkflowGroupHalLinkFactory
 
CollectionRest - Class in org.dspace.app.rest.model
The Collection REST Resource
CollectionRest() - Constructor for class org.dspace.app.rest.model.CollectionRest
 
CollectionRestEqualityUtils - Class in org.dspace.app.rest.utils
This class will contain methods that can define in what way CollectionRest objects are equal
CollectionRestEqualityUtils() - Constructor for class org.dspace.app.rest.utils.CollectionRestEqualityUtils
 
CollectionRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Item Rest object
CollectionRestRepository(CollectionService) - Constructor for class org.dspace.app.rest.repository.CollectionRestRepository
 
CollectionRole - Class in org.dspace.xmlworkflow.storedcomponents
Represents a workflow assignments database representation.
CollectionRole() - Constructor for class org.dspace.xmlworkflow.storedcomponents.CollectionRole
Protected constructor, create object using: CollectionRoleService.create(Context, Collection, String, Group)
CollectionRole_ - Class in org.dspace.xmlworkflow.storedcomponents
 
CollectionRole_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
collectionRoleDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
CollectionRoleDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the CollectionRole object.
CollectionRoleDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the CollectionRole object.
CollectionRoleDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
collectionRoleService - Variable in class org.dspace.content.CollectionServiceImpl
 
collectionRoleService - Variable in class org.dspace.eperson.GroupServiceImpl
 
collectionRoleService - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
collectionRoleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
CollectionRoleService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the CollectionRole object.
CollectionRoleServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the CollectionRole object.
CollectionRoleServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
collections - Static variable in class org.dspace.content.Community_
 
collections - Static variable in class org.dspace.content.Item_
 
COLLECTIONS - Static variable in class org.dspace.app.rest.model.CommunityRest
 
COLLECTIONS - Static variable in class org.dspace.content.Community_
 
COLLECTIONS - Static variable in class org.dspace.content.Item_
 
COLLECTIONS_MAPPED_TO - Static variable in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
collectionService - Static variable in class org.dspace.administer.StructBuilder
 
collectionService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
collectionService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
collectionService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
collectionService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
collectionService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
collectionService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
collectionService - Variable in class org.dspace.app.util.SyndicationFeed
 
collectionService - Variable in class org.dspace.content.CommunityServiceImpl
 
collectionService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
collectionService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
collectionService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
collectionService - Variable in class org.dspace.content.InstallItemServiceImpl
 
collectionService - Variable in class org.dspace.content.ItemServiceImpl
 
collectionService - Variable in class org.dspace.content.logic.condition.AbstractCondition
 
collectionService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
collectionService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
collectionService - Static variable in class org.dspace.content.packager.PackageUtils
 
collectionService - Variable in class org.dspace.content.packager.RoleIngester
 
collectionService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
collectionService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
collectionService - Variable in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
collectionService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
collectionService - Variable in class org.dspace.eperson.GroupServiceImpl
 
collectionService - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
collectionService - Variable in class org.dspace.harvest.HarvestThread
 
collectionService - Variable in class org.dspace.harvest.OAIHarvester
 
collectionService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
collectionService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
collectionService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
collectionService - Variable in class org.dspace.sword.CollectionCollectionGenerator
 
collectionService - Variable in class org.dspace.sword.ServiceDocumentManager
 
collectionService - Variable in class org.dspace.sword.SWORDAuthenticator
 
collectionService - Variable in class org.dspace.sword2.CollectionCollectionGenerator
 
collectionService - Variable in class org.dspace.sword2.CollectionDepositManagerDSpace
 
collectionService - Variable in class org.dspace.sword2.SwordAuthenticator
 
collectionService - Variable in class org.dspace.sword2.SwordMETSContentIngester
 
collectionService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
collectionService - Variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
CollectionService - Interface in org.dspace.content.service
Service interface class for the Collection object.
CollectionServiceImpl - Class in org.dspace.content
Service implementation for the Collection object.
CollectionServiceImpl() - Constructor for class org.dspace.content.CollectionServiceImpl
 
collectionsService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
CollectionsService - Interface in org.dspace.xoai.services.api
 
CollectionStep - Class in org.dspace.app.rest.submit.step
Collection step for DSpace Spring Rest.
CollectionStep() - Constructor for class org.dspace.app.rest.submit.step.CollectionStep
 
CollectionSubmitterGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "submittergroup" subresource of an individual collection.
CollectionSubmitterGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.CollectionSubmitterGroupLinkRepository
 
COLUMN_NAME_REGEX - Variable in class org.dspace.authenticate.ShibAuthentication
Validate Postgres Column Names
CombinedMetadatumContributor<T> - Class in org.dspace.importer.external.metadatamapping.contributor
Wrapper class used to accommodate for the possibility of correlations between multiple MetadatumContributor objects
CombinedMetadatumContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Initialize an empty CombinedMetadatumContributor object
CombinedMetadatumContributor(MetadataFieldConfig, List<MetadataContributor>, String) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
ComColAdminFeature - Class in org.dspace.app.rest.authorization.impl
The ComCol Admin feature.
ComColAdminFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ComColAdminFeature
 
commandLine - Variable in class org.dspace.scripts.DSpaceRunnable
The CommandLine object for the script that'll hold the information
CommandLineDSpaceRunnableHandler - Class in org.dspace.scripts.handler.impl
This is an implementation for the CommandLineDSpaceRunnables which means that these implementations are used by DSpaceRunnables which are called from the CommandLine
CommandLineDSpaceRunnableHandler() - Constructor for class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
CommandRunner - Class in org.dspace.app.launcher
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.dspace.app.rest.security.DSpace401AuthenticationEntryPoint
 
COMMENTING - Static variable in class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
commit() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
commit() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
commit() - Method in class org.dspace.core.Context
Commit the current transaction with the database, persisting any pending changes.
commit() - Method in interface org.dspace.core.DBConnection
Commit the open transaction.
commit() - Method in class org.dspace.core.HibernateDBConnection
Commits any current changes cached in the Hibernate Session to the database & closes the Transaction.
commit() - Method in interface org.dspace.discovery.IndexingService
 
commit() - Method in class org.dspace.discovery.SolrServiceImpl
 
commit() - Method in interface org.dspace.statistics.service.SolrLoggerService
Commit the solr core.
commit() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
commit() - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
commit() - Method in class org.dspace.sword.SWORDContext
Commit the primary context held by this class, and abort the authenticated user's context if it is different.
commit() - Method in class org.dspace.sword2.SwordContext
Commit the primary context held by this class, and abort the authenticated user's context if it is different.
CommonLifecycle<T> - Interface in org.dspace.kernel
Beans that have a lifecycle and can be controlled via their lifecycle implement this interface.
communities - Static variable in class org.dspace.content.Collection_
 
COMMUNITIES - Static variable in class org.dspace.content.Collection_
 
community - Static variable in class org.dspace.content.Bitstream_
 
Community - Class in org.dspace.content
Class representing a community
Community() - Constructor for class org.dspace.content.Community
Community(UUID) - Constructor for class org.dspace.content.Community
Takes a pre-determined UUID to be passed to the object to allow for the restoration of previously defined UUID's.
COMMUNITY - Static variable in class org.dspace.content.Bitstream_
 
COMMUNITY - Static variable in class org.dspace.core.Constants
Type of community objects
COMMUNITY - Static variable in class org.dspace.event.Event
 
Community_ - Class in org.dspace.content
 
Community_() - Constructor for class org.dspace.content.Community_
 
community2Metadata(Community) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace community.
CommunityAdminFeature - Class in org.dspace.app.rest.authorization.impl
The Community Admin feature.
CommunityAdminFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CommunityAdminFeature
 
CommunityAdminGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "admingroup" subresource of an individual community.
CommunityAdminGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.CommunityAdminGroupLinkRepository
 
CommunityAdminGroupRestController - Class in org.dspace.app.rest
This RestController will take care of all the calls for a specific community's admingroup This is handled by calling "/api/core/communities/{uuid}/adminGroup" with the correct RequestMethod
CommunityAdminGroupRestController() - Constructor for class org.dspace.app.rest.CommunityAdminGroupRestController
 
CommunityCollectionGenerator - Class in org.dspace.sword
 
CommunityCollectionGenerator - Class in org.dspace.sword2
 
CommunityCollectionGenerator() - Constructor for class org.dspace.sword2.CommunityCollectionGenerator
 
CommunityCollectionGenerator(SWORDService) - Constructor for class org.dspace.sword.CommunityCollectionGenerator
 
CommunityCollectionLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "collections" subresource of an individual community.
CommunityCollectionLinkRepository() - Constructor for class org.dspace.app.rest.repository.CommunityCollectionLinkRepository
 
CommunityConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the community in the DSpace API data model and the REST data model
CommunityConverter() - Constructor for class org.dspace.app.rest.converter.CommunityConverter
 
communityDAO - Variable in class org.dspace.content.CommunityServiceImpl
 
CommunityDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Community object.
CommunityDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Community object.
CommunityDAOImpl() - Constructor for class org.dspace.content.dao.impl.CommunityDAOImpl
 
CommunityFiliator - Class in org.dspace.administer
A command-line tool for setting/removing community/sub-community relationships.
CommunityFiliator() - Constructor for class org.dspace.administer.CommunityFiliator
 
CommunityIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving communities in the search core
CommunityIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving communities in the search core
CommunityIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
CommunityLogoController - Class in org.dspace.app.rest
This RestController takes care of the creation and deletion of Communities' nested objects This class will typically receive the UUID of a Community and it'll perform logic on its nested objects
CommunityLogoController() - Constructor for class org.dspace.app.rest.CommunityLogoController
 
CommunityLogoLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "logo" subresource of an individual community.
CommunityLogoLinkRepository() - Constructor for class org.dspace.app.rest.repository.CommunityLogoLinkRepository
 
CommunityParentCommunityLinkRepository - Class in org.dspace.app.rest.repository
LinkRepository for the ParentCommunity object for a Community
CommunityParentCommunityLinkRepository() - Constructor for class org.dspace.app.rest.repository.CommunityParentCommunityLinkRepository
 
CommunityResource - Class in org.dspace.app.rest.model.hateoas
Item Rest HAL Resource.
CommunityResource(CommunityRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.CommunityResource
 
CommunityRest - Class in org.dspace.app.rest.model
The Community REST Resource
CommunityRest() - Constructor for class org.dspace.app.rest.model.CommunityRest
 
CommunityRestEqualityUtils - Class in org.dspace.app.rest.utils
This class will contain methods that can define in what way CommunityRest objects are equal
CommunityRestEqualityUtils() - Constructor for class org.dspace.app.rest.utils.CommunityRestEqualityUtils
 
CommunityRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Community Rest object
CommunityRestRepository(CommunityService) - Constructor for class org.dspace.app.rest.repository.CommunityRestRepository
 
communityService - Variable in class org.dspace.administer.CommunityFiliator
 
communityService - Static variable in class org.dspace.administer.StructBuilder
 
communityService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
communityService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
communityService - Variable in class org.dspace.app.util.SyndicationFeed
 
communityService - Variable in class org.dspace.content.CollectionServiceImpl
 
communityService - Variable in class org.dspace.content.Community
 
communityService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
communityService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
communityService - Variable in class org.dspace.content.ItemServiceImpl
 
communityService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
communityService - Variable in class org.dspace.content.packager.AbstractPackageDisseminator
 
communityService - Static variable in class org.dspace.content.packager.PackageUtils
 
communityService - Variable in class org.dspace.content.packager.RoleIngester
 
communityService - Variable in class org.dspace.curate.AbstractCurationTask
 
communityService - Variable in class org.dspace.curate.Curator
 
communityService - Variable in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
communityService - Variable in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
communityService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
communityService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
communityService - Variable in class org.dspace.eperson.GroupServiceImpl
 
communityService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
communityService - Variable in class org.dspace.rdf.RDFizer
 
communityService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
communityService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
communityService - Variable in class org.dspace.sword.CommunityCollectionGenerator
 
communityService - Variable in class org.dspace.sword.ServiceDocumentManager
 
communityService - Variable in class org.dspace.sword.SWORDAuthenticator
 
communityService - Variable in class org.dspace.sword2.CommunityCollectionGenerator
 
communityService - Variable in class org.dspace.sword2.ServiceDocumentManagerDSpace
 
communityService - Variable in class org.dspace.sword2.SwordAuthenticator
 
communityService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
CommunityService - Interface in org.dspace.content.service
Service interface class for the Community object.
CommunityServiceImpl - Class in org.dspace.content
Service implementation for the Community object.
CommunityServiceImpl() - Constructor for class org.dspace.content.CommunityServiceImpl
 
CommunitySubcommunityLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "subcommunities" subresource of an individual community.
CommunitySubcommunityLinkRepository() - Constructor for class org.dspace.app.rest.repository.CommunitySubcommunityLinkRepository
 
compare(Object, Object) - Method in class org.dspace.content.ItemComparator
Compare two Items by checking their DCValues for element, qualifier, and language.
compare(Object, Object) - Method in class org.dspace.utils.servicemanager.OrderedServiceComparator
 
compare(Bitstream, Bitstream) - Method in class org.dspace.app.util.GoogleBitstreamComparator
Compares two bitstreams based on their mimetypes, if mimetypes are the same,then the largest bitstream comes first See google-metadata.properties to define the order
compare(Collection, Collection) - Method in class org.dspace.content.CollectionNameComparator
 
compare(DSpaceObject, DSpaceObject) - Method in class org.dspace.content.comparator.NameAscendingComparator
 
compare(Context, Item, List<String>, List<Collection>, BulkEditChange, boolean) - Method in class org.dspace.app.bulkedit.MetadataImport
Compare changes between an items owning collection and mapped collections and what is in the CSV file
compare(ProviderHolder<?>, ProviderHolder<?>) - Method in class org.dspace.utils.servicemanager.ProviderStackComparator
 
compareAndUpdate(Context, Item, String[], boolean, String, BulkEditChange, DSpaceCSVLine) - Method in class org.dspace.app.bulkedit.MetadataImport
Compare an item metadata with a line from CSV, and optionally update the item.
compareChecksums(String, String) - Method in class org.dspace.checker.CheckerCommand
Compares two checksums.
compareSoftwareVersions(String, String) - Static method in class org.dspace.app.util.IndexVersion
Compare two software version numbers to see which is greater.
compareTo(Stat) - Method in class org.dspace.app.statistics.Stat
Compare the current Stat to the given Stat returning -1 if o is less than the current Stat, 0 if they are the same, and +1 if o is greater than the current Stat.
compareTo(CollectionDropDown.CollectionPathEntry) - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
compileResult(Model, Resource, String, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
CompilingException - Exception in org.dspace.xoai.exceptions
 
CompilingException() - Constructor for exception org.dspace.xoai.exceptions.CompilingException
 
CompilingException(String) - Constructor for exception org.dspace.xoai.exceptions.CompilingException
 
CompilingException(String, Throwable) - Constructor for exception org.dspace.xoai.exceptions.CompilingException
 
CompilingException(Throwable) - Constructor for exception org.dspace.xoai.exceptions.CompilingException
 
complete() - Method in class org.dspace.core.Context
Close the context object after all of the operations performed in the context have completed successfully.
complete(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
complete(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will perform the logic needed to update the Process object in the database to represent a complete state
COMPLETE_STEP - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
completeContext(ServletRequest) - Static method in class org.dspace.app.rest.utils.ContextUtil
Check if a context exists for this request, if so complete the context.
completeContext(ServletRequest) - Static method in class org.dspace.web.ContextUtil
Check if a context exists for this request, if so complete the context.
COMPLETED - org.dspace.content.ProcessStatus
 
CompositeProjection - Class in org.dspace.app.rest.projection
A projection that combines the behavior of multiple projections.
CompositeProjection(List<Projection>) - Constructor for class org.dspace.app.rest.projection.CompositeProjection
 
COMPRESSED_EXPORT_MIME_TYPE - Static variable in interface org.dspace.app.itemexport.service.ItemExportService
used for export download
computeChecksum(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
computeChecksum(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
 
concatenate(List<DSpaceCommandLineParameter>) - Static method in class org.dspace.scripts.DSpaceCommandLineParameter
This method will convert a list of DSpaceCommandLineParameter objects into a single String.
Concatenate - Class in org.dspace.content.virtual
A bean implementing the VirtualMetadataConfiguration interface to achieve the generation of Virtual metadata The Concatenate bean will take all the values of each metadata field configured in the list and it will join all of these together with the separator defined in this bean.
Concatenate() - Constructor for class org.dspace.content.virtual.Concatenate
 
ConcreteExample - Class in org.dspace.servicemanager.example
Concrete example to fire up as a service.
ConcreteExample() - Constructor for class org.dspace.servicemanager.example.ConcreteExample
 
condition - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that the metadata value has to fulfill if the mapping should become active.
Condition - Interface in org.dspace.content.logic.condition
The Condition interface A condition is one logical statement testing an item for any idea.
ConditionType - Enum in org.dspace.workflow
Java class for condition-type.
CONFERENCE - Variable in class org.dspace.app.util.GoogleMetadata
 
confidence - Variable in class org.dspace.content.authority.Choices
The confidence level that applies to all values in this result set
confidence - Static variable in class org.dspace.content.MetadataValue_
 
CONFIDENCE - Static variable in class org.dspace.content.MetadataValue_
 
CONFIG_LIST_DELIMITER - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
CONFIG_METS_PREFIX - Static variable in class org.dspace.content.packager.METSManifest
Prefix of DSpace configuration lines that map METS metadata type to crosswalk plugin names.
CONFIG_PATH - Static variable in class org.dspace.servicemanager.DSpaceServiceManager
 
CONFIG_PREFIX - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
CONFIG_PREFIX - Static variable in class org.dspace.content.crosswalk.XSLTCrosswalk
Prefix for all lines in the configuration file for XSLT plugins.
CONFIG_XSD_PREFIX - Static variable in class org.dspace.content.packager.METSManifest
prefix of configuration lines identifying local XML Schema (XSD) files
config2fkey(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
ConfigChangeListener - Interface in org.dspace.kernel.mixins
Allow a service to be notified when a configuration change occurs.
configName - Variable in class org.dspace.content.packager.METSManifest
name of packager who created this manifest object, for looking up configuration entries.
configuration - Variable in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
configuration - Variable in class org.dspace.xoai.filter.DSpaceFilter
The configuration from xoai.xml file
Configuration - Class in org.dspace.app.util
Configuration tools.
CONFIGURATION - Static variable in interface org.dspace.app.rest.model.RestModel
 
configurationChanged(List<String>, Map<String, String>) - Method in interface org.dspace.kernel.mixins.ConfigChangeListener
Called whenever the configuration settings change (depending on the filter).
ConfigurationRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible of exposing configuration properties
ConfigurationRestRepository(ConfigurationService) - Constructor for class org.dspace.app.rest.repository.ConfigurationRestRepository
 
configurationService - Variable in class org.dspace.access.status.AccessStatusServiceImpl
 
configurationService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
configurationService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
configurationService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
configurationService - Static variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
configurationService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
configurationService - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
configurationService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
configurationService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
configurationService - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
configurationService - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
configurationService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
configurationService - Variable in class org.dspace.authenticate.ShibAuthentication
 
configurationService - Variable in class org.dspace.authenticate.X509Authentication
 
configurationService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
configurationService - Variable in class org.dspace.authority.UpdateAuthorities
 
configurationService - Variable in class org.dspace.browse.ItemCounter
 
configurationService - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
configurationService - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
configurationService - Variable in class org.dspace.content.authority.SolrAuthority
 
configurationService - Variable in class org.dspace.content.CollectionServiceImpl
 
configurationService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
configurationService - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
configurationService - Variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
configurationService - Variable in class org.dspace.content.crosswalk.PREMISCrosswalk
 
configurationService - Variable in class org.dspace.content.crosswalk.QDCCrosswalk
 
configurationService - Variable in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
configurationService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
configurationService - Variable in class org.dspace.content.ItemServiceImpl
 
configurationService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
configurationService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
configurationService - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
configurationService - Variable in class org.dspace.content.SiteServiceImpl
 
configurationService - Variable in class org.dspace.core.LegacyPluginServiceImpl
 
configurationService - Variable in class org.dspace.curate.AbstractCurationTask
 
configurationService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
configurationService - Variable in class org.dspace.discovery.SolrSearchCore
 
configurationService - Variable in class org.dspace.discovery.SolrServiceImpl
 
configurationService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
configurationService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
configurationService - Variable in class org.dspace.eperson.EPersonConsumer
 
configurationService - Variable in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
configurationService - Variable in class org.dspace.handle.HandlePlugin
 
configurationService - Variable in class org.dspace.handle.HandleServiceImpl
 
configurationService - Variable in class org.dspace.harvest.OAIHarvester
 
configurationService - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
configurationService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
configurationService - Variable in class org.dspace.identifier.DOIServiceImpl
 
configurationService - Variable in class org.dspace.identifier.IdentifierProvider
 
configurationService - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
configurationService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
configurationService - Variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.conversion.RDFConverterImpl
 
configurationService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.RDFizer
 
configurationService - Variable in class org.dspace.rdf.storage.RDFStorageImpl
 
configurationService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
configurationService - Static variable in class org.dspace.statistics.util.StatisticsImporter
 
configurationService - Variable in class org.dspace.sword.SWORDConfiguration
 
configurationService - Variable in class org.dspace.sword2.AbstractSimpleDC
 
configurationService - Variable in class org.dspace.sword2.AbstractSwordContentIngester
 
configurationService - Variable in class org.dspace.sword2.AtomStatementDisseminator
 
configurationService - Variable in class org.dspace.sword2.CollectionCollectionGenerator
 
configurationService - Variable in class org.dspace.sword2.DSpaceSwordAPI
 
configurationService - Variable in class org.dspace.sword2.ReceiptGenerator
 
configurationService - Variable in class org.dspace.sword2.ServiceDocumentManagerDSpace
 
configurationService - Variable in class org.dspace.sword2.SimpleDCEntryIngester
 
configurationService - Variable in class org.dspace.sword2.SimpleZipContentDisseminator
 
configurationService - Variable in class org.dspace.sword2.SwordAuthenticator
 
configurationService - Variable in class org.dspace.sword2.SwordConfigurationDSpace
 
configurationService - Variable in class org.dspace.sword2.SwordUrlManager
 
configurationService - Variable in class org.dspace.sword2.VersionManager
 
configurationService - Variable in class org.dspace.sword2.WorkflowTools
 
configurationService - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
configurationService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
configurationService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
ConfigurationService - Interface in org.dspace.services
This service handles retrieval of the configuration data for a DSpace instance.
ConfigurationService - Interface in org.dspace.xoai.services.api.config
 
configure(JtwigViewResolver) - Method in class org.dspace.app.configuration.OAIWebConfig
Configure the Jtwig template engine for Spring Boot Ensures Jtwig looks for templates in proper location with proper extension
configure(SpringApplicationBuilder) - Method in class org.dspace.app.rest.Application
Override the default SpringBootServletInitializer.configure() method, passing it this Application class.
configure(AuthenticationManagerBuilder) - Method in class org.dspace.app.rest.security.WebSecurityConfiguration
 
configure(HttpSecurity) - Method in class org.dspace.app.rest.security.WebSecurityConfiguration
 
configure(WebSecurity) - Method in class org.dspace.app.rest.security.WebSecurityConfiguration
 
CONNECT_FAIL_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
connector - Variable in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
Connector to handle token and requests
connector - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
ConsoleService - Interface in org.dspace.util
Make System.console mock-able for testing.
ConsoleServiceImpl - Class in org.dspace.util
Standard implementation of console IO using System.console().
ConsoleServiceImpl() - Constructor for class org.dspace.util.ConsoleServiceImpl
 
CONSTANT_DATA_FILENAME_KEY_PREFIX - Static variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
CONSTANT_DATA_GENERAL_KEY_SUFFIX - Static variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
Constants - Class in org.dspace.core
Class with constants and matching strings, for DSpace types.
constructBitstreamFormatList(HttpServletRequest, Context) - Method in class org.dspace.app.rest.utils.Utils
This method will construct a List of BitstreamFormats out of a request.
constructDSpaceObjectList(Context, List<String>) - Method in class org.dspace.app.rest.utils.Utils
This method will construct a List of DSpaceObjects by executing the method Utils.readFromRequest(HttpServletRequest) and fetching the List of Strings from the request.
constructEntry() - Method in class org.dspace.sword.DSpaceATOMEntry
Construct the entry
constructHttpGet(String, String, String, String) - Method in class org.dspace.app.sherpa.SHERPAService
Construct HTTP GET object for a "field,predicate,value" query with default start, limit eg.
constructHttpGet(String, String, String, String, int, int) - Method in class org.dspace.app.sherpa.SHERPAService
Construct HTTP GET object for a "field,predicate,value" query eg.
constructLatestForDiscoveryMetadataValues(Context, String, String, String, List<ItemUuidAndRelationshipId>) - Method in class org.dspace.content.RelationshipMetadataServiceImpl
Turn the given data into a list of relation.*.latestForDiscovery virtual metadata values.
constructOptions() - Static method in enum org.dspace.curate.CurationClientOptions
This method will create all the possible Options for the Curation script.
constructOptions() - Static method in enum org.dspace.discovery.IndexClientOptions
 
constructSubServiceUrl(Collection) - Method in class org.dspace.sword.SWORDUrlManager
Construct the service document URL for the given object, which will be supplied in the sword:service element of other service document entries.
constructSubServiceUrl(Collection) - Method in class org.dspace.sword2.SwordUrlManager
Construct the service document URL for the given object, which will be supplied in the sword:service element of other service document entries.
constructSubServiceUrl(Community) - Method in class org.dspace.sword.SWORDUrlManager
Construct the service document URL for the given object, which will be supplied in the sword:service element of other service document entries.
constructSubServiceUrl(Community) - Method in class org.dspace.sword2.SwordUrlManager
Construct the service document URL for the given object, which will be supplied in the sword:service element of other service document entries.
consume(Context, Event) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
consume(Context, Event) - Method in class org.dspace.checker.CheckerConsumer
Consume an event
consume(Context, Event) - Method in class org.dspace.discovery.IndexEventConsumer
Consume a content event -- just build the sets of objects to add (new) to the index, update, and delete.
consume(Context, Event) - Method in class org.dspace.eperson.EPersonConsumer
Consume the event
consume(Context, Event) - Method in interface org.dspace.event.Consumer
Consume an event; events may get filtered at the dispatcher level, hiding it from the consumer.
consume(Context, Event) - Method in class org.dspace.event.TestConsumer
Consume a content event - display it in detail.
consume(Context, Event) - Method in class org.dspace.identifier.doi.DOIConsumer
 
consume(Context, Event) - Method in class org.dspace.iiif.consumer.IIIFCacheEventConsumer
 
consume(Context, Event) - Method in class org.dspace.orcid.consumer.OrcidQueueConsumer
 
consume(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consume(Context, Event) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
consume(Context, Event) - Method in class org.dspace.versioning.VersioningConsumer
 
consumeBitstream(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consumeBundles(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consumeCommunityCollectionItem(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
Consumer - Interface in org.dspace.event
Interface for content event consumers.
CONSUMER_PFX - Variable in class org.dspace.event.EventServiceImpl
 
consumerIndicies - Variable in class org.dspace.event.EventServiceImpl
 
ConsumerProfile - Class in org.dspace.event
An instance of this class contains the configuration profile of a specific, named Consumer, in the context of a specific Dispatcher.
consumers - Variable in class org.dspace.event.Dispatcher
Map of consumers by their configured name.
consumeSite(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
contacts - Variable in class org.dspace.workflow.Task
Contacts to be notified on a given completion status.
ContainerManagerDSpace - Class in org.dspace.sword2
 
ContainerManagerDSpace() - Constructor for class org.dspace.sword2.ContainerManagerDSpace
 
containerMetadataToDC(String) - Static method in class org.dspace.content.packager.PackageUtils
Translate a Container's (Community or Collection) database column into a valid Dublin Core metadata field.
contains(String) - Method in class org.dspace.statistics.util.IPTable
Check whether a given address is contained in this netblock.
contains(String, String[]) - Method in class org.dspace.app.bulkedit.MetadataImport
Method to find if a String occurs in an array of Strings
CONTAINS - org.dspace.app.rest.model.query.RestSearchOperator
The contains operator can be used by adding a * behind the search query It then becomes VALUE* to call for a search on the contains operator for VALUE
CONTAINS - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
containsKey(String) - Method in class org.dspace.workflow.CurationTaskConfig
Is this task set name defined?
containsNonZeroValues() - Method in class org.dspace.statistics.Dataset
Returns false if this dataset only contains zeroes.
Content - Class in org.purl.sword.atom
Represents an ATOM Content element.
Content() - Constructor for class org.purl.sword.atom.Content
Create a new instance and set the prefix to 'atom' and the local name to 'content'.
CONTENT_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Name of bundle for user-visible "content" (same as default for now).
CONTENT_DISPOSITION - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header that specifies the content disposition item.
CONTENT_DISPOSITION_ATTACHMENT - Static variable in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
CONTENT_DISPOSITION_INLINE - Static variable in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
CONTENT_LENGTH - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the MD5 label.
CONTENT_MD5 - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the MD5 label.
CONTENT_NEGOTIATION_KEY - Static variable in class org.dspace.rdf.RDFUtil
 
ContentAsTextGenerator - Class in org.dspace.app.iiif.model.generator
Generator for a text annotation.
ContentAsTextGenerator() - Constructor for class org.dspace.app.iiif.model.generator.ContentAsTextGenerator
 
ContentAuthorityServiceFactory - Class in org.dspace.content.authority.factory
Abstract factory to get services for the content.authority package, use ContentAuthorityServiceFactory.getInstance () to retrieve an implementation
ContentAuthorityServiceFactory() - Constructor for class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
ContentAuthorityServiceFactoryImpl - Class in org.dspace.content.authority.factory
Factory implementation to get services for the content.authority package, use ContentAuthorityServiceFactory .getInstance() to retrieve an implementation
ContentAuthorityServiceFactoryImpl() - Constructor for class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
contentFiles - Variable in class org.dspace.content.packager.METSManifest
<file> elements in "original" file group (bundle)
ContentLanguageHeaderResponseFilter - Class in org.dspace.app.rest.filter
This filter assures that when the dspace instance supports multiple languages they are noted in the Content-Language Header of the response.
ContentLanguageHeaderResponseFilter() - Constructor for class org.dspace.app.rest.filter.ContentLanguageHeaderResponseFilter
 
contentLength() - Method in class org.dspace.app.rest.utils.BitstreamResource
 
CONTENTS_FILE - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
ContentSearchGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the search service annotation that is added to the manifest for searchable items.
ContentSearchGenerator() - Constructor for class org.dspace.app.iiif.model.generator.ContentSearchGenerator
 
ContentsEntry - Class in org.dspace.app.itemupdate
Holds the elements of a line in the Contents Entry file Based on private methods in ItemImport Lacking a spec or full documentation for the file format, it looks from the source code that the ordering or elements is not fixed e.g.: 48217870-MIT.pdf\tbundle: bundlename\tpermissions: -r 'MIT Users'\tdescription: Full printable version (MIT only) permissions: -[r|w] ['group name'] description: <the description of the file>
ContentsEntry(String, String, int, String, String) - Constructor for class org.dspace.app.itemupdate.ContentsEntry
 
contentServiceFactory - Variable in class org.dspace.authorize.ResourcePolicyServiceImpl
 
contentServiceFactory - Variable in class org.dspace.content.InstallItemServiceImpl
 
contentServiceFactory - Variable in class org.dspace.content.MetadataValueServiceImpl
 
contentServiceFactory - Variable in class org.dspace.discovery.SolrServiceImpl
 
contentServiceFactory - Variable in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
contentServiceFactory - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.identifier.HandleIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.identifier.IdentifierServiceImpl
 
contentServiceFactory - Variable in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.rdf.RDFizer
 
contentServiceFactory - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
ContentServiceFactory - Class in org.dspace.content.factory
Abstract factory to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementation
ContentServiceFactory() - Constructor for class org.dspace.content.factory.ContentServiceFactory
 
ContentServiceFactoryImpl - Class in org.dspace.content.factory
Factory implementation to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementation
ContentServiceFactoryImpl() - Constructor for class org.dspace.content.factory.ContentServiceFactoryImpl
 
ContentType - Enum in org.purl.sword.atom
Represents a content type for a text element.
context - Variable in class org.dspace.app.harvest.Harvest
 
context - Variable in class org.dspace.checker.HandleDispatcher
 
context - Variable in class org.dspace.checker.SimpleDispatcher
 
context - Variable in class org.dspace.curate.Curation
 
context - Variable in class org.dspace.discovery.FullTextContentStreams
 
context - Variable in class org.dspace.rdf.RDFizer
 
context - Variable in class org.dspace.search.HarvestedItemInfo
Context used when creating this object
context - Variable in class org.dspace.xoai.filter.DSpaceFilter
The oai context
Context - Class in org.dspace.core
Class representing the context of a particular DSpace operation.
Context() - Constructor for class org.dspace.core.Context
Construct a new context object with default options.
Context(Context.Mode) - Constructor for class org.dspace.core.Context
Construct a new context object with the given mode enabled.
Context(EventService, DBConnection) - Constructor for class org.dspace.core.Context
 
CONTEXT_PATH_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the URL of the dspace-rdf module.
Context.Mode - Enum in org.dspace.core
 
contextAction(Model, HttpServletRequest, HttpServletResponse, String) - Method in class org.dspace.xoai.controller.DSpaceOAIDataProvider
 
contextDestroyed(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
Clean up resources used by the application when stopped
contextDestroyed(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceWebappListener
 
contextDestroyed(ServletContextEvent) - Method in class org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener
Deprecated.
 
contextInitialized(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
Initialize any resources required by the application.
contextInitialized(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceWebappListener
 
contextInitialized(ServletContextEvent) - Method in class org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener
Deprecated.
 
ContextReadOnlyCache - Class in org.dspace.core
Object that manages the read-only caches for the Context class
ContextReadOnlyCache() - Constructor for class org.dspace.core.ContextReadOnlyCache
 
contextService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
ContextService - Interface in org.dspace.xoai.services.api.context
 
ContextServiceException - Exception in org.dspace.xoai.services.api.context
 
ContextServiceException() - Constructor for exception org.dspace.xoai.services.api.context.ContextServiceException
 
ContextServiceException(String) - Constructor for exception org.dspace.xoai.services.api.context.ContextServiceException
 
ContextServiceException(String, Throwable) - Constructor for exception org.dspace.xoai.services.api.context.ContextServiceException
 
ContextServiceException(Throwable) - Constructor for exception org.dspace.xoai.services.api.context.ContextServiceException
 
ContextUtil - Class in org.dspace.app.rest.utils
Miscellaneous UI utility methods methods for managing DSpace context.
ContextUtil - Class in org.dspace.web
Miscellaneous UI utility methods methods for managing DSpace context.
contributeMetadata(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Map<String, List<String>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
contributeMetadata(Map<String, List<String>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
contributeMetadata(PlainMetadataSourceDto) - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
 
contributeMetadata(PlainMetadataSourceDto) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.arxiv.metadatamapping.contributor.ArXivIdMetadataContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
Retrieve the metadata associated with the given Element object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.ReplaceCharacterXPathMetadataContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleConcatContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathDateFormatMetadataContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumAndAttributeContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Retrieve the metadata associated with the given object.
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierContributor
 
contributeMetadata(Element) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierRidContributor
 
contributeMetadata(RecordType) - Method in interface org.dspace.importer.external.metadatamapping.contributor.MetadataContributor
Implementations have the responsibility to process/map their own type of metadata based on a given record and return a collection of the generalised MetadatumDTO objects
contributeMetadata(T) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
a separate Metadatum object is created for each index of Metadatum returned from the calls to MetadatumContributor.contributeMetadata(t) for each MetadatumContributor in the metadatumContributors list.
contributeMetadata(T) - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
a separate Metadatum object is created for each index of Metadatum returned from the calls to MetadatumContributor.contributeMetadata(t) for each MetadatumContributor in the metadatumContributors list.
contributeMetadata(T) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Retrieve the metadata associated with the given object.
contributeMetadata(T) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
 
Contributor - Class in org.purl.sword.atom
Represents an ATOM Contributor.
Contributor() - Constructor for class org.purl.sword.atom.Contributor
Create a new instance and set the prefix to 'atom' and the local name to 'contributor'.
controlled - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
ControlledVocabulary - Class in org.dspace.vocabulary
This class represents a single controlled vocabulary node It also contains references to its child nodes
ControlledVocabulary(String, String, String, List<ControlledVocabulary>) - Constructor for class org.dspace.vocabulary.ControlledVocabulary
 
controller - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
controllerFormDefinitions - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
CONVERSION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
An error arose while metadata conversion.
convert() - Method in class org.dspace.app.rest.converter.DiscoverSearchSupportConverter
 
convert() - Method in class org.dspace.app.rest.converter.RootConverter
 
convert(JsonNode) - Method in class org.dspace.app.rest.converter.JsonPatchConverter
Constructs a Patch object given a JsonNode.
convert(InputStream) - Method in class org.dspace.external.provider.orcid.xml.Converter
 
convert(InputStream) - Method in class org.dspace.external.provider.orcid.xml.XMLtoBio
 
convert(Object) - Static method in enum org.dspace.app.rest.security.DSpaceRestPermission
Convert a given object to a DSpaceRestPermission if possible.
convert(String, String) - Method in class org.dspace.statistics.util.ClassicDSpaceLogConverter
Convert a classic log file
convert(String, String, String, Model) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
convert(String, String, DiscoveryConfiguration) - Method in class org.dspace.app.rest.converter.DiscoverFacetConfigurationConverter
 
convert(List<SearchFilter>) - Method in class org.dspace.app.rest.converter.query.SearchQueryConverter
This method traverses the list of SearchFilters and transforms all of those that contain 'Query' as the operator into a standard DSpace SearchFilter
convert(List<MetadataValueDTO>) - Method in class org.dspace.app.rest.converter.MetadataValueDTOListConverter
Gets a rest representation of the given list of domain metadata values.
convert(M, Projection) - Method in interface org.dspace.app.rest.converter.DSpaceConverter
Convert a DSpace model object into its equivalent REST resource, applying a given projection.
convert(M, Projection) - Method in class org.dspace.app.rest.converter.DSpaceObjectConverter
 
convert(RequestItem, Projection) - Method in class org.dspace.app.rest.converter.RequestItemConverter
 
convert(AuthorizationFeature, Projection) - Method in class org.dspace.app.rest.converter.AuthorizationFeatureConverter
 
convert(Authorization, Projection) - Method in class org.dspace.app.rest.converter.AuthorizationConverter
 
convert(MetadataValueList, Projection) - Method in class org.dspace.app.rest.converter.MetadataConverter
 
convert(Patch) - Method in class org.dspace.app.rest.converter.JsonPatchConverter
Renders a Patch as a JsonNode.
convert(Patch) - Method in interface org.dspace.app.rest.converter.PatchConverter
Convert a Patch to a representation object.
convert(UsageReportRest, Projection) - Method in class org.dspace.app.rest.converter.UsageReportConverter
 
convert(AuthenticationToken, Projection) - Method in class org.dspace.app.rest.converter.AuthenticationTokenConverter
 
convert(SubmissionCCLicenseUrl, Projection) - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseUrlConverter
Convert a Submission CC License Url String to its REST representation
convert(TemplateItem, Projection) - Method in class org.dspace.app.rest.converter.TemplateItemConverter
 
convert(DCInputSet, Projection) - Method in class org.dspace.app.rest.converter.SubmissionFormConverter
 
convert(SubmissionConfig, Projection) - Method in class org.dspace.app.rest.converter.SubmissionDefinitionConverter
 
convert(SubmissionStepConfig, Projection) - Method in class org.dspace.app.rest.converter.SubmissionSectionConverter
 
convert(ResourcePolicy, Projection) - Method in class org.dspace.app.rest.converter.ResourcePolicyConverter
 
convert(BrowseIndex, Projection) - Method in class org.dspace.app.rest.converter.BrowseIndexConverter
 
convert(ChoiceAuthority, Projection) - Method in class org.dspace.app.rest.converter.VocabularyRestConverter
 
convert(Choice, Projection) - Method in class org.dspace.app.rest.converter.VocabularyEntryDetailsRestConverter
 
convert(BitstreamFormat, Projection) - Method in class org.dspace.app.rest.converter.BitstreamFormatConverter
 
convert(Bitstream, Projection) - Method in class org.dspace.app.rest.converter.BitstreamConverter
 
convert(DSpaceObject, boolean) - Method in class org.dspace.rdf.RDFizer
 
convert(MetadataValueDTO) - Method in class org.dspace.app.rest.converter.MetadataValueDTOConverter
Gets a rest representation of the given domain metadata value.
convert(EntityType, Projection) - Method in class org.dspace.app.rest.converter.EntityTypeConverter
 
convert(Item, Projection) - Method in class org.dspace.app.rest.converter.ItemConverter
 
convert(MetadataField, Projection) - Method in class org.dspace.app.rest.converter.MetadataFieldConverter
 
convert(MetadataSchema, Projection) - Method in class org.dspace.app.rest.converter.MetadataSchemaConverter
 
convert(MetadataValue, Projection) - Method in class org.dspace.app.rest.converter.MetadataValueConverter
 
convert(Relationship, Projection) - Method in class org.dspace.app.rest.converter.RelationshipConverter
 
convert(RelationshipType, Projection) - Method in class org.dspace.app.rest.converter.RelationshipTypeConverter
 
convert(Site, Projection) - Method in class org.dspace.app.rest.converter.SiteConverter
 
convert(WorkspaceItem, Projection) - Method in class org.dspace.app.rest.converter.WorkspaceItemConverter
 
convert(Context, String, String, String, List<String>, String, List<SearchFilter>, DiscoverResult, DiscoveryConfiguration, Pageable, Projection) - Method in class org.dspace.app.rest.converter.DiscoverFacetResultsConverter
 
convert(Context, String, List<String>, String, String, List<SearchFilter>, Pageable, DiscoveryConfiguration, DiscoverResult, Projection) - Method in class org.dspace.app.rest.converter.DiscoverFacetsConverter
 
convert(Context, String, List<String>, String, String, List<SearchFilter>, Pageable, DiscoverResult, DiscoveryConfiguration, Projection) - Method in class org.dspace.app.rest.converter.DiscoverResultConverter
 
convert(Context, HttpServletRequest, SearchEventRest) - Method in class org.dspace.app.rest.converter.SearchEventConverter
 
convert(Context, DSpaceObject) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
Convert the specified DSpaceObject or a part of it into RDF.
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
convert(Context, DSpaceObject) - Method in interface org.dspace.rdf.conversion.RDFConverter
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
convert(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Converts the the provided DSpaceObject into RDF and returns the model.
convert(DiscoveryConfiguration, Projection) - Method in class org.dspace.app.rest.converter.DiscoverConfigurationConverter
 
convert(DiscoverResult.FacetResult, Projection) - Method in class org.dspace.app.rest.converter.DiscoverFacetValueConverter
 
convert(EPerson, Projection) - Method in class org.dspace.app.rest.converter.EPersonConverter
 
convert(Group, Projection) - Method in class org.dspace.app.rest.converter.GroupConverter
 
convert(ExternalDataObject, Projection) - Method in class org.dspace.app.rest.converter.ExternalSourceEntryRestConverter
 
convert(ExternalDataProvider, Projection) - Method in class org.dspace.app.rest.converter.ExternalSourceRestConverter
 
convert(HarvestedCollection, Projection) - Method in class org.dspace.app.rest.converter.HarvestedCollectionConverter
 
convert(CCLicenseFieldEnum, Projection) - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseFieldEnumConverter
Convert a CCLicenseFieldEnum to its REST representation
convert(CCLicenseField, Projection) - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseFieldConverter
Convert a CCLicenseField to its REST representation
convert(CCLicense, Projection) - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseConverter
Convert a CCLicense to its REST representation
convert(OrcidHistory, Projection) - Method in class org.dspace.app.rest.converter.OrcidHistoryRestConverter
 
convert(OrcidQueue, Projection) - Method in class org.dspace.app.rest.converter.OrcidQueueRestConverter
 
convert(ResearcherProfile, Projection) - Method in class org.dspace.app.rest.converter.ResearcherProfileConverter
 
convert(ScriptConfiguration, Projection) - Method in class org.dspace.app.rest.converter.ScriptConverter
 
convert(DSpaceCommandLineParameter, Projection) - Method in class org.dspace.app.rest.converter.DSpaceRunnableParameterConverter
 
convert(Process, Projection) - Method in class org.dspace.app.rest.converter.ProcessConverter
 
convert(AccessConditionConfiguration, Projection) - Method in class org.dspace.app.rest.converter.SubmissionAccessOptionConverter
 
convert(VersionHistory, Projection) - Method in class org.dspace.app.rest.converter.VersionHistoryConverter
 
convert(Version, Projection) - Method in class org.dspace.app.rest.converter.VersionConverter
 
convert(WorkflowActionConfig, Projection) - Method in class org.dspace.app.rest.converter.WorkflowActionConverter
 
convert(Step, Projection) - Method in class org.dspace.app.rest.converter.WorkflowStepConverter
 
convert(Workflow, Projection) - Method in class org.dspace.app.rest.converter.WorkflowDefinitionConverter
 
convert(ClaimedTask, Projection) - Method in class org.dspace.app.rest.converter.ClaimedTaskConverter
 
convert(PoolTask, Projection) - Method in class org.dspace.app.rest.converter.PoolTaskConverter
 
convert(XmlWorkflowItem, Projection) - Method in class org.dspace.app.rest.converter.WorkflowItemConverter
 
convert(T) - Method in interface org.dspace.app.rest.converter.PatchConverter
Convert a patch document representation to a Patch.
convertAll() - Method in class org.dspace.rdf.RDFizer
Converts and stores all DSpaceObjects that are readable for an anonymous user.
convertAmountCurrency(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
convertAndStore(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Converts a DSpaceObject into RDF data and stores them using the configured RDFStorage.
convertAuthority(ChoiceAuthority, String, Projection) - Method in class org.dspace.app.rest.utils.AuthorityUtils
TODO the authorityName MUST be a part of ChoiceAuthority model
convertCollection(Context, Collection) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertCommunity(Context, Community) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertEntry(Choice, String, boolean, Projection) - Method in class org.dspace.app.rest.utils.AuthorityUtils
This utility method is currently a workaround to enrich the REST object with information from the parent vocabulary that is not referenced by the Choice model
convertEntryDetails(Choice, String, boolean, Projection) - Method in class org.dspace.app.rest.utils.AuthorityUtils
TODO the authorityName MUST be a part of Choice model
converter - Variable in class org.dspace.app.rest.converter.DiscoverResultConverter
 
converter - Variable in class org.dspace.app.rest.EntityTypeLabelRestController
 
converter - Variable in class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
converter - Variable in class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
converter - Variable in class org.dspace.app.rest.repository.AuthorizationRestRepository
 
converter - Variable in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
Converter<T> - Class in org.dspace.external.provider.orcid.xml
 
Converter() - Constructor for class org.dspace.external.provider.orcid.xml.Converter
 
CONVERTER_DSOTYPES_KEY - Static variable in class org.dspace.rdf.RDFUtil
Key of the Property to load the types of DSpaceObjects that should get converted.
ConverterPlugin - Interface in org.dspace.rdf.conversion
 
ConverterService - Class in org.dspace.app.rest.converter
Converts domain objects from the DSpace service layer to rest objects, and from rest objects to resource objects, applying Projections where applicable.
ConverterService() - Constructor for class org.dspace.app.rest.converter.ConverterService
 
convertItem(Context, Item) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertLanguage(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
convertMdValueToRest(MetadataValue) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Converts a metadataValue (database entity) to a REST equivalent of it
convertQuerySearchFilterIntoStandardSearchFilter(SearchFilter) - Method in class org.dspace.app.rest.converter.query.SearchQueryConverter
This method takes care of the converter of a specific SearchFilter given to it
convertSearchFilter(Context, SearchFilter) - Method in class org.dspace.app.rest.converter.SearchFilterToAppliedFilterConverter
 
convertSinglePerson(InputStream) - Method in class org.dspace.external.provider.orcid.xml.XMLtoBio
 
convertSite(Context, Site) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertStreamToString(InputStream) - Static method in class org.dspace.external.OrcidRestConnector
 
convertStreamToString(InputStream) - Static method in class org.dspace.utils.StreamUtils
A simple utility to convert InputStreams into strings.
convertStreamToXML(InputStream) - Static method in class org.dspace.authority.util.XMLUtils
 
convertToExternalDataObject(Person) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
convertType(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
convertType(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
copy(File, File) - Static method in class org.dspace.curate.Utils
Performs a buffered copy from one file into another.
copy(InputStream, OutputStream) - Static method in class org.dspace.core.Utils
Copy stream-data from source to destination.
copy(InputStream, OutputStream) - Static method in class org.dspace.curate.Utils
Performs a buffered copy from one IO stream into another.
copy(Context, Bitstream) - Static method in class org.dspace.license.LicenseCleanup
Fast stream copy routine
COPY_TO_LEFT - Static variable in class org.dspace.content.RelationshipType_
 
COPY_TO_RIGHT - Static variable in class org.dspace.content.RelationshipType_
 
copyMetadata(Context, Item, Item) - Method in class org.dspace.versioning.AbstractVersionProvider
 
CopyOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "copy" operation to the given "path".
CopyOperation(String, String) - Constructor for class org.dspace.app.rest.model.patch.CopyOperation
 
copyRelationships(Context, Item, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
Copy all relationships of the old item to the new item.
copyToLeft - Static variable in class org.dspace.content.RelationshipType_
 
copyToRight - Static variable in class org.dspace.content.RelationshipType_
 
COPYVIRTUAL_ALL - Static variable in class org.dspace.app.rest.repository.ItemRestRepository
 
COPYVIRTUAL_CONFIGURED - Static variable in class org.dspace.app.rest.repository.ItemRestRepository
 
CORE - Static variable in interface org.dspace.app.rest.model.RestModel
 
CORE_RESOURCE_PATH - Static variable in class org.dspace.servicemanager.DSpaceServiceManager
 
CoreServiceFactory - Class in org.dspace.core.factory
Abstract factory to get services for the core package, use CoreServiceFactory.getInstance() to retrieve an implementation
CoreServiceFactory() - Constructor for class org.dspace.core.factory.CoreServiceFactory
 
CoreServiceFactoryImpl - Class in org.dspace.core.factory
Factory implementation to get services for the core package, use CoreServiceFactory.getInstance() to retrieve an implementation
CoreServiceFactoryImpl() - Constructor for class org.dspace.core.factory.CoreServiceFactoryImpl
 
coreTypeToMask(int) - Method in class org.dspace.event.Event
 
corruptMD5() - Method in class org.purl.sword.client.PostDialog
Determine if the MD5 hash should be corrupted.
corruptRequest() - Method in class org.purl.sword.client.PostDialog
Determine if the POST request should be corrupted.
count() - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
count(String) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Returns the total number of PubMed Europe publications returned by a specific query
count(String, String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
count(Query) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return the count of items for this query as an integer This query needs to already be in a formate that'll return one record that contains the amount
count(Context) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
count(Context) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
count(Context, CriteriaQuery, CriteriaBuilder, Root<T>) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return the amount of results that would be generated for this CriteriaQuery as an integer
COUNT - org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
 
countAdminAuthorizedCollection(Context, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Finds the amount of collections for which the logged in user has ADMIN rights.
countAdminAuthorizedCollection(Context, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Counts collections for which the current user is admin, AND which match the query.
countAdminAuthorizedCommunity(Context, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Finds the amount of communities for which the logged in user has ADMIN rights.
countAdminAuthorizedCommunity(Context, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Counts communities for which the current user is admin, AND which match the query.
countAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
countAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
countAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return how many workflow items appear in the database
countAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
countAllInCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
countAllInCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
countAllInCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return how many workflow items that appear in the collection
countAllInCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
countAllItems(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
countAllItems(Context, Collection) - Method in interface org.dspace.content.service.ItemService
counts all items in the given collection including withdrawn items
countAllItems(Context, Community) - Method in class org.dspace.content.ItemServiceImpl
 
countAllItems(Context, Community) - Method in interface org.dspace.content.service.ItemService
counts all items in the given community including withdrawn
countArchivedByCollectionExcludingOwning(Context, Collection) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countArchivedByCollectionExcludingOwning(Context, Collection) - Method in interface org.dspace.content.dao.ItemDAO
Counts all the items that are archived and for which the given Collection is part of the Item's Collections but it is not the owning Collection
countArchivedItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countArchivedItems(Context) - Method in interface org.dspace.content.service.ItemService
counts all items in archive
countBitstreamsWithoutPolicy(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countBitstreamsWithoutPolicy(Context) - Method in interface org.dspace.content.service.BitstreamService
 
countByCollectionMapping(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
countByCollectionMapping(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Count all the archived items mapped to this collection (excludes owning collection).
countByEntityType(Context, EntityType) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
countByEntityType(Context, EntityType) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
Count all RelationshipType objects for which the given EntityType is equal to either the leftType or the rightType
countByEntityType(Context, EntityType) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
countByEntityType(Context, EntityType) - Method in interface org.dspace.content.service.RelationshipTypeService
Count all RelationshipType objects for which the given EntityType is equal to either the leftType or the rightType
countByEPerson(Context, EPerson) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countByEPerson(Context, EPerson) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the resource policies of the ePerson
countByEPerson(Context, EPerson) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countByEPerson(Context, EPerson) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the resource policies of the ePerson
countByEPerson(Context, EPerson) - Method in interface org.dspace.content.service.WorkspaceItemService
 
countByEPerson(Context, EPerson) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
countByEPersonAndResourceUuid(Context, EPerson, UUID) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countByEPersonAndResourceUuid(Context, EPerson, UUID) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the policies related to a resourceUuid belong to an ePerson
countByGroupAndResourceUuid(Context, Group, UUID) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countByGroupAndResourceUuid(Context, Group, UUID) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the resource policies of the group and of the resourceUuid
countByGroupAndResourceUuid(Context, Group, UUID) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countByGroupAndResourceUuid(Context, Group, UUID) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the resource policies of the group and of the resourceUuid
countByItem(Context, Item) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByItem(Context, Item) - Method in interface org.dspace.content.service.RelationshipService
This method returns a count of Relationship objects that have the given Item object as a leftItem or a rightItem
countByItem(Context, Item, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countByItem(Context, Item, boolean, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a count of Relationship objects that have the given Item object as a leftItem or a rightItem
countByItem(Context, Item, boolean, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByItem(Context, Item, boolean, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method returns a count of Relationship objects that have the given Item object as a leftItem or a rightItem
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in interface org.dspace.content.service.RelationshipService
Count total number of relationships (rows in relationship table) by a relationship type and a boolean indicating whether the relationship should contain the item on the left side or not NOTE: tilted relationships are NEVER excluded when fetching one relationship type
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
Count total number of relationships (rows in relationship table) by an item and a relationship type and a boolean indicating whether the item should be the leftItem or the rightItem
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByItemAndRelationshipType(Context, Item, RelationshipType, boolean, boolean) - Method in interface org.dspace.content.service.RelationshipService
Count total number of relationships (rows in relationship table) by a relationship type and a boolean indicating whether the relationship should contain the item on the left side or not NOTE: tilted relationships are NEVER excluded when fetching one relationship type
countByItemAndRelationshipTypeAndList(Context, UUID, RelationshipType, List<UUID>, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countByItemAndRelationshipTypeAndList(Context, UUID, RelationshipType, List<UUID>, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
Count total number of relationships that match focusItem on the one hand and matches list of related items elsewhere.
countByItemRelationshipTypeAndRelatedList(Context, UUID, RelationshipType, List<UUID>, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByItemRelationshipTypeAndRelatedList(Context, UUID, RelationshipType, List<UUID>, boolean) - Method in interface org.dspace.content.service.RelationshipService
Count total number of relationships that match focusItem on the one hand and matches list of related items elsewhere.
countByNameLike(Context, String) - Method in interface org.dspace.eperson.dao.GroupDAO
Count the number of groups that have a name that contains the given string
countByNameLike(Context, String) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
countByProfileItemId(Context, UUID) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
countByProfileItemId(Context, UUID) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Count the orcid queue records with the same profileItemId.
countByProfileItemId(Context, UUID) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
countByProfileItemId(Context, UUID) - Method in interface org.dspace.orcid.service.OrcidQueueService
Returns the number of records on the OrcidQueue associated with the given profileItemId.
countByRelationshipType(Context, RelationshipType) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countByRelationshipType(Context, RelationshipType) - Method in interface org.dspace.content.dao.RelationshipDAO
Count total number of relationships (rows in relationship table) by a relationship type
countByRelationshipType(Context, RelationshipType) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByRelationshipType(Context, RelationshipType) - Method in interface org.dspace.content.service.RelationshipService
Count total number of relationships (rows in relationship table) by a relationship type NOTE: tilted relationships are NEVER excluded when fetching one relationship type
countByResouceUuidAndActionId(Context, UUID, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countByResouceUuidAndActionId(Context, UUID, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the policies related to a resourceUuid and actionId
countByResouceUuidAndActionId(Context, UUID, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countByResouceUuidAndActionId(Context, UUID, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the policies related to a resourceUuid and actionId
countByResourceUuid(Context, UUID) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countByResourceUuid(Context, UUID) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the policies by resourceUuid
countByResourceUuid(Context, UUID) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countByResourceUuid(Context, UUID) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the policies by resourceUuid
countByStoreNumber(Context, Integer) - Method in class org.dspace.content.BitstreamServiceImpl
 
countByStoreNumber(Context, Integer) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countByStoreNumber(Context, Integer) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countByStoreNumber(Context, Integer) - Method in interface org.dspace.content.service.BitstreamService
 
countBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
countBySubmitter(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
Count the number of workflow items from a specific submitter
countBySubmitter(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
Count the number of workflow items from a specific submitter
countBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
countByTypeName(Context, String) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countByTypeName(Context, String) - Method in interface org.dspace.content.dao.RelationshipDAO
Count total number of relationships (rows in relationship table) given a typeName
countByTypeName(Context, String) - Method in class org.dspace.content.RelationshipServiceImpl
 
countByTypeName(Context, String) - Method in interface org.dspace.content.service.RelationshipService
Count total number of relationships (rows in relationship table) by a relationship leftward or rightward typeName
countCollectionsWithSubmit(String, Context, Community) - Method in class org.dspace.content.CollectionServiceImpl
 
countCollectionsWithSubmit(String, Context, Community) - Method in interface org.dspace.content.service.CollectionService
Counts the number of Collection for which the current user has 'submit' privileges.
countCollectionsWithSubmit(String, Context, Community, String) - Method in class org.dspace.content.CollectionServiceImpl
 
countCollectionsWithSubmit(String, Context, Community, String) - Method in interface org.dspace.content.service.CollectionService
Counts the number of Collection for which the current user has 'submit' privileges.
countDeleted(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countDeleted(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countDeletedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countDeletedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
 
countEntityTypesByNames(Context, List<String>) - Method in interface org.dspace.content.dao.EntityTypeDAO
 
countEntityTypesByNames(Context, List<String>) - Method in class org.dspace.content.dao.impl.EntityTypeDAOImpl
 
countEntityTypesByNames(Context, List<String>) - Method in class org.dspace.content.EntityTypeServiceImpl
 
countEntityTypesByNames(Context, List<String>) - Method in interface org.dspace.content.service.EntityTypeService
 
counter - Variable in class org.dspace.app.bulkedit.DSpaceCSV
A counter of how many CSV lines this object holds
countFinishedUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
countFinishedUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
countHandlesByPrefix(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
countHandlesByPrefix(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
countHandlesByPrefix(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
countHandlesByPrefix(Context, String) - Method in interface org.dspace.handle.service.HandleService
 
countInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
countInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
countInputs() - Method in class org.dspace.app.util.DCInputsReader
 
countItems(Context, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of items based on specific status flags
countItems(Context, List<Collection>, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, List<Collection>, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of unique items across several collections at once.
countItems(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
countItems(Context, Collection) - Method in interface org.dspace.content.service.ItemService
counts items in the given collection
countItems(Context, Collection, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, Collection, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of items in a given collection
countItems(Context, Community) - Method in class org.dspace.content.ItemServiceImpl
 
countItems(Context, Community) - Method in interface org.dspace.content.service.ItemService
counts items in the given community
countItems(Context, EPerson, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, EPerson, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of items from the specified submitter based on specific status flags
countLong(Context, CriteriaQuery, CriteriaBuilder, Root<T>) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return the count of items for this query as a long
countNotArchivedItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countNotArchivedItems(Context) - Method in interface org.dspace.content.service.ItemService
counts all items not in archive
countResourcePoliciesByEPersonAndResourceUuid(Context, EPerson, UUID) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countResourcePoliciesByEPersonAndResourceUuid(Context, EPerson, UUID) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the policies related to a resourceUuid belong to an ePerson
countResourcePolicyByGroup(Context, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
countResourcePolicyByGroup(Context, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Count all the resource policies of the group
countResourcePolicyByGroup(Context, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
countResourcePolicyByGroup(Context, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Count all the resource policies of the group
countRows(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.BundleDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.CommunityDAO
 
countRows(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.BundleDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
countRows(Context) - Method in interface org.dspace.content.dao.ItemDAO
Count total number of items (rows in item table)
countRows(Context) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.ProcessDAO
Returns the total amount of Process objects in the dataase
countRows(Context) - Method in interface org.dspace.content.dao.RelationshipDAO
Count total number of relationships (rows in relationship table)
countRows(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
countRows(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
countRows(Context) - Method in interface org.dspace.eperson.dao.GroupDAO
Count the number of groups in DSpace
countRows(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
countRows(Context) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
countRows(Context) - Method in interface org.dspace.handle.dao.HandleDAO
 
countRows(Context) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
countRows(Context, EPerson) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
countRows(Context, EPerson) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
COUNTRY - org.dspace.orcid.model.OrcidProfileSectionType
 
countSearch(Context, ProcessQueryParameterContainer) - Method in class org.dspace.scripts.ProcessServiceImpl
 
countSearch(Context, ProcessQueryParameterContainer) - Method in interface org.dspace.scripts.service.ProcessService
Count all the processes which match the requirements.
countSubmissionConfigs() - Method in class org.dspace.app.util.SubmissionConfigReader
 
countTotal(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.BundleServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.MetadataValueServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.RelationshipServiceImpl
 
countTotal(Context) - Method in interface org.dspace.content.service.BitstreamService
 
countTotal(Context) - Method in interface org.dspace.content.service.BundleService
 
countTotal(Context) - Method in interface org.dspace.content.service.CollectionService
 
countTotal(Context) - Method in interface org.dspace.content.service.CommunityService
 
countTotal(Context) - Method in interface org.dspace.content.service.ItemService
counts all items
countTotal(Context) - Method in interface org.dspace.content.service.MetadataValueService
 
countTotal(Context) - Method in interface org.dspace.content.service.RelationshipService
counts all relationships
countTotal(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
 
countTotal(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
countTotal(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
countTotal(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
countTotal(Context) - Method in interface org.dspace.eperson.service.EPersonService
Count all accounts.
countTotal(Context) - Method in interface org.dspace.eperson.service.GroupService
Count the total number of groups in DSpace
countTotal(Context) - Method in class org.dspace.handle.HandleServiceImpl
 
countTotal(Context) - Method in interface org.dspace.handle.service.HandleService
 
countTotal(Context) - Method in class org.dspace.scripts.ProcessServiceImpl
 
countTotal(Context) - Method in interface org.dspace.scripts.service.ProcessService
Returns the total amount of Process objects in the dataase
countTotalWithParameters(Context, ProcessQueryParameterContainer) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
countTotalWithParameters(Context, ProcessQueryParameterContainer) - Method in interface org.dspace.content.dao.ProcessDAO
Count all the processes which match the requirements.
countVersionsByHistoryWithItem(Context, VersionHistory) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
countVersionsByHistoryWithItem(Context, VersionHistory) - Method in interface org.dspace.versioning.dao.VersionDAO
This method count versions of an version history that have items assigned.
countVersionsByHistoryWithItem(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersioningService
This method count versions of an version history that have items assigned.
countVersionsByHistoryWithItem(Context, VersionHistory) - Method in class org.dspace.versioning.VersioningServiceImpl
 
countWithdrawnItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countWithdrawnItems(Context) - Method in interface org.dspace.content.service.ItemService
counts all withdrawn items
countWithNoPolicy(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countWithNoPolicy(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
create() - Static method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Create an empty authority.
create(InputStream, boolean, String) - Static method in class org.dspace.content.packager.METSManifest
Create a new manifest object from a serialized METS XML document.
create(String) - Static method in class org.dspace.xoai.util.ItemUtils
 
create(String, String, String) - Method in class org.dspace.app.mediafilter.Brand
Create the brand image
create(String, Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Create an identifier with a given name.
create(ServletRequest) - Static method in class org.dspace.content.packager.PackageParameters
Creates new parameters object with the parameter values from a servlet request object.
create(Community, Context) - Method in class org.dspace.content.CommunityServiceImpl
 
create(Community, Context) - Method in interface org.dspace.content.service.CommunityService
Create a new top-level community, with a new ID.
create(Community, Context, String) - Method in class org.dspace.content.CommunityServiceImpl
 
create(Community, Context, String) - Method in interface org.dspace.content.service.CommunityService
Create a new top-level community, with a new ID.
create(Community, Context, String, UUID) - Method in class org.dspace.content.CommunityServiceImpl
 
create(Community, Context, String, UUID) - Method in interface org.dspace.content.service.CommunityService
Create a new top-level community, with a new ID.
create(Context) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Create a new ResourcePolicy
create(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
create(Context) - Method in class org.dspace.content.EntityTypeServiceImpl
 
create(Context) - Method in class org.dspace.content.RelationshipServiceImpl
 
create(Context) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
create(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
create(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
create(Context) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
create(Context) - Method in interface org.dspace.eperson.service.EPersonService
Create a new eperson
create(Context) - Method in interface org.dspace.eperson.service.GroupService
Create a new group
create(Context) - Method in class org.dspace.identifier.DOIServiceImpl
 
create(Context) - Method in interface org.dspace.identifier.service.DOIService
Create a new DOI in storage.
create(Context) - Method in interface org.dspace.service.DSpaceCRUDService
 
create(Context) - Method in class org.dspace.statistics.export.FailedOpenURLTrackerServiceImpl
Creates a new OpenURLTracker
create(Context) - Method in interface org.dspace.statistics.export.service.FailedOpenURLTrackerService
Creates a new OpenURLTracker
create(Context) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
create(Context, File, String) - Static method in class org.dspace.app.itemupdate.ItemArchive
factory method Minimal requirements for dublin_core.xml for this application is the presence of dc.identifier.uri which must contain the handle for the item
create(Context, InputStream) - Method in class org.dspace.content.BitstreamServiceImpl
 
create(Context, InputStream) - Method in interface org.dspace.content.service.BitstreamService
Create a new bitstream, with a new ID.
create(Context, String) - Method in class org.dspace.content.EntityTypeServiceImpl
 
create(Context, String) - Method in interface org.dspace.content.service.EntityTypeService
This method creates an EntityType object in the database with the given entityTypeString as it's label
create(Context, String, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
create(Context, String, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Creates a new metadata schema in the database, using the name and namespace.
create(Context, String, String, Date, int) - Method in interface org.dspace.app.util.service.WebAppService
 
create(Context, String, String, Date, int) - Method in class org.dspace.app.util.WebAppServiceImpl
 
create(Context, List<MetadataValue>) - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
create(Context, List<MetadataValue>) - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Creates an instance of an ORCID object starting from the metadata values
create(Context, Bundle, InputStream) - Method in class org.dspace.content.BitstreamServiceImpl
 
create(Context, Bundle, InputStream) - Method in interface org.dspace.content.service.BitstreamService
Create a new bitstream, with a new ID.
create(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
create(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Create a new harvest instance row for a specified collection.
create(Context, Collection, boolean) - Method in interface org.dspace.content.service.WorkspaceItemService
Create a new workspace item, with a new ID.
create(Context, Collection, boolean) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
create(Context, Collection, String, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
create(Context, Collection, String, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
create(Context, Collection, UUID, boolean) - Method in interface org.dspace.content.service.WorkspaceItemService
Create a new workspace item, with a new ID.
create(Context, Collection, UUID, boolean) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
create(Context, Community) - Method in class org.dspace.content.CollectionServiceImpl
 
create(Context, Community) - Method in interface org.dspace.content.service.CollectionService
Create a new collection with a new ID.
create(Context, Community, String) - Method in class org.dspace.content.CollectionServiceImpl
 
create(Context, Community, String) - Method in interface org.dspace.content.service.CollectionService
Create a new collection with the supplied handle and with a new ID.
create(Context, Community, String, UUID) - Method in class org.dspace.content.CollectionServiceImpl
 
create(Context, Community, String, UUID) - Method in interface org.dspace.content.service.CollectionService
Create a new collection with the supplied handle and ID.
create(Context, DSpaceObject, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
create(Context, DSpaceObject, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
Creates a new metadata value.
create(Context, EntityType, EntityType, String, String, Integer, Integer, Integer, Integer) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
create(Context, EntityType, EntityType, String, String, Integer, Integer, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipTypeService
This method will support the creation of a RelationshipType object with the given parameters
create(Context, EntityType, EntityType, String, String, Integer, Integer, Integer, Integer, Boolean, Boolean, RelationshipType.Tilted) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
create(Context, EntityType, EntityType, String, String, Integer, Integer, Integer, Integer, Boolean, Boolean, RelationshipType.Tilted) - Method in interface org.dspace.content.service.RelationshipTypeService
This method will support the creation of a RelationshipType object with the given parameters
create(Context, Item, String) - Method in class org.dspace.content.BundleServiceImpl
 
create(Context, Item, String) - Method in interface org.dspace.content.service.BundleService
Create a new bundle, with a new ID and link it to the provided item
create(Context, Item, String) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
create(Context, Item, String) - Method in interface org.dspace.harvest.service.HarvestedItemService
Create a new harvested item row for a specified item id.
create(Context, Item, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
Wrap an Item in a WorkflowItem to place it in a Collection's workflow.
create(Context, Item, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
create(Context, Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
create(Context, Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
create(Context, Item, Item) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Create a new OrcidHistory records related to the given profileItem and entity items.
create(Context, Item, Item) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the given profileItem and entity.
create(Context, Item, Item, RelationshipType, int, int) - Method in class org.dspace.content.RelationshipServiceImpl
 
create(Context, Item, Item, RelationshipType, int, int) - Method in interface org.dspace.content.service.RelationshipService
This method is used to construct a Relationship object with all it's variables, except the leftward label, rightward label and latest version status
create(Context, Item, Item, RelationshipType, int, int, String, String) - Method in class org.dspace.content.RelationshipServiceImpl
 
create(Context, Item, Item, RelationshipType, int, int, String, String) - Method in interface org.dspace.content.service.RelationshipService
This method is used to construct a Relationship object with all it's variables, except the latest version status
create(Context, Item, Item, RelationshipType, int, int, String, String, Relationship.LatestVersionStatus) - Method in class org.dspace.content.RelationshipServiceImpl
 
create(Context, Item, Item, RelationshipType, int, int, String, String, Relationship.LatestVersionStatus) - Method in interface org.dspace.content.service.RelationshipService
This method is used to construct a Relationship object with all it's variables
create(Context, MetadataSchema, String, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
create(Context, MetadataSchema, String, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
Creates a new metadata field.
create(Context, MetadataValue) - Method in class org.dspace.orcid.model.factory.impl.OrcidPersonExternalIdentifierFactory
 
create(Context, MetadataValue) - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
Create an instance of ORCID profile section based on the configured profile section type, taking the value from the given metadataValue.
create(Context, Relationship) - Method in class org.dspace.content.RelationshipServiceImpl
 
create(Context, Relationship) - Method in interface org.dspace.content.service.RelationshipService
This method creates a relationship object in the database equal to the given relationship param if this is a valid relationship
create(Context, RelationshipType) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
create(Context, RelationshipType) - Method in interface org.dspace.content.service.RelationshipTypeService
This method creates the given RelationshipType object in the database and returns it
create(Context, WorkspaceItem) - Method in class org.dspace.content.ItemServiceImpl
 
create(Context, WorkspaceItem) - Method in interface org.dspace.content.service.ItemService
Create a new item, with a new internal ID.
create(Context, WorkspaceItem, UUID) - Method in class org.dspace.content.ItemServiceImpl
 
create(Context, WorkspaceItem, UUID) - Method in interface org.dspace.content.service.ItemService
Create a new item, with a provided ID.
create(Context, EPerson, String) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
create(Context, EPerson, String) - Method in interface org.dspace.orcid.service.OrcidTokenService
Creates a new OrcidToken entity for the given ePerson and accessToken.
create(Context, EPerson, String, List<DSpaceCommandLineParameter>, Set<Group>) - Method in class org.dspace.scripts.ProcessServiceImpl
 
create(Context, EPerson, String, List<DSpaceCommandLineParameter>, Set<Group>) - Method in interface org.dspace.scripts.service.ProcessService
This method will create a Process object in the database
create(Context, EPerson, Item, String) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
create(Context, EPerson, Item, String) - Method in interface org.dspace.orcid.service.OrcidTokenService
Creates a new OrcidToken entity for the given ePerson and accessToken.
create(Context, WorkflowItem) - Method in interface org.dspace.content.service.WorkspaceItemService
 
create(Context, WorkflowItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
create(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
create(Context, T) - Method in interface org.dspace.core.GenericDAO
Create a new instance of this type in the database.
create(Person) - Static method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Create an authority based on a given orcid bio
CREATE - org.dspace.usage.UsageEvent.Action
 
CREATE - Static variable in class org.dspace.event.Event
Event (Action) types
createAdminGroup(Context, HttpServletRequest, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will create an AdminGroup for the given Collection with the given Information through JSON
createAdminGroup(Context, HttpServletRequest, Community) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
This method will create an AdminGroup for the given Community with the given Information through JSON
createAdministrator(String, String, String, String, String) - Method in class org.dspace.administer.CreateAdministrator
Create the administrator with the given details.
CreateAdministrator - Class in org.dspace.administer
A command-line tool for creating an initial administrator for setting up a DSpace site.
CreateAdministrator() - Constructor for class org.dspace.administer.CreateAdministrator
constructor, which just creates and object with a ready context
createAdministrators(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createAdministrators(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create a default administrators group if one does not already exist.
createAdministrators(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
createAdministrators(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Create a default administrators group if one does not already exist.
createAndReturn() - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Create and return a new instance.
createAndReturn(List<String>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Create and return a new instance.
createAndReturn(UUID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Create and return a new instance after adding to the parent.
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support the creation of a new instance.
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.RegistrationRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
Create a new researcher profile from scratch.
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
createAndReturn(Context) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support the creation of a new instance.
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.OrcidHistoryRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
Create a new researcher profile claiming an already existing item.
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
createAndReturn(Context, List<String>) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
createAndReturn(Context, UUID) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
createAndReturn(Context, UUID) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
createAndReturn(Context, UUID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support the creation of a new instance.
createAndReturn(Context, EPerson) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
createAndReturn(Context, EPerson) - Method in interface org.dspace.profile.service.ResearcherProfileService
Create a new researcher profile for the given ePerson.
CreateBitstreamFeature - Class in org.dspace.app.rest.authorization.impl
The create bitstream feature.
CreateBitstreamFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CreateBitstreamFeature
 
createBitstreamReadGroup(Context, HttpServletRequest, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will create an BitstreamReadGroup for the given Collection with the given Information through JSON
CreateBundleFeature - Class in org.dspace.app.rest.authorization.impl
The create bundle feature.
CreateBundleFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CreateBundleFeature
 
createBundlesAndAddBitstreams(Context, Item, Item) - Method in class org.dspace.versioning.AbstractVersionProvider
 
createClient(ClientOptions) - Method in class org.purl.sword.client.ClientFactory
Create a client.
CreateCollectionFeature - Class in org.dspace.app.rest.authorization.impl
The canCreateCollections feature.
CreateCollectionFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CreateCollectionFeature
 
createCollectionToItemRelation(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.MappedCollectionRestController
This method will add an Item to a Collection.
createCollectionWorkflowRole(Context, Collection, String, Group) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Creates a role for a collection by linking a group of epersons to a role ID
createCommandLineOptions() - Static method in class org.dspace.app.util.InitializeEntities
 
createCommandLineOptions() - Static method in class org.dspace.authority.UpdateAuthorities
 
CreateCommunityFeature - Class in org.dspace.app.rest.authorization.impl
The canCreateCommunities feature.
CreateCommunityFeature() - Constructor for class org.dspace.app.rest.authorization.impl.CreateCommunityFeature
 
createContributor(Context, MetadataValue, ContributorRole) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createContributor(Context, MetadataValue, ContributorRole) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of Contributor from the given metadata value.
createControls() - Method in class org.purl.sword.client.PostDialog
Create the controls for the main panel.
createControls() - Method in class org.purl.sword.client.PropertiesDialog
Create the controls that are to be displayed in the system.
createControls() - Method in class org.purl.sword.client.ServiceDialog
Create the controls that are displayed in the dialog.
createCore(HttpSolrClient, String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
createCountry(Context, MetadataValue) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createCountry(Context, MetadataValue) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of Country from the given metadata value.
CREATED - Static variable in class org.purl.sword.base.Deposit
Submission created
CREATED - Static variable in interface org.purl.sword.base.HttpHeaders
Submission created
createDataset(Context, int) - Method in class org.dspace.statistics.content.StatisticsData
Run the accumulated query and return its results.
createDataset(Context, int) - Method in class org.dspace.statistics.content.StatisticsDataSearches
 
createDataset(Context, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
createDataset(Context, int) - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
 
createDCValue(String, String, String) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
createDefaultReadGroup(Context, Collection, String, int) - Method in class org.dspace.content.CollectionServiceImpl
 
createDefaultReadGroup(Context, Collection, String, int) - Method in interface org.dspace.content.service.CollectionService
This method will create a default read group for the given Collection.
createDestinationsPanel() - Method in class org.purl.sword.client.PostDialog
Create the destinations panel.
createDIM(DSpaceObject) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Generate an intermediate representation of a DSpace object.
createDIM(DSpaceObject, List<MetadataValueDTO>) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Generate an intermediate representation of a DSpace object.
createDownloadableExport(List<DSpaceObject>, Context, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(List<DSpaceObject>, Context, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience method to export a List of dspace objects (Community, Collection or Item)
createDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience method to export a List of dspace objects (Community, Collection or Item)
createDownloadableExport(DSpaceObject, Context, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(DSpaceObject, Context, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience methot to create export a single Community, Collection, or Item
createDownloadableExport(DSpaceObject, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(DSpaceObject, Context, String, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience methot to create export a single Community, Collection, or Item
createDSpaceObject(Context, DSpaceObject, int, String, UUID, PackageParameters) - Static method in class org.dspace.content.packager.PackageUtils
Create the specified DSpace Object, based on the passed in Package Parameters (along with other basic info required to create the object)
createDSpaceRunnableForScriptConfiguration(ScriptConfiguration) - Method in class org.dspace.scripts.ScriptServiceImpl
 
createDSpaceRunnableForScriptConfiguration(ScriptConfiguration) - Method in interface org.dspace.scripts.service.ScriptService
This method will create a new instance of the DSpaceRunnable that's linked with this Scriptconfiguration It'll grab the DSpaceRunnable class from the ScriptConfiguration's variables and create a new instance of it to return
createEntityDeletionRecord(Context, Item, String, String, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
createEntityDeletionRecord(Context, Item, String, String, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the given profileItem to delete a record on ORCID related to the given entity type with the given putCode.
createEntityInsertionRecord(Context, Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
createEntityInsertionRecord(Context, Item, Item) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the given profileItem and entity to push new data to ORCID.
createEntityUpdateRecord(Context, Item, Item, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
createEntityUpdateRecord(Context, Item, Item, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the given profileItem to update a record on ORCID with the given putCode.
createEntryFilename(Context, Deposit, boolean) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
createExpressionHandler() - Method in class org.dspace.app.rest.security.MethodSecurityConfig
 
createFile(File) - Static method in class org.dspace.content.packager.PackageUtils
Creates the specified file (along with all parent directories) if it doesn't already exist.
createFilename(Context, Deposit, boolean) - Method in class org.dspace.sword2.DSpaceSwordAPI
Construct the most appropriate filename for the incoming deposit.
createFileReceipt(Context, DepositResult, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ReceiptGenerator
 
createFlowstepType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of FlowstepType
createFundingContributor(Context, MetadataValue, FundingContributorRole) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createFundingContributor(Context, MetadataValue, FundingContributorRole) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of FundingContributor from the given metadata value.
createFuzzyDate(MetadataValue) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createFuzzyDate(MetadataValue) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of FuzzyDate if the given metadata value represent a date with a supported format.
createHandle(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
createHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Creates a new handle in the database.
createHandle(Context, DSpaceObject, String) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject, String) - Method in interface org.dspace.handle.service.HandleService
Creates a handle entry, but with a handle supplied by the caller (new Handle not generated)
createHandle(Context, DSpaceObject, String, boolean) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject, String, boolean) - Method in interface org.dspace.handle.service.HandleService
Creates a handle entry, but with a handle supplied by the caller (new Handle not generated)
createId(Context) - Method in class org.dspace.handle.HandleServiceImpl
Create/mint a new handle id.
createIndex(Context) - Method in interface org.dspace.discovery.IndexingService
 
createIndex(Context) - Method in class org.dspace.discovery.SolrServiceImpl
create full index - wiping old index
createItem(Context) - Method in class org.dspace.content.ItemServiceImpl
 
createItem(Context, UUID) - Method in class org.dspace.content.ItemServiceImpl
 
createItemReadGroup(Context, HttpServletRequest, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will create an ItemReadGroup for the given Collection with the given Information through JSON
createLocationQueryForAdministrableItems(Context) - Method in interface org.dspace.discovery.SearchService
Method to create a Query that includes all communities and collections a user may administrate.
createLocationQueryForAdministrableItems(Context) - Method in class org.dspace.discovery.SolrServiceImpl
 
createLogBitstream(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
createLogBitstream(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will create a Bitstream containing the logs for the given Process
createLogo(HttpServletRequest, UUID, MultipartFile) - Method in class org.dspace.app.rest.CollectionLogoController
This method will add a logo to the collection.
createLogo(HttpServletRequest, UUID, MultipartFile) - Method in class org.dspace.app.rest.CommunityLogoController
This method will add a logo to the community.
createMappingType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of MappingType
createMediaResourceReceipt(Context, Item, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ReceiptGenerator
 
createNew(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.CollectionDepositManagerDSpace
 
createNewFromBinary(SwordContext, Collection, Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CollectionDepositManagerDSpace
 
createNewFromEntry(SwordContext, Collection, Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CollectionDepositManagerDSpace
 
createNewFromMultipart(SwordContext, Collection, Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CollectionDepositManagerDSpace
 
createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
createNewItemAndAddItInWorkspace(Context, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
 
createNewItemAndAddItInWorkspace(Context, Item) - Method in interface org.dspace.versioning.ItemVersionProvider
 
createNewVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createNewVersion(Context, Item, String) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, Item, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createNewVersion(Context, VersionHistory, Item, String, Date, int) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, VersionHistory, Item, String, Date, int) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createNotifyType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of NotifyType
createOptions() - Method in class org.dspace.rdf.RDFizer
 
createOrcidObject(Context, List<MetadataValue>, OrcidProfileSectionType) - Method in class org.dspace.orcid.service.impl.OrcidProfileSectionFactoryServiceImpl
 
createOrcidObject(Context, List<MetadataValue>, OrcidProfileSectionType) - Method in interface org.dspace.orcid.service.OrcidProfileSectionFactoryService
Builds an ORCID object starting from the given metadata values compliance to the given profile section type.
createOrcidObject(Context, Item) - Method in class org.dspace.orcid.model.factory.impl.OrcidFundingFactory
 
createOrcidObject(Context, Item) - Method in class org.dspace.orcid.model.factory.impl.OrcidWorkFactory
 
createOrcidObject(Context, Item) - Method in interface org.dspace.orcid.model.factory.OrcidEntityFactory
Creates an ORCID activity from the given object.
createOrcidObject(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidEntityFactoryServiceImpl
 
createOrcidObject(Context, Item) - Method in interface org.dspace.orcid.service.OrcidEntityFactoryService
Builds an ORCID Activity object starting from the given item.
createOrganization(Context, Item) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createOrganization(Context, Item) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of Organization from the given orgUnit item.
createOrModifyPolicy(ResourcePolicy, Context, String, Group, EPerson, Date, int, String, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
createOrModifyPolicy(ResourcePolicy, Context, String, Group, EPerson, Date, int, String, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
 
createOutput() - Static method in class org.dspace.app.statistics.LogAnalyser
generate the analyser's output to the specified out file
createOwnedTask(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Create a claim on a task action for a given EPerson.
createOwnedTask(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
createPoolTasks(Context, XmlWorkflowItem, RoleMembers, Step, WorkflowActionConfig) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Create the task pool for a given item and workflow step.
createPoolTasks(Context, XmlWorkflowItem, RoleMembers, Step, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
createProfileDeletionRecord(Context, Item, String, String, String, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
createProfileDeletionRecord(Context, Item, String, String, String, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the profile to remove data from ORCID.
createProfileInsertionRecord(Context, Item, String, String, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
createProfileInsertionRecord(Context, Item, String, String, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Create an OrcidQueue record with the profile to add data to ORCID.
createQuery(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
Create a parsed query from a query expression.
createReceipt(Context, Item, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ReceiptGenerator
Construct the entry
createReceipt(Context, DepositResult, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ReceiptGenerator
 
createReceipt(Context, DepositResult, SwordConfigurationDSpace, boolean) - Method in class org.dspace.sword2.ReceiptGenerator
Construct the entry
createRequest(Context, Bitstream, Item, boolean, String, String, String) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
createRequest(Context, Bitstream, Item, boolean, String, String, String) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Generate a request item representing the request and put it into the DB
createResource(Context, Collection) - Method in interface org.dspace.sword2.WorkflowManager
 
createResource(Context, Collection) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
createResource(Context, Collection) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
createResourcePolicy(Context, DSpaceObject, String, String, Date, Date) - Method in class org.dspace.submit.model.AccessConditionOption
Create a new resource policy for a DSpaceObject
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String) - Method in interface org.dspace.authorize.service.AuthorizeService
 
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String, String, String, Date, Date) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String, String, String, Date, Date) - Method in interface org.dspace.authorize.service.AuthorizeService
 
creates - Static variable in class org.dspace.rdf.conversion.DMRM
Specifies the RDF to generate for a specified matadata.
createSearchEvent() - Method in class org.dspace.app.rest.repository.SearchEventRestRepository
 
createSingleBitstream(Context, InputStream, Item) - Method in class org.dspace.content.ItemServiceImpl
 
createSingleBitstream(Context, InputStream, Item) - Method in interface org.dspace.content.service.ItemService
Convenience method, calls createSingleBitstream() with name "ORIGINAL"
createSingleBitstream(Context, InputStream, Item, String) - Method in class org.dspace.content.ItemServiceImpl
 
createSingleBitstream(Context, InputStream, Item, String) - Method in interface org.dspace.content.service.ItemService
Create a single bitstream in a new bundle.
createSite(Context) - Method in interface org.dspace.content.service.SiteService
 
createSite(Context) - Method in class org.dspace.content.SiteServiceImpl
 
CreateStatReport - Class in org.dspace.app.statistics
This class allows the running of the DSpace statistic tools Usage: java CreateStatReport -r <statistic to run> Available: <stat-initial> <stat-general> <stat-monthly> <stat-report-initial> <stat-report-general> <stat-report-monthly>
createString(SwordValidationInfo, StringBuffer, String) - Method in class org.purl.sword.base.SwordValidationInfo
Utility method that will recursively print out the list of items for the specified validation info object.
createSubcommunity(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
createSubcommunity(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Create a new sub-community within this community.
createSubcommunity(Context, Community, String) - Method in class org.dspace.content.CommunityServiceImpl
 
createSubcommunity(Context, Community, String) - Method in interface org.dspace.content.service.CommunityService
Create a new sub-community within this community.
createSubcommunity(Context, Community, String, UUID) - Method in class org.dspace.content.CommunityServiceImpl
 
createSubcommunity(Context, Community, String, UUID) - Method in interface org.dspace.content.service.CommunityService
Create a new sub-community within this community.
createSubmitterGroup(Context, HttpServletRequest, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will create a SubmitterGroup for the given Collection with the given Information through JSON
createSubmitters(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createSubmitters(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create a default submitters group if one does not already exist.
createTaskForEPerson(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
Create a claimed task for the user IF this user doesn't have a claimed action for this workflow item
createTaskForEPerson(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
Create a claimed task for the user IF this user doesn't have a claimed action for this workflow item
createTasksetMapType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of TasksetMapType
createTasksetsType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of TasksetsType
createTasksetType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of TasksetType
createTaskType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of TaskType
createTemplateItem(HttpServletRequest, UUID, JsonNode) - Method in class org.dspace.app.rest.CollectionItemTemplateController
This method will create an Item and add it as a template to a Collection.
createTemplateItem(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createTemplateItem(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
createTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create an empty template item for this collection.
createTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Create an empty template item for this collection.
createTemplateItem(Context, Collection, TemplateItemRest) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method creates a new Item to be used as a template in a Collection
createTokenForEPerson(Context, HttpServletRequest, Date) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Create a JWT with the EPerson details in it
createUrl(Context, Item) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
createUrl(Context, Item) - Method in interface org.dspace.orcid.model.factory.OrcidCommonObjectFactory
Creates an instance of Url from the given item.
createUsageReport(Context, DSpaceObject, String) - Method in class org.dspace.app.rest.utils.UsageReportUtils
Creates the stat different stat usage report based on the report id.
createValidAttributeInfo(String, String) - Method in class org.purl.sword.base.XmlElement
 
createValue(String, String) - Static method in class org.dspace.xoai.util.ItemUtils
 
createVersion(Context, VersionHistory, Item, String, Date) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createViewEvent() - Method in class org.dspace.app.rest.repository.ViewEventRestRepository
 
createWorkflowCuration() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of WorkflowCuration
createWorkflowGroup(Context, Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
createWorkflowGroup(Context, Collection, int) - Method in interface org.dspace.content.service.CollectionService
Create a workflow group for the given step if one does not already exist.
createWorkflowGroupForRole(Context, HttpServletRequest, Collection, String) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will create the WorkflowGroup for the given Collection and workflowRole
createWorkflowItem(Context, String) - Method in class org.dspace.app.rest.submit.SubmissionService
Create a workflowitem using the information in the request
createWorkflowRoleGroup(Context, Collection, String) - Method in interface org.dspace.workflow.WorkflowService
This method will create the workflowRoleGroup for a collection and the given rolename
createWorkflowRoleGroup(Context, Collection, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
createWorkflowType() - Method in class org.dspace.workflow.ObjectFactory
Create an instance of WorkflowType
createWorkspaceItem(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryItemUriListHandler
This method will create a WorkspaceItem made from the ExternalDataObject that will be created from the given uriList.
createWorkspaceItem(Context, Request) - Method in class org.dspace.app.rest.submit.SubmissionService
Create a workspaceitem using the information in the request
createWorkspaceItemFromExternalDataObject(Context, ExternalDataObject, Collection) - Method in interface org.dspace.external.service.ExternalDataService
This method will create a WorkspaceItem in the given Collection based on the given ExternalDataObject.
createWorkspaceItemFromExternalDataObject(Context, ExternalDataObject, Collection) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
CREATION_TIME - Static variable in class org.dspace.scripts.Process_
 
creationTime - Static variable in class org.dspace.scripts.Process_
 
CREATIVE_COMMONS_RDF_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
CREATIVE_COMMONS_RDF_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
CREATIVE_COMMONS_TEXT_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
CREATIVE_COMMONS_TEXT_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
CreativeCommonsRDFStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the item's Creative Commons license, RDF form.
CreativeCommonsRDFStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
CreativeCommonsRDFStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
Ingest a Creative Commons license, RDF form.
CreativeCommonsRDFStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
creativeCommonsService - Variable in class org.dspace.app.rest.repository.SubmissionCCLicenseRestRepository
 
creativeCommonsService - Variable in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
creativeCommonsService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
creativeCommonsService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
CreativeCommonsService - Interface in org.dspace.license.service
Service interface class for the Creative commons licensing.
CreativeCommonsServiceImpl - Class in org.dspace.license
 
CreativeCommonsServiceImpl() - Constructor for class org.dspace.license.CreativeCommonsServiceImpl
 
CreativeCommonsTextStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Deprecated.
the bitstream with the license in the textual format it is no longer stored (see https://jira.duraspace.org/browse/DS-2604)
CreativeCommonsTextStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
CrossLinks - Class in org.dspace.browse
Class to represent the configuration of the cross-linking between browse pages (for example, between the author name in one full listing to the author's list of publications).
CrossLinks() - Constructor for class org.dspace.browse.CrossLinks
Construct a new object which will obtain the configuration for itself.
CrossRefAuthorMetadataProcessor - Class in org.dspace.importer.external.crossref
This class is used for CrossRef's Live-Import to extract attributes such as "given" and "family" from the array of authors/editors and return them concatenated.
CrossRefAuthorMetadataProcessor() - Constructor for class org.dspace.importer.external.crossref.CrossRefAuthorMetadataProcessor
 
CrossRefFieldMapping - Class in org.dspace.importer.external.crossref
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the CrossRef metadatum fields on the DSpace metadatum fields
CrossRefFieldMapping() - Constructor for class org.dspace.importer.external.crossref.CrossRefFieldMapping
 
CrossRefImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.crossref
Implements a data source for querying CrossRef
CrossRefImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
CROSSWALK_ERROR - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
Crosswalk error
CROSSWALK_ERROR - Static variable in class org.dspace.sword2.DSpaceUriRegistry
Crosswalk error
CROSSWALK_NAME - Variable in class org.dspace.identifier.DataCiteXMLCreator
Name of crosswalk to convert metadata into DataCite Metadata Scheme.
CROSSWALK_NAME - Variable in class org.dspace.identifier.doi.DataCiteConnector
Name of crosswalk to convert metadata into DataCite Metadata Scheme.
crosswalkBitstream(Context, PackageParameters, Bitstream, String, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Crosswalk the metadata associated with a particular file element into the bitstream it corresponds to.
crosswalkBundle(Context, PackageParameters, Bundle, String, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
 
CrosswalkException - Exception in org.dspace.content.crosswalk
Superclass for more-specific crosswalk exceptions.
CrosswalkException() - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkInternalException - Exception in org.dspace.content.crosswalk
Something went wrong inside the crosswalk, not necessarily caused by the input or state (although it could be an incorrectly handled pathological case).
CrosswalkInternalException(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
CrosswalkInternalException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
CrosswalkInternalException(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
crosswalkItemDmd(Context, PackageParameters, DSpaceObject, Element, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Invokes appropriate crosswalks on Item-wide descriptive metadata.
CrosswalkMetadataValidator - Class in org.dspace.content.crosswalk
 
CrosswalkMetadataValidator() - Constructor for class org.dspace.content.crosswalk.CrosswalkMetadataValidator
 
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Select the dmdSec element(s) to apply to the Item.
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Choose DMD section(s) to crosswalk.
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Choose DMD section(s) to crosswalk.
CrosswalkObjectNotSupported - Exception in org.dspace.content.crosswalk
Something went wrong inside the crosswalk, not necessarily caused by the input or state (although it could be an incorrectly handled pathological case).
CrosswalkObjectNotSupported(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
CrosswalkObjectNotSupported(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
CrosswalkObjectNotSupported(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
crosswalkObjectOtherAdminMD(Context, PackageParameters, DSpaceObject, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Crosswalk all technical and source metadata sections that belong to the whole object.
crosswalkObjectSourceMD(Context, PackageParameters, DSpaceObject, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Just crosswalk the sourceMD sections; used to set the handle and parent of AIP.
crosswalkToMetsElement(Context, DisseminationCrosswalk, DSpaceObject, MetsElement) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
crosswalkXmd(Context, PackageParameters, DSpaceObject, Element, METSManifest.Mdref, boolean) - Method in class org.dspace.content.packager.METSManifest
 
csrfTokenException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
csrfTokenRepository() - Method in class org.dspace.app.rest.security.WebSecurityConfiguration
Returns a custom DSpaceCsrfTokenRepository based on Spring Security's CookieCsrfTokenRepository, which is designed for Angular Apps.
csvRefMap - Variable in class org.dspace.app.bulkedit.MetadataImport
Map of field:value to csv row number, used to resolve indirect entity target references.
csvRowMap - Variable in class org.dspace.app.bulkedit.MetadataImport
Map of csv row number to UUID, used to resolve indirect entity target references.
curate(DSpaceObject) - Method in class org.dspace.curate.Curator
Performs all configured tasks upon DSpace object (Community, Collection or Item).
curate(Context, String) - Method in class org.dspace.curate.Curator
Performs all configured tasks upon object identified by id.
curate(Context, DSpaceObject) - Method in class org.dspace.curate.Curator
Performs all configured tasks upon DSpace object (Community, Collection or Item).
curate(Curator, Context, String) - Method in interface org.dspace.curate.service.XmlWorkflowCuratorService
Determines and executes curation of a Workflow item by ID.
curate(Curator, Context, String) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
curate(Curator, Context, XmlWorkflowItem) - Method in interface org.dspace.curate.service.XmlWorkflowCuratorService
Determines and executes curation of a Workflow item.
curate(Curator, Context, XmlWorkflowItem) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
CURATE_ERROR - Static variable in class org.dspace.curate.Curator
task encountered an error in processing
CURATE_FAIL - Static variable in class org.dspace.curate.Curator
task failed
CURATE_NOTASK - Static variable in class org.dspace.curate.Curator
Curator unable to find requested task
CURATE_SKIP - Static variable in class org.dspace.curate.Curator
task was not applicable to passed object
CURATE_SUCCESS - Static variable in class org.dspace.curate.Curator
task completed successfully
CURATE_UNSET - Static variable in class org.dspace.curate.Curator
no assigned status code - typically because task not yet performed
Curation - Class in org.dspace.curate
CurationCli provides command-line access to Curation tools and processes.
Curation() - Constructor for class org.dspace.curate.Curation
 
CURATION - org.dspace.curate.Curator.TxScope
 
CurationCli - Class in org.dspace.curate
This is the CLI version of the Curation script.
CurationCli() - Constructor for class org.dspace.curate.CurationCli
 
CurationClientOptions - Enum in org.dspace.curate
This Enum holds all the possible options and combinations for the Curation script
CurationCliScriptConfiguration - Class in org.dspace.curate
This is the CLI version of the CurationScriptConfiguration class that handles the configuration for the CurationCli script
CurationCliScriptConfiguration() - Constructor for class org.dspace.curate.CurationCliScriptConfiguration
 
curationContext() - Static method in class org.dspace.curate.Curator
Returns the context object used in the current curation thread.
curationCtx - Static variable in class org.dspace.curate.Curator
 
CurationScriptConfiguration<T extends Curation> - Class in org.dspace.curate
The ScriptConfiguration for the Curation script
CurationScriptConfiguration() - Constructor for class org.dspace.curate.CurationScriptConfiguration
 
CurationTask - Interface in org.dspace.curate
CurationTask describes a rather generic ability to perform an operation upon a DSpace object.
curationTaskConfig - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
CurationTaskConfig - Class in org.dspace.workflow
Represent the mapping between collection workflows and curation tasks.
CurationTaskConfig(InputStream) - Constructor for class org.dspace.workflow.CurationTaskConfig
 
curator - Variable in class org.dspace.curate.AbstractCurationTask
 
Curator - Class in org.dspace.curate
Curator orchestrates and manages the application of a one or more curation tasks to a DSpace object.
Curator() - Constructor for class org.dspace.curate.Curator
No-arg constructor
Curator.Invoked - Enum in org.dspace.curate
invocation modes - used by Suspendable tasks
Curator.TaskRunner - Class in org.dspace.curate
 
Curator.TxScope - Enum in org.dspace.curate
 
CURRENT_CHECKSUM - Static variable in class org.dspace.checker.MostRecentChecksum_
 
currentChecksum - Static variable in class org.dspace.checker.MostRecentChecksum_
 
currentDso - Variable in class org.dspace.statistics.content.StatisticsDataSearches
Current DSpaceObject for which to generate the statistics.
currentDso - Variable in class org.dspace.statistics.content.StatisticsDataVisits
Current DSpaceObject for which to generate the statistics.
currentItem - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
currentOutput - Variable in class org.dspace.app.sitemap.AbstractGenerator
Current output
CustomLogoutHandler - Class in org.dspace.app.rest.security
Custom logout handler to support stateless sessions
CustomLogoutHandler() - Constructor for class org.dspace.app.rest.security.CustomLogoutHandler
 

D

D_SPACE_OBJECT - Static variable in class org.dspace.authorize.ResourcePolicy_
 
D_SPACE_OBJECT - Static variable in class org.dspace.content.MetadataValue_
 
D_SPACE_OBJECT - Static variable in class org.dspace.identifier.DOI_
 
DailyReportEmailer - Class in org.dspace.checker
The email reporter creates and sends emails to an administrator.
DailyReportEmailer() - Constructor for class org.dspace.checker.DailyReportEmailer
Default constructor.
DANISH - Static variable in class org.dspace.text.filter.Language
 
DataAccessCondition - Class in org.dspace.app.rest.model.step
Java Bean to expose the access conditions during in progress submission.
DataAccessCondition() - Constructor for class org.dspace.app.rest.model.step.DataAccessCondition
 
DatabaseAwareLobType - Class in org.dspace.storage.rdbms.hibernate
A Hibernate @Type used to properly support the CLOB in both Postgres and Oracle.
DatabaseAwareLobType() - Constructor for class org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType
 
DatabaseConfigVO - Class in org.dspace.storage.rdbms
Get database configuration parameters.
DatabaseConfigVO() - Constructor for class org.dspace.storage.rdbms.DatabaseConfigVO
 
databaseService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
databaseUpdated - Static variable in class org.dspace.core.Context
 
DatabaseUtils - Class in org.dspace.storage.rdbms
Utility class used to manage the Database.
DataCCLicense - Class in org.dspace.app.rest.model.step
Java Bean to expose the section creativecommons representing the CC License during in progress submission.
DataCCLicense() - Constructor for class org.dspace.app.rest.model.step.DataCCLicense
 
DATACITE_XML_CROSSWALK - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DataCiteConnector - Class in org.dspace.identifier.doi
 
DataCiteConnector() - Constructor for class org.dspace.identifier.doi.DataCiteConnector
 
DataCiteConnector.DataCiteResponse - Class in org.dspace.identifier.doi
 
DataCiteResponse(int, String) - Constructor for class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
DataCiteXMLCreator - Class in org.dspace.identifier
Provide XML based metadata crosswalk for EZID Identifier provider module.
DataCiteXMLCreator() - Constructor for class org.dspace.identifier.DataCiteXMLCreator
 
DataDescribe - Class in org.dspace.app.rest.model.step
Java Bean to expose the section describe during in progress submission.
DataDescribe() - Constructor for class org.dspace.app.rest.model.step.DataDescribe
 
DataLicense - Class in org.dspace.app.rest.model.step
Java Bean to expose the section license during in progress submission.
DataLicense() - Constructor for class org.dspace.app.rest.model.step.DataLicense
 
dataList - Variable in class org.dspace.ctask.general.MetadataWebService
 
dataOutputStream - Variable in class org.dspace.ctask.general.ClamScan
 
DataProcessingStep - Interface in org.dspace.app.rest.submit
Interface for the submission steps to populate sections in the in progress submission and react to patch requests.
DataProviderServlet - Class in org.dspace.rdf.providing
 
DataProviderServlet() - Constructor for class org.dspace.rdf.providing.DataProviderServlet
 
Dataset - Class in org.dspace.statistics
 
Dataset(int, int) - Constructor for class org.dspace.statistics.Dataset
 
Dataset(String[][]) - Constructor for class org.dspace.statistics.Dataset
 
DatasetDSpaceObjectGenerator - Class in org.dspace.statistics.content
Represents a dspace object based facet for filtering.
DatasetDSpaceObjectGenerator() - Constructor for class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
DatasetGenerator - Class in org.dspace.statistics.content
Represents a single facet for filtering.
DatasetGenerator() - Constructor for class org.dspace.statistics.content.DatasetGenerator
 
DatasetQuery() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
DatasetSearchGenerator - Class in org.dspace.statistics.content
 
DatasetSearchGenerator() - Constructor for class org.dspace.statistics.content.DatasetSearchGenerator
 
DatasetSearchGenerator.Mode - Enum in org.dspace.statistics.content
 
DatasetTimeGenerator - Class in org.dspace.statistics.content
Represents a date facet for filtering.
DatasetTimeGenerator() - Constructor for class org.dspace.statistics.content.DatasetTimeGenerator
Default constructor
datasetType - Variable in class org.dspace.statistics.content.DatasetGenerator
The type of generator can either be CATEGORY or SERIE
DatasetTypeGenerator - Class in org.dspace.statistics.content
Represents a simple string facet for filtering.
DatasetTypeGenerator() - Constructor for class org.dspace.statistics.content.DatasetTypeGenerator
 
DataUpload - Class in org.dspace.app.rest.model.step
Java Bean to expose the section upload during in progress submission.
DataUpload() - Constructor for class org.dspace.app.rest.model.step.DataUpload
 
DATE - Variable in class org.dspace.app.util.GoogleMetadata
 
DATE - Static variable in class org.dspace.sort.OrderFormat
 
DATE_FORMAT - Static variable in class org.purl.sword.base.XmlElement
The Date format that is used to parse dates to and from the ISO format in the XML data.
DATE_FORMAT_8601 - Static variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
DATE_FORMAT_DCDATE - Static variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
DATE_FORMATS - Static variable in class org.purl.sword.base.XmlElement
Array of possible date formats that are permitted for date elements.
dateField - Variable in class org.dspace.app.util.SyndicationFeed
 
DateFromFilter - Class in org.dspace.xoai.filter
 
DateFromFilter(Date) - Constructor for class org.dspace.xoai.filter.DateFromFilter
 
DateMathParser - Class in org.dspace.util
This class (Apache license) is copied from Apache Solr and add some tweaks to resolve unneeded dependency: https://raw.githubusercontent.com/apache/lucene-solr/releases/lucene-solr/7.1.0/solr/core/src/java/org/apache/solr /util/DateMathParser.java A Simple Utility class for parsing "math" like strings relating to Dates.
DateMathParser() - Constructor for class org.dspace.util.DateMathParser
Default constructor that assumes UTC should be used for rounding unless otherwise specified in the SolrRequestInfo
DateMathParser(TimeZone) - Constructor for class org.dspace.util.DateMathParser
 
dateRange() - Method in class org.dspace.app.statistics.HTMLReport
output the date range in the relevant format.
dateRange() - Method in interface org.dspace.app.statistics.Report
output the date range in the relevant format.
datestamp - Variable in class org.dspace.search.HarvestedItemInfo
The datestamp
DateToYear - Class in org.dspace.identifier.ezid
Convert a date-time string to the year thereof.
DateToYear() - Constructor for class org.dspace.identifier.ezid.DateToYear
 
DateUntilFilter - Class in org.dspace.xoai.filter
 
DateUntilFilter(Date) - Constructor for class org.dspace.xoai.filter.DateUntilFilter
 
DateUtils - Class in org.dspace.xoai.util
 
DayTableEmbargoSetter - Class in org.dspace.embargo
Plugin implementation of the embargo setting function.
DayTableEmbargoSetter() - Constructor for class org.dspace.embargo.DayTableEmbargoSetter
 
DBConnection<T> - Interface in org.dspace.core
Interface representing a persistence provider "session".
DBMS_H2 - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DBMS_ORACLE - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DBMS_POSTGRES - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DC - org.dspace.content.MetadataSchemaEnum
 
DcAbstract - Class in org.purl.sword.base
 
DcAbstract() - Constructor for class org.purl.sword.base.DcAbstract
 
DcAbstract(String) - Constructor for class org.purl.sword.base.DcAbstract
 
dcCreatorField - Variable in class org.dspace.app.util.SyndicationFeed
 
DCDate - Class in org.dspace.content
Dublin Core date utility class
DCDate(int, int, int, int, int, int) - Constructor for class org.dspace.content.DCDate
Construct a date object from a bunch of component parts.
DCDate(String) - Constructor for class org.dspace.content.DCDate
Construct a date from a Dublin Core value
DCDate(Date) - Constructor for class org.dspace.content.DCDate
Construct a date object from a Java Date object.
dcDateField - Variable in class org.dspace.app.util.SyndicationFeed
 
dcDescriptionField - Variable in class org.dspace.app.util.SyndicationFeed
 
DCInput - Class in org.dspace.app.util
Class representing a line in an input form.
DCInput(Map<String, String>, Map<String, List<String>>) - Constructor for class org.dspace.app.util.DCInput
Class constructor for creating a DCInput object based on the contents of a HashMap
DCInputAuthority - Class in org.dspace.content.authority
ChoiceAuthority source that reads the same submission-forms which drive configurable submission.
DCInputAuthority() - Constructor for class org.dspace.content.authority.DCInputAuthority
 
DCInputSet - Class in org.dspace.app.util
Class representing all DC inputs required for a submission, organized into pages
DCInputSet(String, List<List<Map<String, String>>>, Map<String, List<String>>) - Constructor for class org.dspace.app.util.DCInputSet
constructor
DCInputsReader - Class in org.dspace.app.util
Submission form generator for DSpace.
DCInputsReader() - Constructor for class org.dspace.app.util.DCInputsReader
Parse an XML encoded submission forms template file, and create a hashmap containing all the form information.
DCInputsReader(String) - Constructor for class org.dspace.app.util.DCInputsReader
 
DCInputsReaderException - Exception in org.dspace.app.util
This is a superclass for exceptions representing a failure when importing or exporting a package.
DCInputsReaderException() - Constructor for exception org.dspace.app.util.DCInputsReaderException
No-args constructor.
DCInputsReaderException(String) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor for a given message.
DCInputsReaderException(String, Throwable) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor to create a new exception wrapping it around another exception.
DCInputsReaderException(Throwable) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor for a given cause.
DCLanguage - Class in org.dspace.content
Utility class for dealing with languages
DCLanguage(String) - Constructor for class org.dspace.content.DCLanguage
Construct a language object from a database entry
dcMap - Variable in class org.dspace.sword2.AbstractSimpleDC
 
dcNS - Static variable in class org.dspace.content.packager.METSManifest
Dublin core element namespace
DCPersonName - Class in org.dspace.content
DSpace person name utility class
DCPersonName() - Constructor for class org.dspace.content.DCPersonName
Construct a blank name
DCPersonName(String) - Constructor for class org.dspace.content.DCPersonName
Construct a name from a raw DC value
DCPersonName(String, String) - Constructor for class org.dspace.content.DCPersonName
Construct a name from a last name and first name
DCSeriesNumber - Class in org.dspace.content
Series and report number, as stored in relation.ispartofseries.
DCSeriesNumber() - Constructor for class org.dspace.content.DCSeriesNumber
Construct clean series number
DCSeriesNumber(String) - Constructor for class org.dspace.content.DCSeriesNumber
Construct from raw DC value
DCSeriesNumber(String, String) - Constructor for class org.dspace.content.DCSeriesNumber
Construct from given values
dcTermNS - Static variable in class org.dspace.content.packager.METSManifest
Dublin core term namespace (for qualified DC)
dcToContainerMetadata(String) - Static method in class org.dspace.content.packager.PackageUtils
Translate a Dublin Core metadata field into a Container's (Community or Collection) database column for that metadata entry.
DebugOutputStream - Class in org.purl.sword.client
A stream that will write any output to the specified panel.
DebugOutputStream(MessageOutputPanel) - Constructor for class org.purl.sword.client.DebugOutputStream
Create a new instance and specify the panel that will receive the output.
decision_date - Static variable in class org.dspace.app.requestitem.RequestItem_
 
DECISION_DATE - Static variable in class org.dspace.app.requestitem.RequestItem_
 
decisionDate - Variable in class org.dspace.app.rest.model.RequestItemRest
 
decode(String) - Static method in class org.dspace.app.rest.utils.URLUtils
Decode a given URL
decodeHandleURN(String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Parse the hdl: URI/URN format into a raw Handle.
DecomposeDiactritics - Class in org.dspace.text.filter
Decompose diacritic characters to character + diacritic
DecomposeDiactritics() - Constructor for class org.dspace.text.filter.DecomposeDiactritics
 
DEFAULT - Static variable in interface org.dspace.app.rest.projection.Projection
The default projection.
DEFAULT_BITSTREAM_READ - Static variable in class org.dspace.core.Constants
Default Read policies for Bitstreams submitted to container
DEFAULT_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Default bundle name for the "original" item content; "derived" content such as thumbnails goes in other bundles.
DEFAULT_CANVAS_HEIGHT - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
DEFAULT_CANVAS_WIDTH - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
DEFAULT_CHUNK_SIZE - Variable in class org.dspace.ctask.general.ClamScan
 
DEFAULT_COLLECTION - Static variable in class org.dspace.app.util.DCInputsReader
The ID of the default collection.
DEFAULT_COLLECTION - Static variable in class org.dspace.app.util.SubmissionConfigReader
The ID of the default collection.
DEFAULT_CONFIG_DEFINITION_FILE - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DEFAULT_CONFIG_DIR - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DEFAULT_DISPATCHER - Static variable in interface org.dspace.event.service.EventService
 
DEFAULT_ENCODING - Static variable in class org.dspace.core.Constants
 
DEFAULT_ITEM_READ - Static variable in class org.dspace.core.Constants
Default Read policies for Items submitted to container
DEFAULT_LANG - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
DEFAULT_LANG - Static variable in class org.dspace.rdf.providing.DataProviderServlet
 
DEFAULT_MATH_TZ - Static variable in class org.dspace.util.DateMathParser
Default TimeZone for DateMath rounding (UTC)
DEFAULT_MODIFIED_DATE - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
Default date/time (in milliseconds since epoch) to set for Zip Entries for DSpace Objects which don't have a Last Modified date.
DEFAULT_PAGE_SIZE - Static variable in class org.dspace.app.rest.utils.Utils
The default page size, if unspecified in the request.
DEFAULT_QVALUE - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
DEFAULT_TASKSET_NAME - Static variable in class org.dspace.workflow.CurationTaskConfig
Name of the TaskSet that matches an unconfigured TaskSet name.
DEFAULT_TIMEOUT - Static variable in class org.purl.sword.client.Client
The default connection timeout.
DefaultAccessStatusHelper - Class in org.dspace.access.status
Default plugin implementation of the access status helper.
DefaultAccessStatusHelper() - Constructor for class org.dspace.access.status.DefaultAccessStatusHelper
 
defaultAuthorField - Variable in class org.dspace.app.util.SyndicationFeed
 
defaultCanvasHeightFallback - Static variable in class org.dspace.app.iiif.service.AbstractResourceService
 
defaultCanvasWidthFallback - Static variable in class org.dspace.app.iiif.service.AbstractResourceService
 
defaultDateField - Variable in class org.dspace.app.util.SyndicationFeed
 
DefaultEmbargoLifter - Class in org.dspace.embargo
Default plugin implementation of the embargo lifting function.
DefaultEmbargoLifter() - Constructor for class org.dspace.embargo.DefaultEmbargoLifter
 
DefaultEmbargoSetter - Class in org.dspace.embargo
Default plugin implementation of the embargo setting function.
DefaultEmbargoSetter() - Constructor for class org.dspace.embargo.DefaultEmbargoSetter
 
defaultExternalMedia - Variable in class org.dspace.app.util.SyndicationFeed
 
DefaultFilter - Class in org.dspace.content.logic
The default filter, a very simple implementation of Filter / LogicalStatement The idea is to have this as a wrapper / root class for all logical operations, so it takes a single statement as a property (unlike an operator) and takes no parameters (unlike a condition)
DefaultFilter() - Constructor for class org.dspace.content.logic.DefaultFilter
 
DefaultItemVersionProvider - Class in org.dspace.versioning
 
DefaultItemVersionProvider() - Constructor for class org.dspace.versioning.DefaultItemVersionProvider
 
defaultMinConfidence - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
fallback default value unless authority.minconfidence = X is configured.
DefaultProjection - Class in org.dspace.app.rest.projection
The default projection.
DefaultProjection() - Constructor for class org.dspace.app.rest.projection.DefaultProjection
 
defaultSelected - Variable in class org.dspace.content.authority.Choices
Index of value to be selected by default, if any.
defaultTitleField - Variable in class org.dspace.app.util.SyndicationFeed
 
defiliate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
 
delegate - Variable in class org.dspace.checker.HandleDispatcher
the delegate to dispatch to.
delete() - Method in class org.dspace.authority.AuthorityValue
 
delete(String) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Remove the provided indexable object from the solr core
delete(String) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
delete(String) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
delete(String) - Method in class org.dspace.identifier.doi.DOIOrganiser
Delete a DOI
delete(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Destroy a reserved identifier.
delete(String) - Static method in class org.dspace.rdf.RDFUtil
Deletes the data identified by the URI from the triple store.
delete(String) - Method in interface org.dspace.rdf.storage.RDFStorage
 
delete(String) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
delete(String) - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
delete(String) - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
delete(String) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
delete(HttpServletRequest, String, String, Integer) - Method in class org.dspace.app.rest.RestResourceController
 
delete(HttpServletRequest, String, String, UUID) - Method in class org.dspace.app.rest.RestResourceController
 
delete(DSpaceObject, boolean) - Method in class org.dspace.rdf.RDFizer
Delete the data about the DSpaceObject from the triplestore.
delete(Item) - Method in interface org.dspace.xoai.services.api.cache.XOAIItemCacheService
 
delete(Item) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
delete(Context, int, UUID, String, List<String>) - Static method in class org.dspace.rdf.RDFUtil
This is a shortcut to generate an RDF identifier for a DSpaceObject and to delete the identified data from the named graph.
delete(Context, ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support delete of a single object instance
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
delete(Context, Integer) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
delete(Context, String) - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.BundleRestRepository
Deletes a bundle whose uuid is given and deletes all the bitstreams it contains in BundleService.delete
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
delete(Context, UUID) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
delete(Context, RequestItem) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
delete(Context, RequestItem) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Remove the record from the database.
delete(Context, WebApp) - Method in interface org.dspace.app.util.service.WebAppService
 
delete(Context, WebApp) - Method in class org.dspace.app.util.WebAppServiceImpl
 
delete(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Delete an ResourcePolicy
delete(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
delete(Context, BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
delete(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
delete(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
delete(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Delete all DOIs for a DSpaceObject
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Unbind this type of identifier(s) from an object.
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
delete(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Delete (Unbind) all identifiers registered for a specific DSpace item.
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Delete a specific DOI for a given DSpaceObject
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Unbind the given identifier from an object.
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
delete(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Delete a Specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for Detecting and Processing the appropriate identifier, all Providers are interrogated, multiple providers can process the same identifier.
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
delete(Context, EntityType) - Method in class org.dspace.content.EntityTypeServiceImpl
 
delete(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
delete(Context, MetadataField) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
delete(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataFieldService
Delete the metadata field.
delete(Context, MetadataSchema) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
delete(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataSchemaService
Delete the metadata schema.
delete(Context, MetadataValue) - Method in class org.dspace.content.MetadataValueServiceImpl
 
delete(Context, MetadataValue) - Method in interface org.dspace.content.service.MetadataValueService
Delete the metadata field.
delete(Context, Relationship) - Method in class org.dspace.content.RelationshipServiceImpl
 
delete(Context, Relationship, boolean, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
delete(Context, Relationship, boolean, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method is used to delete a Relationship whilst given the possibility to copy the Virtual Metadata created by this relationship to the left and/or right item
delete(Context, RelationshipType) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
delete(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
delete(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
delete(Context, EPerson, boolean) - Method in class org.dspace.eperson.EPersonServiceImpl
Deletes an EPerson.
delete(Context, Group) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
delete(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
delete(Context, RegistrationData) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
delete(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
delete(Context, HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
delete(Context, HarvestedItem) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
delete(Context, HarvestedItem) - Method in interface org.dspace.harvest.service.HarvestedItemService
 
delete(Context, OrcidHistory) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
delete(Context, OrcidHistory) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Delete an OrcidHistory
delete(Context, OrcidQueue) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
delete(Context, OrcidQueue) - Method in interface org.dspace.orcid.service.OrcidQueueService
Delete an OrcidQueue
delete(Context, OrcidToken) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
delete(Context, OrcidToken) - Method in interface org.dspace.orcid.service.OrcidTokenService
Delete the given ORCID token entity.
delete(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
delete(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will delete the given Process object from the database
delete(Context, Version) - Method in interface org.dspace.versioning.service.VersioningService
Delete a Version
delete(Context, Version) - Method in class org.dspace.versioning.VersioningServiceImpl
 
delete(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
delete(Context, ClaimedTask) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
delete(Context, CollectionRole) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
delete(Context, CollectionRole) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
delete(Context, InProgressUser) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
delete(Context, PoolTask) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
delete(Context, WorkflowItemRole) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
delete(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
delete(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
delete(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
delete(Context, T) - Method in interface org.dspace.core.GenericDAO
Remove an instance from the database.
delete(Context, T) - Method in interface org.dspace.service.DSpaceCRUDService
 
delete(Context, T) - Method in interface org.dspace.workflow.WorkflowItemService
Delete the specified workflow item.
delete(IndexableItem) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
delete(T) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
delete(T) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Remove the provided indexable object from the solr core
delete(T) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
DELETE - org.dspace.app.rest.security.DSpaceRestPermission
 
DELETE - org.dspace.discovery.IndexClientOptions
 
DELETE - org.dspace.orcid.OrcidOperation
 
DELETE - org.dspace.usage.UsageEvent.Action
 
DELETE - Static variable in class org.dspace.core.Constants
Action of deleting something.
DELETE - Static variable in class org.dspace.event.Event
 
DELETE - Static variable in class org.purl.sword.client.PostDialog
label for the delete command.
DELETE_CONTENTS_FILE - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
deleteAdminGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method takes care of the deletion of an AdminGroup for the given collection This is called by using RequestMethod.DELETE on the /adminGroup value
deleteAdminGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CommunityAdminGroupRestController
This method takes care of the deletion of an AdminGroup for the given community This is called by using RequestMethod.DELETE on the default url for this class
deleteAdminGroup(Context, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will delete the AdminGroup for the given Collection
deleteAdminGroup(Context, Community) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
This method will delete the AdminGroup for the given Community
deleteAll() - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
deleteAll() - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Remove all indexable objects of the implementing type from the search core
deleteAll() - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
deleteAll() - Method in class org.dspace.rdf.RDFizer
Deletes all data stored in the triplestore (drops all named graphs and cleans the default graph).
deleteAll() - Method in interface org.dspace.rdf.storage.RDFStorage
 
deleteAll() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
deleteAll() - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
deleteAll() - Method in interface org.dspace.xoai.services.api.cache.XOAIItemCacheService
 
deleteAll() - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
deleteAll() - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
deleteAll() - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
deleteAll(Iterable<? extends T>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
deleteAll(Context) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
deleteAll(Context) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
deleteAll(Context) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
deleteAll(Context) - Method in interface org.dspace.orcid.service.OrcidTokenService
Delete all the ORCID token entities.
deleteAll(Context, WorkspaceItem) - Method in interface org.dspace.content.service.WorkspaceItemService
Delete the workspace item.
deleteAll(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
deleteAllById(Iterable<? extends ID>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
deleteAllPooledTasks(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Deletes all pooled tasks from a WorkflowItem.
deleteAllPooledTasks(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteAllRecords() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
deleteAllTasks(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Deletes all tasks from a WorkflowItem.
deleteAllTasks(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
WORKFLOW TASK MANAGEMENT
deleteBatchUpload(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteBatchUpload(Context, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Delete a batch by ID
deleteBitstream(Context, Bitstream) - Method in interface org.dspace.sword2.WorkflowManager
 
deleteBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
deleteBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
deleteBitstreamReadGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method takes care of the deletion of an BitstreamReadGroup for the given collection This is called by using RequestMethod.DELETE on the /bitstreamReadGroup value
deleteBitstreamReadGroup(Context, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will delete the BitstreamReadGroup for the given Collection
DeleteBitstreamsAction - Class in org.dspace.app.itemupdate
Action to delete bitstreams Undo not supported for this UpdateAction Derivatives of the bitstream to be deleted are not also deleted
DeleteBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.DeleteBitstreamsAction
 
DeleteBitstreamsByFilterAction - Class in org.dspace.app.itemupdate
Action to delete bitstreams using a specified filter implementing BitstreamFilter Derivatives for the target bitstreams are not deleted.
DeleteBitstreamsByFilterAction() - Constructor for class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
 
deleteBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.ChecksumHistoryDAO
Delete all ChecksumHistory rows for the given Bitstream.
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Delete subscription by collection.
deleteByCollection(Context, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
Delete all workflow items present in the specified collection.
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
deleteByCollectionAndEPerson(Context, Collection, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByCollectionAndEPerson(Context, Collection, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
Delete the history records from the database.
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in interface org.dspace.checker.dao.ChecksumHistoryDAO
Delete all ChecksumHistory rows with retention date before the given and the specified result code.
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
deleteByDso(Context, DSpaceObject) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDso(Context, DSpaceObject) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByEntityAndRecordType(Context, Item, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
deleteByEntityAndRecordType(Context, Item, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Delete all the OrcidQueue records with the given entity and record type.
deleteByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
deleteByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
deleteByEPerson(Context, EPerson) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Deletes all policies that belong to an EPerson
deleteByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
Delete subscription by eperson (subscriber).
deleteByEPerson(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
deleteByEPerson(Context, EPerson) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.orcid.service.OrcidTokenService
Deletes the ORCID token entity related to the given EPerson.
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
deleteByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
deleteByGroup(Context, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByGroup(Context, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteById(ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
deleteById(Context, Integer) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
deleteById(Context, Integer) - Method in interface org.dspace.orcid.service.OrcidQueueService
Delete the OrcidQueue record with the given id.
deleteById(Context, UUID) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
deleteById(Context, UUID) - Method in interface org.dspace.profile.service.ResearcherProfileService
Delete the profile with the given id.
deleteByMetadataField(Context, MetadataField) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
deleteByMetadataField(Context, MetadataField) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
deleteByMetadataField(Context, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
deleteByMetadataField(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
 
deleteByProfileItem(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
deleteByProfileItem(Context, Item) - Method in interface org.dspace.orcid.service.OrcidTokenService
Deletes the ORCID token entity related to the given profile item.
deleteByProfileItemAndRecordType(Context, Item, String) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
deleteByProfileItemAndRecordType(Context, Item, String) - Method in interface org.dspace.orcid.service.OrcidQueueService
Delete all the OrcidQueue records with the given profileItem and record type.
deleteByPutCode(String, String, String, String) - Method in interface org.dspace.orcid.client.OrcidClient
Delete the ORCID object with the given putCode on the given path.
deleteByPutCode(String, String, String, String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
deleteByToken(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
deleteByToken(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
deleteByToken(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
deleteByToken(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
deleteClaimedTask(Context, XmlWorkflowItem, ClaimedTask) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Deletes a completed task of a step.
deleteClaimedTask(Context, XmlWorkflowItem, ClaimedTask) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowService
 
deleteCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteCollectionToItemRelation(UUID, UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.MappedCollectionRestController
This method will delete a Collection to Item relation.
deleteContainer(String, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
deleted - Static variable in class org.dspace.content.Bitstream_
 
DELETED - Static variable in class org.dspace.content.Bitstream_
 
DELETED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
deleteDirectory(File) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Delete a directory
deleteDirectory(File) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Delete a directory and its child files and directories
deleteDOI(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
deleteDOI(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends the DELETE-Request to the DOI registry.
DeleteFeature - Class in org.dspace.app.rest.authorization.impl
The delete feature.
DeleteFeature() - Constructor for class org.dspace.app.rest.authorization.impl.DeleteFeature
 
deleteForWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
deleteForWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
deleteHandle(byte[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
deleteIndex() - Method in interface org.dspace.discovery.IndexingService
 
deleteIndex() - Method in class org.dspace.discovery.SolrServiceImpl
Removes all documents from the Lucene index
deleteIP(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteIP(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteItem(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItem(Context, Item) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItem(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
deleteItem(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
deleteItem(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
deleteItemReadGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method takes care of the deletion of an ItemReadGroup for the given collection This is called by using RequestMethod.DELETE on the /itemReadGroup value
deleteItemReadGroup(Context, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will delete the ItemReadGroup for the given Collection
deleteItems(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItems(Context, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Delete items via mapfile
deleteMediaResource(String, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.MediaResourceManagerDSpace
 
deleteMediaResource(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
deleteMediaResource(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
deleteMediaResource(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
DeleteMetadataAction - Class in org.dspace.app.itemupdate
Action to delete metadata
DeleteMetadataAction() - Constructor for class org.dspace.app.itemupdate.DeleteMetadataAction
 
deleteMetadataByValue(Context, Item, DtoMetadata, boolean) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Working around Item API to delete a value-specific Metadatum For a given element/qualifier/lang: get all DCValues clear (i.e.
deleteOldExportArchives() - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
deleteOldExportArchives() - Method in interface org.dspace.app.itemexport.service.ItemExportService
A clean up method that is ran before a new export archive is created.
deleteOldExportArchives(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
deleteOldExportArchives(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
A clean up method that is ran before a new export archive is created.
deleteOnline(Context, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Delete a specific DOI in the registration agency records via the DOI Connector
deletePooledTask(Context, XmlWorkflowItem, PoolTask) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Deletes a pooled (uncompleted) task from the task pool of a step.
deletePooledTask(Context, XmlWorkflowItem, PoolTask) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteRobotsByIP() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteRobotsByIP() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteRobotsByIsBotFlag() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteRobotsByIsBotFlag() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteRoleGroup(Context, Collection, String) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
deleteSitemaps() - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Delete the sitemaps directory and its contents if it exists
deleteSubmitterGroup(Context, Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will delete the SubmitterGroup for the given Collection
deleteSubmittersGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method takes care of the deletion of a SubmitterGroup for the given collection This is called by using RequestMethod.DELETE on the default url for this class
deleteTemplateItem(HttpServletRequest, UUID) - Method in class org.dspace.app.rest.ItemTemplateRestController
This method deletes a template item from a collection.
deleteToken(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Delete token.
deleteToken(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
deleteValue(Context, DSO, String, int) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueRemovePatchOperation
 
deleteVersionedItem(Context, Version, VersionHistory) - Method in class org.dspace.versioning.DefaultItemVersionProvider
 
deleteVersionedItem(Context, Version, VersionHistory) - Method in interface org.dspace.versioning.ItemVersionProvider
 
deleteWorkflowByWorkflowItem(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteWorkflowByWorkflowItem(Context, T, EPerson) - Method in interface org.dspace.workflow.WorkflowService
Deletes workflow task item in correct order.
deleteWorkflowGroupForRole(UUID, HttpServletResponse, HttpServletRequest, String) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method will delete the workflowGroup for a given Collection and workflowRole
deleteWorkflowGroupForRole(Context, HttpServletRequest, Collection, String) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will delete the WorkflowGroup for a given Collection and workflowRole
deleteWrapper(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
deleteWrapper(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
deleteWrapper(Context, T) - Method in interface org.dspace.content.service.InProgressSubmissionService
Deletes submission wrapper, doesn't delete item contents
deposit - Variable in class org.dspace.sword.DSpaceATOMEntry
the original deposit
deposit(Deposit) - Method in class org.dspace.sword.DepositManager
Once this object is fully prepared, this method will execute the deposit process.
Deposit - Class in org.purl.sword.base
Represents a deposit.
Deposit() - Constructor for class org.purl.sword.base.Deposit
 
DepositManager - Class in org.dspace.sword
This class is responsible for initiating the process of deposit of SWORD Deposit objects into the DSpace repository
DepositManager(SWORDService) - Constructor for class org.dspace.sword.DepositManager
Construct a new DepositManager using the given instantiation of the SWORD service implementation
Depositor - Class in org.dspace.sword
 
Depositor(SWORDService, DSpaceObject) - Constructor for class org.dspace.sword.Depositor
Construct a new Depositor with the given SWORD service on the given dspace object.
DepositResponse - Class in org.purl.sword.base
Represents a deposit response.
DepositResponse(int) - Constructor for class org.purl.sword.base.DepositResponse
Create a new response with the specified http code.
DepositResult - Class in org.dspace.sword
The DSpace class for representing the results of a deposit request.
DepositResult - Class in org.dspace.sword2
The DSpace class for representing the results of a deposit request.
DepositResult() - Constructor for class org.dspace.sword.DepositResult
 
DepositResult() - Constructor for class org.dspace.sword2.DepositResult
 
DepositServlet - Class in org.purl.sword.server
DepositServlet
DepositServlet() - Constructor for class org.purl.sword.server.DepositServlet
 
dequeue(String, long) - Method in class org.dspace.curate.FileTaskQueue
 
dequeue(String, long) - Method in interface org.dspace.curate.TaskQueue
Returns the set of task entries from the named queue.
dereference(Context, String) - Method in class org.dspace.curate.AbstractCurationTask
Returns a DSpaceObject for passed identifier, if it exists
deregister() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
Record that this application is not running.
DerivativeTextBitstreamFilter - Class in org.dspace.app.itemupdate
Bitstream filter to delete from TEXT bundle
DerivativeTextBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.DerivativeTextBitstreamFilter
 
desc - org.dspace.discovery.configuration.DiscoverySortFieldConfiguration.SORT_ORDER
 
desc - org.dspace.discovery.DiscoverQuery.SORT_ORDER
 
DESCENDING - Static variable in class org.dspace.sort.SortOption
 
DESCRIBE_STEP_METADATA_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
DescribeStep - Class in org.dspace.app.rest.submit.step
Describe step for DSpace Spring Rest.
DescribeStep() - Constructor for class org.dspace.app.rest.submit.step.DescribeStep
 
description - Static variable in class org.dspace.content.BitstreamFormat_
 
description - Static variable in class org.dspace.orcid.OrcidHistory_
 
description - Static variable in class org.dspace.orcid.OrcidQueue_
 
description() - Method in annotation type org.dspace.app.rest.authorization.AuthorizationFeatureDocumentation
The description of the authorization feature.
DESCRIPTION - Static variable in class org.dspace.content.BitstreamFormat_
 
DESCRIPTION - Static variable in class org.dspace.orcid.OrcidHistory_
 
DESCRIPTION - Static variable in class org.dspace.orcid.OrcidQueue_
 
destroy() - Method in class org.dspace.app.rest.filter.ContentLanguageHeaderResponseFilter
 
destroy() - Method in class org.dspace.app.rest.filter.DSpaceRequestContextFilter
 
destroy() - Method in class org.dspace.google.GoogleAsyncEventListener
 
destroy() - Method in interface org.dspace.importer.external.service.components.Destroyable
Destroy the object
destroy() - Method in class org.dspace.importer.external.service.ImportService
Call destroy on all Destroyable MetadataSource objects set in this ImportService
destroy() - Method in interface org.dspace.kernel.CommonLifecycle
Destroy the managed bean entirely.
destroy() - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
destroy() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
destroy() - Method in class org.dspace.utils.servlet.DSpaceWebappServletFilter
 
Destroyable - Interface in org.dspace.importer.external.service.components
 
destroyObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
detectContentType(HttpServletRequest, String) - Method in class org.dspace.rdf.providing.DataProviderServlet
 
detectLanguage(HttpServletRequest) - Method in class org.dspace.rdf.providing.DataProviderServlet
 
determineChange(DSpaceRunnableHandler) - Method in class org.dspace.app.bulkedit.MetadataImport
This method determines whether the changes should be applied or not.
determineChange(DSpaceRunnableHandler) - Method in class org.dspace.app.bulkedit.MetadataImportCLI
 
developing - Variable in class org.dspace.servicemanager.DSpaceServiceManager
 
differenceInSubmissionFields(Collection, Collection) - Static method in class org.dspace.app.util.Util
 
DIGEST_ALGORITHM - Static variable in class org.dspace.eperson.EPerson_
 
digestAlgorithm - Static variable in class org.dspace.eperson.EPerson_
 
DIM_NS - Static variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIM_NS - Static variable in class org.dspace.content.crosswalk.XSLTCrosswalk
DSpace XML Namespace in JDOM form.
DIM_XSD - Static variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIMDisseminationCrosswalk - Class in org.dspace.content.crosswalk
DIM dissemination crosswalk
DIMDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIMIngestionCrosswalk - Class in org.dspace.content.crosswalk
DIM ingestion crosswalk
DIMIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
dir - Variable in class org.dspace.app.itemupdate.ItemArchive
 
directoryFilter - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
dirname - Variable in class org.dspace.app.itemupdate.ItemArchive
 
DISABLED - org.dspace.profile.OrcidEntitySyncPreference
Preference to be set to disable the synchronization with ORCID of the specific entity.
DISABLED - org.dspace.profile.OrcidProfileDisconnectionMode
The disconnection is disabled.
DISAMBIGUATED_ORGANIZATION_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
DISAMBIGUATED_ORGANIZATION_VALUE_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
DISAMBIGUATION_SOURCE_INVALID - org.dspace.orcid.model.validator.OrcidValidationError
 
DISAMBIGUATION_SOURCE_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
DISCOVER - Static variable in interface org.dspace.app.rest.model.RestModel
 
DISCOVER_WORKFLOW_ADMIN_CONFIGURATION_NAME - Static variable in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
The name of the discover configuration used by administrators to search for workflow tasks
DISCOVER_WORKFLOW_CONFIGURATION_NAME - Static variable in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
The name of the discover configuration used to search for workflow tasks in the mydspace
DISCOVER_WORKSPACE_CONFIGURATION_NAME - Static variable in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
The name of the discover configuration used to search for inprogress submission in the mydspace
discoverable - Static variable in class org.dspace.content.Item_
 
DISCOVERABLE - Static variable in class org.dspace.content.Item_
 
DiscoverableEndpointsService - Class in org.dspace.app.rest
A Service able to list all the discoverable endpoints in our REST application.
DiscoverableEndpointsService() - Constructor for class org.dspace.app.rest.DiscoverableEndpointsService
 
DiscoverConfigurationConverter - Class in org.dspace.app.rest.converter
This class' purpose is to create a SearchConfigurationRest object from the DiscoveryConfiguration to be given to the convert method.
DiscoverConfigurationConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverConfigurationConverter
 
DiscoverFacetConfigurationConverter - Class in org.dspace.app.rest.converter
This class' purpose is to convert an object of the type DiscoveryConfiguration into a FacetConfigurationRest object
DiscoverFacetConfigurationConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverFacetConfigurationConverter
 
DiscoverFacetField - Class in org.dspace.discovery
Class contains facet query information
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, int) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, String) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, String, int) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetResultsConverter - Class in org.dspace.app.rest.converter
This class' purpose is to construct a FacetResultsRest object from a number of parameters in the convert method
DiscoverFacetResultsConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverFacetResultsConverter
 
DiscoverFacetsConverter - Class in org.dspace.app.rest.converter
 
DiscoverFacetsConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverFacetsConverter
 
DiscoverFacetValueConverter - Class in org.dspace.app.rest.converter
This class' purpose is to convert a DiscoverResult.FacetResult object into a SearchFacetValueRest object
DiscoverFacetValueConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverFacetValueConverter
 
DiscoverFilterQuery - Class in org.dspace.discovery
This class represents a filter query for discovery and can contain the following objects: The field in which we are searching The query the query which the filter query is using The displayed value
DiscoverFilterQuery() - Constructor for class org.dspace.discovery.DiscoverFilterQuery
 
DiscoverFilterQuery(String, String, String) - Constructor for class org.dspace.discovery.DiscoverFilterQuery
 
DiscoverHitHighlightingField - Class in org.dspace.discovery
Configuration for one field that is to be highlighted Giving 0 as max chars ensures that the entire field is returned !
DiscoverHitHighlightingField(String, int, int) - Constructor for class org.dspace.discovery.DiscoverHitHighlightingField
 
DiscoverQuery - Class in org.dspace.discovery
This class represents a query which the discovery back-end can use.
DiscoverQuery() - Constructor for class org.dspace.discovery.DiscoverQuery
 
DiscoverQuery.SORT_ORDER - Enum in org.dspace.discovery
Attributes used for sorting of results
DiscoverQueryBuilder - Class in org.dspace.discovery.utils
 
DiscoverQueryBuilder() - Constructor for class org.dspace.discovery.utils.DiscoverQueryBuilder
 
DiscoverResult - Class in org.dspace.discovery
This class represents the result that the discovery search impl returns
DiscoverResult() - Constructor for class org.dspace.discovery.DiscoverResult
 
DiscoverResult.FacetResult - Class in org.dspace.discovery
 
DiscoverResult.IndexableObjectHighlightResult - Class in org.dspace.discovery
An utility class to represent the highlighting section of a Discovery Search
DiscoverResult.SearchDocument - Class in org.dspace.discovery
This class contains values from the fields searched for in DiscoveryQuery.java
DiscoverResultConverter - Class in org.dspace.app.rest.converter
This class' purpose is to create a SearchResultsRest object from the given parameters
DiscoverResultConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverResultConverter
 
DiscoverSearchSupportConverter - Class in org.dspace.app.rest.converter
This class' purpose is to create a SearchSupportRest object to return
DiscoverSearchSupportConverter() - Constructor for class org.dspace.app.rest.converter.DiscoverSearchSupportConverter
 
DiscoveryConfiguration - Class in org.dspace.discovery.configuration
 
DiscoveryConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryConfiguration
 
DiscoveryConfigurationException - Exception in org.dspace.discovery.configuration
Exception that can be thrown if there are issues with the discovery configuration
DiscoveryConfigurationException() - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(String) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(String, Throwable) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(Throwable) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationParameters - Class in org.dspace.discovery.configuration
Class contains parameters used for the configuration of discovery
DiscoveryConfigurationParameters.SORT - Enum in org.dspace.discovery.configuration
 
DiscoveryConfigurationService - Class in org.dspace.discovery.configuration
 
DiscoveryConfigurationService() - Constructor for class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
DiscoveryHitHighlightFieldConfiguration - Class in org.dspace.discovery.configuration
Configuration class that holds hit highlighting configuration for a single metadata field
DiscoveryHitHighlightFieldConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
DiscoveryHitHighlightingConfiguration - Class in org.dspace.discovery.configuration
Class that contains all the configuration concerning the hit highlighting in search results.
DiscoveryHitHighlightingConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
DiscoveryMoreLikeThisConfiguration - Class in org.dspace.discovery.configuration
Class that contains the more like this configuration on item pages
DiscoveryMoreLikeThisConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
DiscoveryRecentSubmissionsConfiguration - Class in org.dspace.discovery.configuration
 
DiscoveryRecentSubmissionsConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
DiscoveryRestController - Class in org.dspace.app.rest
The controller for the api/discover endpoint
DiscoveryRestController() - Constructor for class org.dspace.app.rest.DiscoveryRestController
 
DiscoveryRestHalLinkFactory<T> - Class in org.dspace.app.rest.link.search
This factory provides a means to add links to the DiscoveryRest
DiscoveryRestHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
DiscoveryRestRepository - Class in org.dspace.app.rest.repository
This class' purpose is to return a REST object to the controller class.
DiscoveryRestRepository() - Constructor for class org.dspace.app.rest.repository.DiscoveryRestRepository
 
DiscoveryResultsRest - Class in org.dspace.app.rest.model
This class provides a container for the information to be used in the DiscoveryResultsResource
DiscoveryResultsRest() - Constructor for class org.dspace.app.rest.model.DiscoveryResultsRest
 
DiscoverySearchFilter - Class in org.dspace.discovery.configuration
 
DiscoverySearchFilter() - Constructor for class org.dspace.discovery.configuration.DiscoverySearchFilter
 
DiscoverySearchFilterFacet - Class in org.dspace.discovery.configuration
An expanded class that allows a search filter to be used as a sidebar facet
DiscoverySearchFilterFacet() - Constructor for class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
DiscoverySortConfiguration - Class in org.dspace.discovery.configuration
 
DiscoverySortConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
DiscoverySortFieldConfiguration - Class in org.dspace.discovery.configuration
 
DiscoverySortFieldConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
DiscoverySortFieldConfiguration.SORT_ORDER - Enum in org.dspace.discovery.configuration
Attributes used for sorting of results
dispatch(Context) - Method in class org.dspace.event.BasicDispatcher
Dispatch all events added to this Context according to configured consumers.
dispatch(Context) - Method in class org.dspace.event.Dispatcher
Dispatch all events added to this Context according to configured consumers.
Dispatcher - Class in org.dspace.event
Interface for event dispatchers.
Dispatcher(String) - Constructor for class org.dspace.event.Dispatcher
 
dispatcherFactory - Variable in class org.dspace.event.EventServiceImpl
 
dispatcherPool - Variable in class org.dspace.event.EventServiceImpl
 
DispatcherPoolFactory() - Constructor for class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
dispatchers - Variable in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
dispatchEvents() - Method in class org.dspace.core.Context
Dispatch any events (cached in current Context) to configured EventListeners (consumers) in the EventService.
DISPLAY_BUNDLE_NAME - Static variable in class org.dspace.curate.CitationPage
The name to give the bundle we add the cited pages to.
displayBitstreamViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayDate(boolean, boolean, Locale) - Method in class org.dspace.content.DCDate
Format a human-readable version of the DCDate, with optional time.
displayItemViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayLocalDate(boolean, Locale) - Method in class org.dspace.content.DCDate
 
displayTotalViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayUTCDate(boolean, Locale) - Method in class org.dspace.content.DCDate
 
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
disseminate(Context, DSpaceObject, OutputStream) - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
Execute crosswalk on the given object, sending output to the stream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Export the object (Item, Collection, or Community) as a "package" on the indicated OutputStream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
 
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in interface org.dspace.content.packager.PackageDisseminator
Export the object (Item, Collection, or Community) as a "package" on the indicated OutputStream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.PDFPackager
VERY crude dissemination: just look for the first bitstream with the PDF package type, and toss it out.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.RoleDisseminator
 
disseminate(Context, Item) - Method in class org.dspace.sword2.AtomStatementDisseminator
 
disseminate(Context, Item) - Method in class org.dspace.sword2.FeedContentDisseminator
 
disseminate(Context, Item) - Method in class org.dspace.sword2.OreStatementDisseminator
 
disseminate(Context, Item) - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
disseminate(Context, Item) - Method in interface org.dspace.sword2.SwordContentDisseminator
 
disseminate(Context, Item) - Method in interface org.dspace.sword2.SwordStatementDisseminator
 
disseminate(Context, Item, DepositReceipt) - Method in class org.dspace.sword2.SimpleDCEntryDisseminator
 
disseminate(Context, Item, DepositReceipt) - Method in interface org.dspace.sword2.SwordEntryDisseminator
 
disseminate(Context, PackageDisseminator, DSpaceObject, PackageParameters, String) - Method in class org.dspace.app.packager.Packager
Disseminate one or more DSpace objects into package(s) based on the options passed to the 'packager' script
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Recursively export one or more DSpace Objects as a series of packages.
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in interface org.dspace.content.packager.PackageDisseminator
Recursively export one or more DSpace Objects as a series of packages.
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.PDFPackager
disseminateAll() cannot be implemented for a PDF disseminator, because there's only one PDF to disseminate
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.RoleDisseminator
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Actually Disseminate into METSRights schema.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Disseminate an Item, Collection, or Community to MODS.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
This generates a <head> element around the metadata; in general this will probably not be used
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject, Map<String, String>) - Method in interface org.dspace.content.crosswalk.ParameterizedDisseminationCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject, Map<String, String>) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
disseminateList() - Method in class org.dspace.app.util.GoogleMetadata
Produce meta elements that can easily be put into the head.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Returns object's metadata in MODS format, as List of XML structure nodes.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
Returns object's metadata in MODS format, as XML structure node.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
Returns object's metadata as XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
Return <meta> elements that can be put in the <head> element of an XHTML document.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Disseminate the DSpace item, collection, or community.
disseminateListInternal(DSpaceObject, boolean) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
disseminateParams - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
disseminatesContentType(String) - Method in class org.dspace.sword2.FeedContentDisseminator
 
disseminatesContentType(String) - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
disseminatesContentType(String) - Method in interface org.dspace.sword2.SwordContentDisseminator
 
DisseminateServiceFactory - Class in org.dspace.disseminate.factory
Abstract factory to get services for the disseminate package, use DisseminateServiceFactory.getInstance() to retrieve an implementation
DisseminateServiceFactory() - Constructor for class org.dspace.disseminate.factory.DisseminateServiceFactory
 
DisseminateServiceFactoryImpl - Class in org.dspace.disseminate.factory
Factory implementation to get services for the disseminate package, use DisseminateServiceFactory.getInstance() to retrieve an implementation
DisseminateServiceFactoryImpl() - Constructor for class org.dspace.disseminate.factory.DisseminateServiceFactoryImpl
 
disseminatesPackage(String) - Method in class org.dspace.sword2.FeedContentDisseminator
 
disseminatesPackage(String) - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
disseminatesPackage(String) - Method in interface org.dspace.sword2.SwordContentDisseminator
 
DisseminationCrosswalk - Interface in org.dspace.content.crosswalk
Dissemination Crosswalk plugin -- translate DSpace native metadata into an external XML format.
DISSERTATION_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
DISSERTATION_INSTITUTION - Variable in class org.dspace.app.util.GoogleMetadata
 
DISSERTATION_NAME - Variable in class org.dspace.app.util.GoogleMetadata
 
distribute(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
Distributes a task through a DSpace container - a convenience method for tasks declaring the @Distributive property.
Distributive - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
DMRM - Class in org.dspace.rdf.conversion
Schema for DSpace Metadata RDF Mappings.
DnsLookup - Class in org.dspace.statistics.util
XBill DNS resolver to retrieve host names for client IP addresses.
doAddMetadata(SwordContext, Item, Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
doAddMetadata(SwordContext, Item, Deposit, AuthCredentials, SwordConfigurationDSpace, DepositResult) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
doAtomDocument(AtomDocumentRequest) - Method in class org.dspace.sword.DSpaceSWORDServer
 
doAtomDocument(AtomDocumentRequest) - Method in class org.purl.sword.server.DummyServer
 
doAtomDocument(AtomDocumentRequest) - Method in interface org.purl.sword.server.SWORDServer
Answer a request for an entry document
doAuth(AuthCredentials) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
doc - Variable in class org.dspace.app.sfx.SFXFileReaderServiceImpl
The SFX configuration file
docBuilder - Variable in class org.dspace.ctask.general.MetadataWebService
 
DOCDB - Static variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
doCollection(Curator.TaskRunner, Collection) - Method in class org.dspace.curate.Curator
Run task for Collection along with all Items in that collection.
doCommunity(Curator.TaskRunner, Community) - Method in class org.dspace.curate.Curator
Run task for Community along with all sub-communities and collections.
doContainerDelete(SwordContext, Item, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
doCountQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which will count the number of results for the parameters you set.
doCountQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
DOCUMENT_VIEWING_HINT - Static variable in class org.dspace.app.iiif.service.AbstractResourceService
Possible values: "paged" or "individuals".
doCuration(Context, XmlWorkflowItem) - Method in interface org.dspace.curate.service.XmlWorkflowCuratorService
Determines and executes curation on a Workflow item.
doCuration(Context, XmlWorkflowItem) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
doDeposit(Deposit) - Method in class org.dspace.sword.CollectionDepositor
Perform a deposit, using the supplied SWORD Deposit object.
doDeposit(Deposit) - Method in class org.dspace.sword.Depositor
Execute the deposit process with the given SWORD deposit.
doDeposit(Deposit) - Method in class org.dspace.sword.DSpaceSWORDServer
 
doDeposit(Deposit) - Method in class org.dspace.sword.ItemDepositor
 
doDeposit(Deposit) - Method in class org.purl.sword.server.DummyServer
 
doDeposit(Deposit) - Method in interface org.purl.sword.server.SWORDServer
Answer a SWORD deposit
doDestroy() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
Called from within the shutdown thread.
doDistinctOffsetQuery(String, String, boolean) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.
doDistinctOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
doEntityTypesMatch(Item, Item) - Method in class org.dspace.versioning.VersioningConsumer
Given two items, check if their entity types match.
doField(DCInput, boolean, boolean) - Method in class org.dspace.app.util.DCInputSet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.app.rest.filter.ContentLanguageHeaderResponseFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.app.rest.filter.DSpaceRequestContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.utils.servlet.DSpaceWebappServletFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.dspace.app.rest.security.AnonymousAdditionalAuthorizationFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.dspace.app.rest.security.StatelessAuthenticationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.DataProviderServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.LocalURIRedirectionServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.client.ServletClient
Handle a get request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.AtomDocumentServlet
Process the get request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.DepositServlet
Process the Get request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.ServiceDocumentServlet
Process the GET request.
doHealthCheck(Health.Builder) - Method in class org.dspace.app.rest.health.GeoIpHealthIndicator
 
doi - Static variable in class org.dspace.identifier.DOI_
 
DOI - Class in org.dspace.identifier
DOI identifiers.
DOI - Variable in class org.dspace.app.util.GoogleMetadata
 
DOI - Static variable in class org.dspace.identifier.DOI_
 
DOI() - Constructor for class org.dspace.identifier.DOI
Protected constructor, create object using: DOIService.create(Context)
DOI_ - Class in org.dspace.identifier
 
DOI_() - Constructor for class org.dspace.identifier.DOI_
 
DOI_ALREADY_EXISTS - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI cannot be created, registered, reserved, and so on because it is already used for another object.
DOI_DOES_NOT_EXIST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A specified DOI does not exists.
DOI_ELEMENT - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
DOI_ELEMENT - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DOI_IS_DELETED - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
You tried to reserve or register a DOI that is marked as DELETED.
DOI_PATH - Variable in class org.dspace.identifier.doi.DataCiteConnector
Path on the DataCite server used to generate DOIs.
DOI_QUALIFIER - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
DOI_QUALIFIER - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DoiCheck - Class in org.dspace.importer.external.service
Utility class that provides methods to check if a given string is a DOI
DOIConnector - Interface in org.dspace.identifier.doi
A DOIConnector handles all calls to the API of your DOI registry.
DOIConsumer - Class in org.dspace.identifier.doi
 
DOIConsumer() - Constructor for class org.dspace.identifier.doi.DOIConsumer
 
doiDAO - Variable in class org.dspace.identifier.DOIServiceImpl
 
DOIDAO - Interface in org.dspace.identifier.dao
Database Access Object interface class for the DOI object.
DOIDAOImpl - Class in org.dspace.identifier.dao.impl
Hibernate implementation of the Database Access Object interface class for the DOI object.
DOIDAOImpl() - Constructor for class org.dspace.identifier.dao.impl.DOIDAOImpl
 
DOIFromExternalFormat(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
DOIFromExternalFormat(String) - Method in interface org.dspace.identifier.service.DOIService
Convert an HTTP DOI URL (https://doi.org/10.something) to a "doi:" URI.
DOIHandleURIGenerator - Class in org.dspace.rdf.storage
Extends the DOIURIGenerator but uses handles as fallback to DOIs.
DOIHandleURIGenerator() - Constructor for class org.dspace.rdf.storage.DOIHandleURIGenerator
 
DOIIdentifierException - Exception in org.dspace.identifier.doi
 
DOIIdentifierException() - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, Throwable, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(Throwable, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierNotApplicableException - Exception in org.dspace.identifier.doi
Thrown when an identifier should not be applied to an item, eg.
DOIIdentifierNotApplicableException() - Constructor for exception org.dspace.identifier.doi.DOIIdentifierNotApplicableException
 
DOIIdentifierNotApplicableException(String) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierNotApplicableException
 
DOIIdentifierNotApplicableException(String, Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierNotApplicableException
 
DOIIdentifierNotApplicableException(Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierNotApplicableException
 
DOIIdentifierProvider - Class in org.dspace.identifier
Provide service for DOIs using DataCite.
DOIIdentifierProvider() - Constructor for class org.dspace.identifier.DOIIdentifierProvider
Empty / default constructor for Spring
DOIOrganiser - Class in org.dspace.identifier.doi
 
DOIOrganiser(Context, DOIIdentifierProvider) - Constructor for class org.dspace.identifier.doi.DOIOrganiser
Constructor to be called within the main() method
doiService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
doiService - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
doiService - Variable in class org.dspace.rdf.storage.DOIURIGenerator
 
DOIService - Interface in org.dspace.identifier.service
Service interface class for the DOI object.
DOIServiceImpl - Class in org.dspace.identifier
Service implementation for the DOI object.
DOIServiceImpl() - Constructor for class org.dspace.identifier.DOIServiceImpl
 
DOIToExternalForm(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
DOIToExternalForm(String) - Method in interface org.dspace.identifier.service.DOIService
This method helps to convert a DOI into a URL.
DOIURIGenerator - Class in org.dspace.rdf.storage
 
DOIURIGenerator() - Constructor for class org.dspace.rdf.storage.DOIURIGenerator
 
doMaxQuery(String, String, int) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the value of the "highest" (max) value in the given table's column for the given item id.
doMaxQuery(String, String, int) - Method in class org.dspace.browse.SolrBrowseDAO
 
doNodes(Node, Item) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Process the item, mapping each of its metadata fields defined in the configuration file to an OpenURL parameter
doNodes(Node, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
doOffsetQuery(String, String, boolean) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.
doOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in interface org.dspace.app.rest.submit.DataProcessingStep
Method to react to a patch request against the step managed section data
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.AccessConditionStep
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.CCLicenseStep
Processes a patch for the CC License data
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.CollectionStep
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.DescribeStep
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.LicenseStep
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.SherpaPolicyStep
 
doPatchProcessing(Context, HttpServletRequest, InProgressSubmission, Operation, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.UploadStep
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.DataProviderServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.LocalURIRedirectionServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.client.ServletClient
Process the post.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.DepositServlet
Process a post request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.ServiceDocumentServlet
Process the post request.
doPostProcessing(Context, InProgressSubmission) - Method in interface org.dspace.app.rest.submit.ListenerProcessingStep
 
doPostProcessing(Context, InProgressSubmission) - Method in class org.dspace.app.rest.submit.step.ExtractMetadataStep
 
doPreProcessing(Context, InProgressSubmission) - Method in interface org.dspace.app.rest.submit.ListenerProcessingStep
 
doPreProcessing(Context, InProgressSubmission) - Method in class org.dspace.app.rest.submit.step.ExtractMetadataStep
 
DoProcessing(SolrDocument, long) - Constructor for class org.dspace.statistics.AnonymizeStatistics.DoProcessing
 
doQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse.
doQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
doServiceDocument(ServiceDocumentRequest) - Method in class org.dspace.sword.DSpaceSWORDServer
 
doServiceDocument(ServiceDocumentRequest) - Method in class org.purl.sword.server.DummyServer
Provides a dumb but plausible service document - it contains an anonymous workspace and collection, and one personalised for the onBehalfOf user.
doServiceDocument(ServiceDocumentRequest) - Method in interface org.purl.sword.server.SWORDServer
Answer a Service Document request sent on behalf of a user
doSite(Curator.TaskRunner, Site) - Method in class org.dspace.curate.Curator
Run task for entire Site (including all Communities, Collections and Items)
doState(Context, EPerson, HttpServletRequest, int, Workflow, WorkflowActionConfig) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Executes a workflow action and returns the next.
doState(Context, EPerson, HttpServletRequest, int, Workflow, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
DOT_CONFIG - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
doValueQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns a List object containing String values which represent the results of a single value browse (for example, the list of all subject headings).
doValueQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
DownloadFeature - Class in org.dspace.app.rest.authorization.impl
The download bitstream feature.
DownloadFeature() - Constructor for class org.dspace.app.rest.authorization.impl.DownloadFeature
 
DRAFT_VERSION - Static variable in class org.dspace.app.rest.model.VersionHistoryRest
 
drawStringWordWrap(PDPage, PDPageContentStream, String, int, int, PDFont, float) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
drawStringWordWrap(PDPage, PDPageContentStream, String, int, int, PDFont, float) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
drawTable(PDPage, PDPageContentStream, float, float, String[][], PDFont, int, boolean) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
drawTable(PDPage, PDPageContentStream, float, float, String[][], PDFont, int, boolean) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
dropDBConstraint(Connection, String, String, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Constraint (based on the current database type).
dropDBSequence(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Sequence (based on the current database type).
dropDBTable(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Table (based on the current database type).
dropDBView(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database View (based on the current database type).
dryrun - Variable in class org.dspace.rdf.RDFizer
 
DSBitStoreService - Class in org.dspace.storage.bitstore
Native DSpace (or "Directory Scatter" if you prefer) asset store.
DSBitStoreService() - Constructor for class org.dspace.storage.bitstore.DSBitStoreService
 
dso - Static variable in class org.dspace.handle.Handle_
 
DSO - Static variable in class org.dspace.handle.Handle_
 
DSORepresentation - Class in org.dspace.statistics.content
Describes the displayed representation of the statistics on a DSpaceObject and its children.
DSORepresentation() - Constructor for class org.dspace.statistics.content.DSORepresentation
Construct a representation assumed to be of an ITEM.
DSORepresentation(Integer, Integer, Boolean) - Constructor for class org.dspace.statistics.content.DSORepresentation
Construct a representation as described.
DSpace - Class in org.dspace.utils
This is the DSpace helper services access object.
DSpace() - Constructor for class org.dspace.utils.DSpace
Construct a DSpace helper object which uses the default kernel.
DSpace(String) - Constructor for class org.dspace.utils.DSpace
Construct a DSpace helper object which uses the a specific named instance of the kernel.
DSPACE - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DSPACE_CONFIG_DEFINITION_PATH - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DSPACE_CONFIG_PATH - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DSPACE_CONTEXT - Static variable in class org.dspace.app.rest.utils.ContextUtil
Where the context is stored on an HTTP Request object
DSPACE_CONTEXT - Static variable in class org.dspace.web.ContextUtil
Where the context is stored on an HTTP Request object
DSPACE_DEPOSIT_LICENSE_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
DSPACE_DEPOSIT_LICENSE_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
DSPACE_HOME - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DSPACE_OBJECT - Static variable in class org.dspace.app.rest.security.DSpaceObjectAdminPermissionEvaluatorPlugin
 
DSPACE_ROLES - Static variable in class org.dspace.content.packager.RoleDisseminator
 
DSPACE_SERVER_ID - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
DSPACE_SWORD_NS - Static variable in class org.dspace.sword2.DSpaceUriRegistry
 
DSpace401AuthenticationEntryPoint - Class in org.dspace.app.rest.security
Spring security authentication entry point to return a 401 response for unauthorized requests This class is used in the WebSecurityConfiguration class.
DSpace401AuthenticationEntryPoint(RestAuthenticationService) - Constructor for class org.dspace.app.rest.security.DSpace401AuthenticationEntryPoint
 
DSpaceAccessDeniedHandler - Class in org.dspace.app.rest.exception
This Handler customizes behavior of AccessDeniedException errors thrown by Spring Security/Boot.
DSpaceAccessDeniedHandler() - Constructor for class org.dspace.app.rest.exception.DSpaceAccessDeniedHandler
 
DSpaceAIPDisseminator - Class in org.dspace.content.packager
Subclass of the METS packager framework to disseminate a DSpace Archival Information Package (AIP).
DSpaceAIPDisseminator() - Constructor for class org.dspace.content.packager.DSpaceAIPDisseminator
 
DSpaceAIPIngester - Class in org.dspace.content.packager
Subclass of the METS packager framework to ingest a DSpace Archival Information Package (AIP).
DSpaceAIPIngester() - Constructor for class org.dspace.content.packager.DSpaceAIPIngester
 
DSpaceApiExceptionControllerAdvice - Class in org.dspace.app.rest.exception
This Controller advice will handle default exceptions thrown by the DSpace REST API module.
DSpaceApiExceptionControllerAdvice() - Constructor for class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
dspaceApiLoggingRequest() - Method in class org.dspace.app.rest.Application
Register the DSpaceAPIRequestLoggingFilter, a Filter that provides Mapped Diagnostic Context for the DSpace Server Webapp
DSpaceAPIRequestLoggingFilter - Class in org.dspace.app.rest.utils
This class setup the basic attributes in Mapped Diagnostic Context useful for trouble-shooting of the DSpace Server Webapp and make sure to include a first log entry for all the request nothing which is the referer.
DSpaceAPIRequestLoggingFilter() - Constructor for class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
DSpaceAtLeastOneMetadataFilter - Class in org.dspace.xoai.filter
 
DSpaceAtLeastOneMetadataFilter() - Constructor for class org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
 
DSpaceATOMEntry - Class in org.dspace.sword
Class to represent a DSpace Item as an ATOM Entry.
DSpaceATOMEntry(SWORDService) - Constructor for class org.dspace.sword.DSpaceATOMEntry
Create a new ATOM entry object around the given service
DSpaceAuthentication - Class in org.dspace.app.rest.security
Custom Authentication for use with DSpace
DSpaceAuthentication() - Constructor for class org.dspace.app.rest.security.DSpaceAuthentication
Create a temporary, empty DSpaceAuthentication instance which may be used to trigger an implicit authentication.
DSpaceAuthentication(String, String) - Constructor for class org.dspace.app.rest.security.DSpaceAuthentication
Create a temporary DSpaceAuthentication instance which may be used to store information about the user who will be attempting authentication.
DSpaceAuthentication(EPerson, List<GrantedAuthority>) - Constructor for class org.dspace.app.rest.security.DSpaceAuthentication
Create a DSpaceAuthentication instance for an already authenticated EPerson, including their GrantedAuthority objects.
DSpaceAuthorityIndexer - Class in org.dspace.authority.indexer
DSpaceAuthorityIndexer is used in IndexClient, which is called by the AuthorityConsumer and the indexing-script.
DSpaceAuthorityIndexer() - Constructor for class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
DSpaceAuthorizationFilter - Class in org.dspace.xoai.filter
 
DSpaceAuthorizationFilter() - Constructor for class org.dspace.xoai.filter.DSpaceAuthorizationFilter
 
DSpaceBadRequestException - Exception in org.dspace.app.rest.exception
When a request is malformed, we use this exception to indicate this to the client
DSpaceBadRequestException(String) - Constructor for exception org.dspace.app.rest.exception.DSpaceBadRequestException
 
DSpaceBadRequestException(String, Exception) - Constructor for exception org.dspace.app.rest.exception.DSpaceBadRequestException
 
DSpaceBeanFactoryPostProcessor - Class in org.dspace.servicemanager.spring
This will allow us to put the configuration into beans as they are being created.
DSpaceBeanFactoryPostProcessor(ServiceManagerSystem, DSpaceConfigurationService, boolean) - Constructor for class org.dspace.servicemanager.spring.DSpaceBeanFactoryPostProcessor
 
DSpaceCollectionsService - Class in org.dspace.xoai.services.impl
 
DSpaceCollectionsService() - Constructor for class org.dspace.xoai.services.impl.DSpaceCollectionsService
 
DSpaceCommandLineParameter - Class in org.dspace.scripts
This class serves as a representation of a command line parameter by holding a String name and a String value.
DSpaceCommandLineParameter(String) - Constructor for class org.dspace.scripts.DSpaceCommandLineParameter
This constructors accepts a single parameter String that is defined as e.g.
DSpaceCommandLineParameter(String, String) - Constructor for class org.dspace.scripts.DSpaceCommandLineParameter
This constructor will take a String key and String value and store them in their appropriate fields.
DSpaceConfigurationInitializer - Class in org.dspace.app.rest.utils
Utility class that will initialize the DSpace Configuration on Spring Boot startup.
DSpaceConfigurationInitializer() - Constructor for class org.dspace.app.rest.utils.DSpaceConfigurationInitializer
 
DSpaceConfigurationPlaceholderConfigurer - Class in org.dspace.servicemanager.config
Extends Spring PropertySourcesPlaceholderConfigurer to allow our Configuration to be included as a Spring PropertySource.
DSpaceConfigurationPlaceholderConfigurer(Configuration) - Constructor for class org.dspace.servicemanager.config.DSpaceConfigurationPlaceholderConfigurer
 
DSpaceConfigurationService - Class in org.dspace.servicemanager.config
The central DSpace configuration service.
DSpaceConfigurationService - Class in org.dspace.xoai.services.impl.config
 
DSpaceConfigurationService() - Constructor for class org.dspace.servicemanager.config.DSpaceConfigurationService
Initializes a ConfigurationService based on default values.
DSpaceConfigurationService() - Constructor for class org.dspace.xoai.services.impl.config.DSpaceConfigurationService
Initialize the OAI Configuration Service
DSpaceConfigurationService(String) - Constructor for class org.dspace.servicemanager.config.DSpaceConfigurationService
Initializes a ConfigurationService based on the provided home directory for DSpace
dspaceContextListener() - Method in class org.dspace.app.rest.Application
Register the "DSpaceContextListener" so that it is loaded for this Application.
DSpaceContextListener - Class in org.dspace.app.util
Class to initialize / cleanup resources used by DSpace when the web application is started or stopped.
DSpaceContextListener() - Constructor for class org.dspace.app.util.DSpaceContextListener
 
DSpaceContextService - Class in org.dspace.xoai.services.impl.context
 
DSpaceContextService() - Constructor for class org.dspace.xoai.services.impl.context.DSpaceContextService
 
DSpaceControlledVocabulary - Class in org.dspace.content.authority
ChoiceAuthority source that reads the hierarchical vocabularies from ${dspace.dir}/config/controlled-vocabularies/*.xml and turns them into autocompleting authorities.
DSpaceControlledVocabulary() - Constructor for class org.dspace.content.authority.DSpaceControlledVocabulary
 
DSpaceConverter<M,​R> - Interface in org.dspace.app.rest.converter
Conversion between DSpace model object and REST resource.
DSpaceCRUDService<T> - Interface in org.dspace.service
Interface containing the simple CRUD methods so we don't have to add them over and again to every service which requires these methods.
DSpaceCsrfAuthenticationStrategy - Class in org.dspace.app.rest.security
Custom SessionAuthenticationStrategy to be used alongside DSpaceCsrfTokenRepository.
DSpaceCsrfAuthenticationStrategy(CsrfTokenRepository) - Constructor for class org.dspace.app.rest.security.DSpaceCsrfAuthenticationStrategy
Creates a new instance
DSpaceCsrfTokenRepository - Class in org.dspace.app.rest.security
This is a custom Spring Security CsrfTokenRepository which supports *cross-domain* CSRF protection (allowing the client and backend to be on different domains).
DSpaceCsrfTokenRepository() - Constructor for class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
 
DSpaceCSV - Class in org.dspace.app.bulkedit
Utility class to read and write CSV files ************** Important Note ************** This class has been made serializable, as it is stored in a Session.
DSpaceCSV(boolean) - Constructor for class org.dspace.app.bulkedit.DSpaceCSV
Create a new instance of a CSV line holder
DSpaceCSV(InputStream, Context) - Constructor for class org.dspace.app.bulkedit.DSpaceCSV
Create a new instance, reading the lines in from file
DSpaceCSVLine - Class in org.dspace.app.bulkedit
Utility class to store a line from a CSV file
DSpaceCSVLine() - Constructor for class org.dspace.app.bulkedit.DSpaceCSVLine
Create a new CSV line for a new item
DSpaceCSVLine(UUID) - Constructor for class org.dspace.app.bulkedit.DSpaceCSVLine
Create a new CSV line
dspaceDFS(DSpaceObject, RDFizer.Callback, boolean, boolean) - Method in class org.dspace.rdf.RDFizer
 
DSpaceEarliestDateResolver - Class in org.dspace.xoai.services.impl
 
DSpaceEarliestDateResolver() - Constructor for class org.dspace.xoai.services.impl.DSpaceEarliestDateResolver
 
DSpaceEmptyCacheService - Class in org.dspace.xoai.services.impl.cache
 
DSpaceEmptyCacheService() - Constructor for class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
DSpaceEnvironmentConfiguration - Class in org.dspace.servicemanager.config
Bash does not allow environment variables that contain dots in their name.
DSpaceEnvironmentConfiguration() - Constructor for class org.dspace.servicemanager.config.DSpaceEnvironmentConfiguration
Create a Configuration based on the environment variables.
DSpaceEnvironmentConfigurationBuilderProvider - Class in org.dspace.servicemanager.config
Configures DSpaceEnvironmentConfiguration.
DSpaceEnvironmentConfigurationBuilderProvider() - Constructor for class org.dspace.servicemanager.config.DSpaceEnvironmentConfigurationBuilderProvider
Creates a new instance of BaseConfigurationBuilderProvider and initializes all its properties.
DSpaceFeedbackNotFoundException - Exception in org.dspace.app.rest.exception
When a request is malformed, we use this exception to indicate this to the client
DSpaceFeedbackNotFoundException(String) - Constructor for exception org.dspace.app.rest.exception.DSpaceFeedbackNotFoundException
 
DSpaceFeedbackNotFoundException(String, Exception) - Constructor for exception org.dspace.app.rest.exception.DSpaceFeedbackNotFoundException
 
DSpaceFieldResolver - Class in org.dspace.xoai.services.impl
 
DSpaceFieldResolver() - Constructor for class org.dspace.xoai.services.impl.DSpaceFieldResolver
 
DSpaceFilter - Class in org.dspace.xoai.filter
 
DSpaceFilter() - Constructor for class org.dspace.xoai.filter.DSpaceFilter
 
dSpaceFilterResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
DSpaceFilterResolver - Interface in org.dspace.xoai.services.api.xoai
 
DSpaceHandleResolver - Class in org.dspace.xoai.services.impl
 
DSpaceHandleResolver() - Constructor for class org.dspace.xoai.services.impl.DSpaceHandleResolver
 
DSpaceIdentifyResolver - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceIdentifyResolver() - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceIdentifyResolver
 
DSpaceItem - Class in org.dspace.xoai.data
 
DSpaceItem() - Constructor for class org.dspace.xoai.data.DSpaceItem
 
DSpaceItemRepository - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceItemRepository(CollectionsService, HandleResolver) - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
DSpaceItemRepositoryResolver - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceItemRepositoryResolver() - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceItemRepositoryResolver
 
DSpaceItemSolrRepository - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceItemSolrRepository(SolrClient, CollectionsService, HandleResolver, SolrQueryResolver) - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceItemSolrRepository
 
DSpaceKernel - Interface in org.dspace.kernel
This is the most core piece of the system: instantiating one will startup the dspace services framework.
DSpaceKernelImpl - Class in org.dspace.servicemanager
This is the kernel implementation which starts up the core of DSpace, registers the mbean, and initializes the DSpace object.
DSpaceKernelImpl(String) - Constructor for class org.dspace.servicemanager.DSpaceKernelImpl
Creates a DSpace Kernel, does not do any checks though.
DSpaceKernelInit - Class in org.dspace.servicemanager
This class simplifies the handling of lookup, registration, and access of a DSpace Kernel MBean.
DSpaceKernelInitializer - Class in org.dspace.app.rest.utils
Utility class that will initialize the DSpace Kernel on Spring Boot startup.
DSpaceKernelInitializer() - Constructor for class org.dspace.app.rest.utils.DSpaceKernelInitializer
 
DSpaceKernelManager - Class in org.dspace.kernel
Allows the DSpace kernel to be accessed if desired.
DSpaceKernelManager() - Constructor for class org.dspace.kernel.DSpaceKernelManager
 
DSpaceKernelServletContextListener - Class in org.dspace.servicemanager.servlet
Deprecated.
The DSpace Kernel initialisation is now done by org.dspace.app.rest.Application
DSpaceKernelServletContextListener() - Constructor for class org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener
Deprecated.
 
dspaceLanguageTag - Static variable in class org.dspace.rdf.conversion.DMRM
Defines to use the language tag of a DSpace metadata value.
dspaceLinkRelationProvider() - Method in class org.dspace.app.rest.Application
 
DSpaceLinkRelationProvider - Class in org.dspace.app.rest.model.hateoas
A DSpace Link Relation Provider that use the RelNameDSpaceResource annotation to use the right names for the embedded collection when a DSpaceResource is requested
DSpaceLinkRelationProvider() - Constructor for class org.dspace.app.rest.model.hateoas.DSpaceLinkRelationProvider
 
DSpaceMetadataExistsFilter - Class in org.dspace.xoai.filter
This filter allows one to retrieve (from the data source) those items which contains at least one metadata field value defined, it allows one to define multiple metadata fields to check against.
DSpaceMetadataExistsFilter() - Constructor for class org.dspace.xoai.filter.DSpaceMetadataExistsFilter
 
DSpaceMetadataFilterOperator - Enum in org.dspace.xoai.filter.data
 
DSpaceMetadataRDFMapping - Static variable in class org.dspace.rdf.conversion.DMRM
Represents the mapping of a DSpace metadata value to an RDF equivalent.
DSpaceMETSDisseminator - Class in org.dspace.content.packager
Packager plugin to produce a METS (Metadata Encoding and Transmission Standard) package that is accepted as a DSpace METS SIP (Submission Information Package).
DSpaceMETSDisseminator() - Constructor for class org.dspace.content.packager.DSpaceMETSDisseminator
 
DSpaceMETSIngester - Class in org.dspace.content.packager
Packager plugin to ingest a METS (Metadata Encoding and Transmission Standard) package that conforms to the DSpace METS SIP (Submission Information Package) Profile.
DSpaceMETSIngester() - Constructor for class org.dspace.content.packager.DSpaceMETSIngester
 
DSpaceOAIDataProvider - Class in org.dspace.xoai.controller
 
DSpaceOAIDataProvider() - Constructor for class org.dspace.xoai.controller.DSpaceOAIDataProvider
 
dSpaceObject - Static variable in class org.dspace.authorize.ResourcePolicy_
 
dSpaceObject - Static variable in class org.dspace.content.MetadataValue_
 
dSpaceObject - Variable in class org.dspace.content.MetadataValue
 
dSpaceObject - Static variable in class org.dspace.identifier.DOI_
 
DSpaceObject - Class in org.dspace.content
Abstract base class for DSpace objects
DSpaceObject() - Constructor for class org.dspace.content.DSpaceObject
 
DSpaceObject_ - Class in org.dspace.content
 
DSpaceObject_() - Constructor for class org.dspace.content.DSpaceObject_
 
DSpaceObjectAdminPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
RestPermissionEvaluatorPlugin class that evaluate admin permission against a generic DSpace Object
DSpaceObjectAdminPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.DSpaceObjectAdminPermissionEvaluatorPlugin
 
DSpaceObjectConverter<M extends DSpaceObject,​R extends DSpaceObjectRest> - Class in org.dspace.app.rest.converter
This is the base converter from/to objects in the DSpace API data model and the REST data model
DSpaceObjectConverter() - Constructor for class org.dspace.app.rest.converter.DSpaceObjectConverter
 
DSpaceObjectDAO<T extends DSpaceObject> - Interface in org.dspace.content.dao
Database Access Object interface class for the DSpaceObject.
DSpaceObjectIndexFactory<T extends IndexableDSpaceObject,​S extends DSpaceObject> - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving DSpaceObjects in the search core
DSpaceObjectIndexFactoryImpl<T extends IndexableDSpaceObject,​S extends DSpaceObject> - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving DSpaceObjects in the search core
DSpaceObjectIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.DSpaceObjectIndexFactoryImpl
 
DSpaceObjectIRI - Static variable in class org.dspace.rdf.conversion.DMRM
Placeholder for the IRI of the DSpace Object that gets converted.
DSpaceObjectLegacySupport - Interface in org.dspace.content
Database Object interface interface class that adds that getLegacyId method which returns the old integer based identifier that was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectLegacySupportDAO<T extends DSpaceObject> - Interface in org.dspace.content.dao
Database Access Object interface interface class that adds support to retrieve DSpaceObject by the old integer based identifier which was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectLegacySupportService<T extends DSpaceObject> - Interface in org.dspace.content.service
Service interface class that adds support to retrieve DSpaceObject by the old integer based identifier which was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectMetadataAddOperation<R extends DSpaceObject> - Class in org.dspace.app.rest.repository.patch.operation
Class for PATCH ADD operations on Dspace Objects' metadata Usage: (can be done on other dso than Item also): - ADD metadata (with schema.identifier.qualifier) value of a dso (here: Item) to end of list of md curl -X PATCH http://${dspace.server.url}/api/core/items/<:id-item> -H " Content-Type: application/json" -d '[{ "op": "add", "path": " /metadata/schema.identifier.qualifier(/0|-)}", "value": "metadataValue"]'
DSpaceObjectMetadataAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataAddOperation
 
DSpaceObjectMetadataCopyOperation<R extends DSpaceObject> - Class in org.dspace.app.rest.repository.patch.operation
Class for PATCH COPY operations on Dspace Objects' metadata Usage: (can be done on other dso than Item also): - COPY metadata (with schema.identifier.qualifier) value of a dso (here: Item) from given index to end of list of md curl -X PATCH http://${dspace.server.url}/api/core/items/<:id-item> -H " Content-Type: application/json" -d '[{ "op": "copy", "from": "/metadata/schema.identifier.qualifier/indexToCopyFrom" "path": "/metadata/schema.identifier.qualifier/-"}]'
DSpaceObjectMetadataCopyOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataCopyOperation
 
DSpaceObjectMetadataMoveOperation<R extends DSpaceObject> - Class in org.dspace.app.rest.repository.patch.operation
Class for PATCH MOVE operations on Dspace Objects' metadata Usage: (can be done on other dso than Item also): - MOVE metadata (with schema.identifier.qualifier) value of a dso (here: Item) from given index in from to given index in path curl -X PATCH http://${dspace.server.url}/api/core/items/<:id-item> -H " Content-Type: application/json" -d '[{ "op": "move", "from": "/metadata/schema.identifier.qualifier/indexToCopyFrom" "path": "/metadata/schema.identifier.qualifier/indexToCopyTo"}]'
DSpaceObjectMetadataMoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataMoveOperation
 
DSpaceObjectMetadataPatchUtils - Class in org.dspace.app.rest.repository.patch.operation
Util class for shared methods between the Metadata Operations
DSpaceObjectMetadataRemoveOperation<R extends DSpaceObject> - Class in org.dspace.app.rest.repository.patch.operation
Class for PATCH REMOVE operations on Dspace Objects' metadata Usage: (can be done on other dso than Item also): - REMOVE metadata (with schema.identifier.qualifier) value of a dso (here: Item) > Without index: removes all md values of that schema.identifier.qualifier type > With index: removes only that select md value curl -X PATCH http://${dspace.server.url}/api/core/items/<:id-item> -H " Content-Type: application/json" -d '[{ "op": "remove", "path": "/metadata/schema.identifier.qualifier(/indexOfSpecificMdToRemove)"}]'
DSpaceObjectMetadataRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataRemoveOperation
 
DSpaceObjectMetadataReplaceOperation<R extends DSpaceObject> - Class in org.dspace.app.rest.repository.patch.operation
Class for PATCH REPLACE operations on Dspace Objects' metadata Usage: (can be done on other dso than Item also): - REPLACE metadata (with schema.identifier.qualifier) value of a dso (here: Item) from existing value to new given value curl -X PATCH http://${dspace.server.url}/api/core/items/<:id-item> -H " Content-Type: application/json" -d '[{ "op": "replace", "path": " /metadata/schema.identifier.qualifier}", "value": "newMetadataValue"]'
DSpaceObjectMetadataReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataReplaceOperation
 
DSpaceObjectRest - Class in org.dspace.app.rest.model
Base REST representation for all the DSpaceObjects
DSpaceObjectRest() - Constructor for class org.dspace.app.rest.model.DSpaceObjectRest
 
DSpaceObjectRestEqualityUtils - Class in org.dspace.app.rest.utils
This class will contain methods that can define in what way DSpaceObjectRest objects are equal
DSpaceObjectRestEqualityUtils() - Constructor for class org.dspace.app.rest.utils.DSpaceObjectRestEqualityUtils
 
DSpaceObjectRestRepository<M extends DSpaceObject,​R extends DSpaceObjectRest> - Class in org.dspace.app.rest.repository
Base class for DSpaceObject-based Rest Repositories, providing common functionality.
DSpaceObjectService<T extends DSpaceObject> - Interface in org.dspace.content.service
Service interface class for the DSpaceObject.
DSpaceObjectServiceImpl<T extends DSpaceObject> - Class in org.dspace.content
Service implementation class for the DSpaceObject.
DSpaceObjectServiceImpl() - Constructor for class org.dspace.content.DSpaceObjectServiceImpl
 
DSpaceObjectUtils - Class in org.dspace.app.rest.utils
Utility class providing methods to deal with generic DSpace Object of unknown type
DSpaceObjectUtils - Interface in org.dspace.app.util.service
Utility class providing methods to deal with generic DSpace Object of unknown type
DSpaceObjectUtils() - Constructor for class org.dspace.app.rest.utils.DSpaceObjectUtils
 
DSpaceObjectUtilsImpl - Class in org.dspace.app.util
 
DSpaceObjectUtilsImpl() - Constructor for class org.dspace.app.util.DSpaceObjectUtilsImpl
 
DSpacePermissionEvaluator - Class in org.dspace.app.rest.security
DSpace permission evaluator.
DSpacePermissionEvaluator() - Constructor for class org.dspace.app.rest.security.DSpacePermissionEvaluator
 
DSpaceRepositoryConfiguration - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceRepositoryConfiguration(EarliestDateResolver, ConfigurationService, Context) - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
dspaceRequestContextFilter() - Method in class org.dspace.app.rest.Application
Register the DSpaceRequestContextFilter, a Filter which checks for open Context objects *after* a request has been fully processed, and closes them
DSpaceRequestContextFilter - Class in org.dspace.app.rest.filter
A Servlet Filter whose only role is to clean up open Context objects in the request.
DSpaceRequestContextFilter() - Constructor for class org.dspace.app.rest.filter.DSpaceRequestContextFilter
 
DSpaceResource<T extends RestAddressableModel> - Class in org.dspace.app.rest.model.hateoas
A base class for DSpace Rest HAL Resource.
DSpaceResource(T, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.DSpaceResource
 
DSpaceResourceHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to provide a means to add links to the HalResources
DSpaceResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.DSpaceResourceHalLinkFactory
 
DSpaceResourceResolver - Class in org.dspace.xoai.services.impl.resources
 
DSpaceResourceResolver() - Constructor for class org.dspace.xoai.services.impl.resources.DSpaceResourceResolver
 
DSpaceRestPermission - Enum in org.dspace.app.rest.security
Enum that lists all available "permissions" an authenticated user can have on a specific REST endpoint.
DSpaceRestRepository<T extends RestAddressableModel,​ID extends Serializable> - Class in org.dspace.app.rest.repository
Base class for any Rest Repository.
DSpaceRestRepository() - Constructor for class org.dspace.app.rest.repository.DSpaceRestRepository
 
DSpaceResumptionTokenFormatter - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceResumptionTokenFormatter() - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceResumptionTokenFormatter
 
DSpaceRunnable<T extends ScriptConfiguration> - Class in org.dspace.scripts
This is the class that should be extended for each Script.
DSpaceRunnable() - Constructor for class org.dspace.scripts.DSpaceRunnable
 
DSpaceRunnableHandler - Interface in org.dspace.scripts.handler
This is an interface meant to be implemented by any DSpaceRunnableHandler to specify specific execution methods of the script depending on where it was called from
DSpaceRunnableParameterConverter - Class in org.dspace.app.rest.converter
This converter will convert an object of to an object of ParameterValueRest
DSpaceRunnableParameterConverter() - Constructor for class org.dspace.app.rest.converter.DSpaceRunnableParameterConverter
 
DSpaceServiceManager - Class in org.dspace.servicemanager
A service locator based on Spring.
DSpaceServiceManager(DSpaceConfigurationService) - Constructor for class org.dspace.servicemanager.DSpaceServiceManager
Standard constructor.
DSpaceServiceManager(DSpaceConfigurationService, String...) - Constructor for class org.dspace.servicemanager.DSpaceServiceManager
TESTING - This is for testing only.
DSpaceServiceResolver - Class in org.dspace.xoai.services.impl
 
DSpaceServiceResolver() - Constructor for class org.dspace.xoai.services.impl.DSpaceServiceResolver
 
DSpaceServicesFactory - Class in org.dspace.services.factory
Abstract factory to get services for the services package, use DSpaceServicesFactory.getInstance() to retrieve an implementation
DSpaceServicesFactory() - Constructor for class org.dspace.services.factory.DSpaceServicesFactory
 
DSpaceServicesFactoryImpl - Class in org.dspace.services.factory
Factory implementation to get services for the services package, use DSpaceServicesFactory.getInstance() to retrieve an implementation
DSpaceServicesFactoryImpl() - Constructor for class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
DSpaceSet - Class in org.dspace.xoai.data
 
DSpaceSet(Collection) - Constructor for class org.dspace.xoai.data.DSpaceSet
 
DSpaceSet(Community) - Constructor for class org.dspace.xoai.data.DSpaceSet
 
DSpaceSetRepository - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceSetRepository(Context) - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceSetRepository
 
DSpaceSetRepositoryResolver - Class in org.dspace.xoai.services.impl.xoai
 
DSpaceSetRepositoryResolver() - Constructor for class org.dspace.xoai.services.impl.xoai.DSpaceSetRepositoryResolver
 
DSpaceSetSpecFilter - Class in org.dspace.xoai.filter
 
DSpaceSetSpecFilter(CollectionsService, HandleResolver, String) - Constructor for class org.dspace.xoai.filter.DSpaceSetSpecFilter
 
DSpaceSetSpecResolver - Class in org.dspace.xoai.services.impl.set
 
DSpaceSetSpecResolver() - Constructor for class org.dspace.xoai.services.impl.set.DSpaceSetSpecResolver
 
DSpaceSolrException - Exception in org.dspace.xoai.solr.exceptions
 
DSpaceSolrException() - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrException
Creates a new instance of DSpaceSolrException without detail message.
DSpaceSolrException(String) - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrException
Constructs an instance of DSpaceSolrException with the specified detail message.
DSpaceSolrException(String, Throwable) - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrException
 
DSpaceSolrIndexerException - Exception in org.dspace.xoai.solr.exceptions
 
DSpaceSolrIndexerException() - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrIndexerException
Creates a new instance of DSpaceSolrException without detail message.
DSpaceSolrIndexerException(String) - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrIndexerException
Constructs an instance of DSpaceSolrException with the specified detail message.
DSpaceSolrIndexerException(String, Throwable) - Constructor for exception org.dspace.xoai.solr.exceptions.DSpaceSolrIndexerException
 
DSpaceSolrItem - Class in org.dspace.xoai.data
 
DSpaceSolrItem(SolrDocument) - Constructor for class org.dspace.xoai.data.DSpaceSolrItem
 
DSpaceSolrQueryResolver - Class in org.dspace.xoai.services.impl.solr
 
DSpaceSolrQueryResolver() - Constructor for class org.dspace.xoai.services.impl.solr.DSpaceSolrQueryResolver
 
DSpaceSolrSearch - Class in org.dspace.xoai.solr
 
DSpaceSolrServer - Class in org.dspace.xoai.solr
 
DSpaceSolrServerResolver - Class in org.dspace.xoai.services.impl.solr
 
DSpaceSolrServerResolver() - Constructor for class org.dspace.xoai.services.impl.solr.DSpaceSolrServerResolver
 
DSpaceSwordAPI - Class in org.dspace.sword2
 
DSpaceSwordAPI() - Constructor for class org.dspace.sword2.DSpaceSwordAPI
 
DSpaceSWORDErrorCodes - Interface in org.dspace.sword
Some URIs for DSpace specific errors which may be reported through the SWORDErrorException
DSpaceSwordException - Exception in org.dspace.sword2
This Exception class can be thrown by the internals of the DSpace SWORD implementation
DSpaceSwordException() - Constructor for exception org.dspace.sword2.DSpaceSwordException
 
DSpaceSwordException(String) - Constructor for exception org.dspace.sword2.DSpaceSwordException
 
DSpaceSwordException(String, Throwable) - Constructor for exception org.dspace.sword2.DSpaceSwordException
 
DSpaceSwordException(Throwable) - Constructor for exception org.dspace.sword2.DSpaceSwordException
 
DSpaceSWORDException - Exception in org.dspace.sword
This Exception class can be thrown by the internals of the DSpace SWORD implementation
DSpaceSWORDException() - Constructor for exception org.dspace.sword.DSpaceSWORDException
 
DSpaceSWORDException(String) - Constructor for exception org.dspace.sword.DSpaceSWORDException
 
DSpaceSWORDException(String, Throwable) - Constructor for exception org.dspace.sword.DSpaceSWORDException
 
DSpaceSWORDException(Throwable) - Constructor for exception org.dspace.sword.DSpaceSWORDException
 
DSpaceSWORDServer - Class in org.dspace.sword
An implementation of the SWORDServer interface to allow SWORD deposit operations on DSpace.
DSpaceSWORDServer() - Constructor for class org.dspace.sword.DSpaceSWORDServer
 
DSpaceUriRegistry - Class in org.dspace.sword2
 
DSpaceValue - Static variable in class org.dspace.rdf.conversion.DMRM
Shortcut to generate a Literal containing an unchanged metadata value.
DSpaceVersionConfigurationEnricher - Class in org.dspace.app.rest.utils
Class that use the configuration service to add a property named 'dspace.version' with the current DSpace application version.
DSpaceVersionConfigurationEnricher() - Constructor for class org.dspace.app.rest.utils.DSpaceVersionConfigurationEnricher
 
DSpaceWebapp - Class in org.dspace.utils
An MBean to identify this web application.
DSpaceWebapp() - Constructor for class org.dspace.utils.DSpaceWebapp
 
DSpaceWebappListener - Class in org.dspace.app.util
Class that registers the web application upon startup of the application.
DSpaceWebappListener() - Constructor for class org.dspace.app.util.DSpaceWebappListener
 
DSpaceWebappMXBean - Interface in org.dspace.app.util
MBean type for discovering DSpace web applications.
dspaceWebappServletFilter() - Method in class org.dspace.app.rest.Application
Register the DSpaceWebappServletFilter, which initializes the DSpace RequestService / SessionService
DSpaceWebappServletFilter - Class in org.dspace.utils.servlet
This servlet filter will handle the hookup and setup for DSpace requests.
DSpaceWebappServletFilter() - Constructor for class org.dspace.utils.servlet.DSpaceWebappServletFilter
 
DSpaceWithdrawnFilter - Class in org.dspace.xoai.filter
Filter for Withdrawn items.
DSpaceWithdrawnFilter() - Constructor for class org.dspace.xoai.filter.DSpaceWithdrawnFilter
 
DSpaceXOAICacheService - Class in org.dspace.xoai.services.impl.cache
 
DSpaceXOAICacheService(XOAIManager) - Constructor for class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
DSpaceXOAIItemCacheService - Class in org.dspace.xoai.services.impl.cache
 
DSpaceXOAIItemCacheService() - Constructor for class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
DSpaceXOAILastCompilationCacheService - Class in org.dspace.xoai.services.impl.cache
 
DSpaceXOAILastCompilationCacheService() - Constructor for class org.dspace.xoai.services.impl.cache.DSpaceXOAILastCompilationCacheService
 
DSpaceXOAIManagerResolver - Class in org.dspace.xoai.services.impl.context
 
DSpaceXOAIManagerResolver() - Constructor for class org.dspace.xoai.services.impl.context.DSpaceXOAIManagerResolver
 
DSROLES_NS - Static variable in class org.dspace.content.packager.RoleDisseminator
DSpace Roles XML Namespace in JDOM form.
dtomList - Variable in class org.dspace.app.itemupdate.ItemArchive
 
DUBLIN_CORE_XML - Static variable in class org.dspace.app.itemupdate.ItemArchive
 
DummyServer - Class in org.purl.sword.server
A 'dummy server' which acts as dumb repository which implements the SWORD ServerInterface.
DummyServer() - Constructor for class org.purl.sword.server.DummyServer
 
DUPLICATE_ELEMENT - Static variable in class org.purl.sword.base.SwordValidationInfo
 
DUTCH - Static variable in class org.dspace.text.filter.Language
 

E

E_PERSON - Static variable in class org.dspace.eperson.Subscription_
 
E_PERSON - Static variable in class org.dspace.orcid.OrcidToken_
 
E_PERSON - Static variable in class org.dspace.scripts.Process_
 
E_PERSON - Static variable in class org.dspace.versioning.Version_
 
E_PERSON - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
E_PERSON - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
E_PERSON - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
earliestDateResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
EarliestDateResolver - Interface in org.dspace.xoai.services.api
 
EDIT - Static variable in class org.purl.sword.client.PostDialog
label for the edit command.
EDITABLE - org.dspace.app.rest.model.VisibilityEnum
 
EditMetadataFeature - Class in org.dspace.app.rest.authorization.impl
The edit metadata feature.
EditMetadataFeature() - Constructor for class org.dspace.app.rest.authorization.impl.EditMetadataFeature
 
element - Variable in class org.dspace.content.ItemComparator
Dublin Core element
element - Static variable in class org.dspace.content.MetadataField_
 
element - Variable in class org.dspace.content.MetadataFieldName
Element name of this field.
element - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
ELEMENT - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the element
ELEMENT - Static variable in class org.dspace.content.MetadataField_
 
ELEMENT_AUTHOR_NAME - Static variable in class org.purl.sword.atom.Author
Deprecated.
ELEMENT_CATEGORY - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_EMAIL - Static variable in class org.purl.sword.atom.Author
Deprecated.
ELEMENT_FIELD_NAME - Static variable in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
ELEMENT_GENERATOR - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_GENERATOR - Static variable in class org.purl.sword.base.Service
Deprecated.
ELEMENT_ID - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.atom.Author
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.atom.Generator
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.atom.Link
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.atom.Title
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.base.Collection
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.base.Service
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.base.SwordAcceptPackaging
 
ELEMENT_NAME - Static variable in class org.purl.sword.base.SWORDErrorDocument
Deprecated.
ELEMENT_NAME - Static variable in class org.purl.sword.base.Workspace
Deprecated.
ELEMENT_PUBLISHED - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_UPDATED - Static variable in class org.purl.sword.atom.Entry
Deprecated.
ELEMENT_URI - Static variable in class org.purl.sword.atom.Author
Deprecated.
elementName() - Static method in class org.purl.sword.atom.Accept
Get the XmlName for this class.
elementName() - Static method in class org.purl.sword.atom.Author
Get the XmlName for this class.
elementName() - Static method in class org.purl.sword.atom.Category
 
elementName() - Static method in class org.purl.sword.atom.Content
 
elementName() - Static method in class org.purl.sword.atom.Contributor
Get the element name for this Xml Element.
elementName() - Static method in class org.purl.sword.atom.Email
 
elementName() - Static method in class org.purl.sword.atom.Entry
 
elementName() - Static method in class org.purl.sword.atom.Generator
 
elementName() - Static method in class org.purl.sword.atom.Id
 
elementName() - Static method in class org.purl.sword.atom.Link
 
elementName() - Static method in class org.purl.sword.atom.Name
 
elementName() - Static method in class org.purl.sword.atom.Published
 
elementName() - Static method in class org.purl.sword.atom.Rights
 
elementName() - Static method in class org.purl.sword.atom.Source
 
elementName() - Static method in class org.purl.sword.atom.Summary
 
elementName() - Static method in class org.purl.sword.atom.Title
 
elementName() - Static method in class org.purl.sword.atom.Updated
 
elementName() - Static method in class org.purl.sword.atom.Uri
 
elementName() - Static method in class org.purl.sword.base.Collection
 
elementName() - Static method in class org.purl.sword.base.DcAbstract
 
elementName() - Static method in class org.purl.sword.base.Service
 
elementName() - Static method in class org.purl.sword.base.SwordAcceptPackaging
 
elementName() - Static method in class org.purl.sword.base.SwordCollectionPolicy
 
elementName() - Static method in class org.purl.sword.base.SWORDErrorDocument
Get the element name.
elementName() - Static method in class org.purl.sword.base.SwordMaxUploadSize
 
elementName() - Static method in class org.purl.sword.base.SwordMediation
 
elementName() - Static method in class org.purl.sword.base.SwordNoOp
 
elementName() - Static method in class org.purl.sword.base.SwordPackaging
 
elementName() - Static method in class org.purl.sword.base.SwordService
 
elementName() - Static method in class org.purl.sword.base.SwordTreatment
 
elementName() - Static method in class org.purl.sword.base.SwordUserAgent
 
elementName() - Static method in class org.purl.sword.base.SwordVerbose
 
elementName() - Static method in class org.purl.sword.base.SwordVerboseDescription
 
elementName() - Static method in class org.purl.sword.base.SwordVersion
 
elementName() - Static method in class org.purl.sword.base.Workspace
 
elements() - Method in class org.purl.sword.base.SwordContentPackageTypes
 
email - Static variable in class org.dspace.eperson.EPerson_
 
email - Static variable in class org.dspace.eperson.RegistrationData_
 
Email - Class in org.dspace.core
Class representing an e-mail message, also used to send e-mails.
Email - Class in org.purl.sword.atom
 
Email() - Constructor for class org.dspace.core.Email
Create a new email message.
Email() - Constructor for class org.purl.sword.atom.Email
 
Email(String) - Constructor for class org.purl.sword.atom.Email
 
EMAIL - Static variable in class org.dspace.content.packager.RoleDisseminator
 
EMAIL - Static variable in class org.dspace.eperson.EPerson_
 
EMAIL - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
EMAIL - Static variable in class org.dspace.eperson.RegistrationData_
 
EMAIL_PATH - Static variable in class org.dspace.health.Report
 
Email.InputStreamDataSource - Class in org.dspace.core
 
Email.UnmodifiableConfigurationService - Class in org.dspace.core
Wrap ConfigurationService to prevent templates from modifying the configuration.
emailErrorMessage(EPerson, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
emailErrorMessage(EPerson, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
emailErrorMessage(EPerson, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
emailErrorMessage(EPerson, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
If a batch import is done in a new thread we are unable to communicate with calling method about success or failure.
emailException(Exception) - Method in class org.dspace.discovery.SolrServiceImpl
 
emailMetadata - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
EmailService - Interface in org.dspace.services
 
EmailServiceImpl - Class in org.dspace.services.email
Provides mail sending services through JavaMail.
EmailServiceImpl() - Constructor for class org.dspace.services.email.EmailServiceImpl
 
emailSuccessMessage(Context, EPerson, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
emailSuccessMessage(Context, EPerson, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
emailSuccessMessage(Context, EPerson, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
emailSuccessMessage(Context, EPerson, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
If a batch import is done in a new thread we are unable to communicate with calling method about success or failure.
EMBARGO - Static variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
EmbargoCheck - Class in org.dspace.health
 
EmbargoCheck() - Constructor for class org.dspace.health.EmbargoCheck
 
EmbargoCLITool - Class in org.dspace.embargo
CLI class for the embargo service
EmbargoLifter - Interface in org.dspace.embargo
Plugin interface for the embargo lifting function.
embargoService - Variable in class org.dspace.content.InstallItemServiceImpl
 
EmbargoService - Interface in org.dspace.embargo.service
Public interface to the embargo subsystem.
EmbargoServiceFactory - Class in org.dspace.embargo.factory
Abstract factory to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation
EmbargoServiceFactory() - Constructor for class org.dspace.embargo.factory.EmbargoServiceFactory
 
EmbargoServiceFactoryImpl - Class in org.dspace.embargo.factory
Factory implementation to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation
EmbargoServiceFactoryImpl() - Constructor for class org.dspace.embargo.factory.EmbargoServiceFactoryImpl
 
EmbargoServiceImpl - Class in org.dspace.embargo
Public interface to the embargo subsystem.
EmbargoServiceImpl() - Constructor for class org.dspace.embargo.EmbargoServiceImpl
 
EmbargoSetter - Interface in org.dspace.embargo
Plugin interface for the embargo setting function.
embedded - Variable in class org.dspace.app.rest.model.hateoas.HALResource
 
EmbeddedPage - Class in org.dspace.app.rest.model.hateoas
Class to embed a page in a HAL Resource
EmbeddedPage(String, Page, List, boolean, String) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPage
 
EmbeddedPage(String, Page, List, String) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPage
 
EmbeddedPageHeader - Class in org.dspace.app.rest.model.hateoas
This class inserts pagination information into the endpoints.
EmbeddedPageHeader(String, Page, boolean) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
EmbeddedPageHeader(UriComponentsBuilder, Page) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
EmbeddedPageHeader(UriComponentsBuilder, Page, boolean) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
EmbeddedPageHeader.Href - Class in org.dspace.app.rest.model.hateoas
Represents a single HREF property for an single link (e.g.
embedMethodLevelRels(HALResource<? extends RestAddressableModel>) - Method in class org.dspace.app.rest.utils.Utils
Adds embeds (if the maximum embed level has not been exceeded yet) for all properties annotated with @LinkRel or whose return types are RestAddressableModel subclasses.
embedOrLinkClassLevelRels(HALResource<RestAddressableModel>, Link...) - Method in class org.dspace.app.rest.utils.Utils
Adds embeds or links for all class-level LinkRel annotations for which embeds or links are allowed.
EmbedRelsProjection - Class in org.dspace.app.rest.projection
Projection that allows a given set of rels to be embedded.
EmbedRelsProjection(Set<String>, Set<String>) - Constructor for class org.dspace.app.rest.projection.EmbedRelsProjection
The EmbedRelsProjection will take a set of embed relations and embed sizes as a parameter that will be added to the projection.
embedResource(String, Object) - Method in class org.dspace.app.rest.model.hateoas.HALResource
 
emptyIfNull(Collection<E>) - Static method in class org.dspace.core.Utils
 
EmptyWorkflowGroupException - Exception in org.dspace.eperson
This exception class is used to distinguish the following condition: EPerson cannot be deleted because that would lead to one (or more) workflow groups being empty.
EmptyWorkflowGroupException(UUID, UUID) - Constructor for exception org.dspace.eperson.EmptyWorkflowGroupException
 
enableBatchMode(boolean) - Method in class org.dspace.core.Context
Deprecated.
encode(String) - Static method in class org.dspace.app.rest.utils.URLUtils
Encode a given URL
encode(String) - Static method in class org.dspace.xoai.util.URLUtils
 
encodeBitstreamName(String) - Static method in class org.dspace.app.util.Util
Version of encodeBitstreamName with one parameter, uses default encoding
encodeBitstreamName(String, String) - Static method in class org.dspace.app.util.Util
Encode a bitstream name for inclusion in a URL in an HTML document.
end(Context) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
end(Context) - Method in class org.dspace.checker.CheckerConsumer
Signal that there are no more events queued in this event stream.
end(Context) - Method in class org.dspace.discovery.IndexEventConsumer
Process sets of objects to add, update, and delete in index.
end(Context) - Method in class org.dspace.eperson.EPersonConsumer
Handle the end of the event
end(Context) - Method in interface org.dspace.event.Consumer
Signal that there are no more events queued in this event stream and event processing for the preceding consume calls should be finished up.
end(Context) - Method in class org.dspace.event.TestConsumer
 
end(Context) - Method in class org.dspace.identifier.doi.DOIConsumer
 
end(Context) - Method in class org.dspace.iiif.consumer.IIIFCacheEventConsumer
 
end(Context) - Method in class org.dspace.orcid.consumer.OrcidQueueConsumer
 
end(Context) - Method in class org.dspace.rdf.RDFConsumer
 
end(Context) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
end(Context) - Method in class org.dspace.versioning.VersioningConsumer
 
END - Variable in class org.dspace.ctask.general.ClamScan
 
END_DATE - Static variable in class org.dspace.authorize.ResourcePolicy_
 
endDate - Static variable in class org.dspace.authorize.ResourcePolicy_
 
EndnoteImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.endnote.service
Implements a metadata importer for Endnote files
EndnoteImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.endnote.service.EndnoteImportMetadataSourceServiceImpl
 
endRequest(Exception) - Method in interface org.dspace.services.RequestService
Ends the current running request, this can indicate success or failure of the request, this will trigger the interceptors and normally would be caused by a servlet request ending, note that a request cannot be ended twice, once it is ended this will just return null
endRequest(Exception) - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
ENDS_WITH - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
ENGLISH - Static variable in class org.dspace.text.filter.Language
 
EnhancedSimpleMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This class implements functionalities to handle common situation regarding plain metadata.
EnhancedSimpleMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
 
enqueue(String, Set<TaskQueueEntry>) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, Set<TaskQueueEntry>) - Method in interface org.dspace.curate.TaskQueue
Queues a set of task entries to a named queue.
enqueue(String, TaskQueueEntry) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, TaskQueueEntry) - Method in interface org.dspace.curate.TaskQueue
Queues a single entry to a named queue.
ensureQueue(String) - Method in class org.dspace.curate.FileTaskQueue
 
entity - Static variable in class org.dspace.orcid.OrcidHistory_
 
entity - Static variable in class org.dspace.orcid.OrcidQueue_
 
Entity - Class in org.dspace.content
This class represents an Entity object.
Entity(Item, List<Relationship>) - Constructor for class org.dspace.content.Entity
constructor for the Entity object
ENTITY - Static variable in class org.dspace.orcid.OrcidHistory_
 
ENTITY - Static variable in class org.dspace.orcid.OrcidQueue_
 
ENTITY_TYPE_DEFAULT - Static variable in class org.dspace.statistics.export.processor.ExportEventProcessor
 
ENTITY_TYPE_NONE - Static variable in class org.dspace.core.Constants
 
ENTITY_TYPES - Static variable in class org.dspace.app.rest.model.ExternalSourceRest
 
entityRelationMap - Variable in class org.dspace.app.bulkedit.MetadataImport
Map of UUIDs to their relations that are referenced within any import with their referrers.
entityService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
EntityService - Interface in org.dspace.content.service
This Service provides us with a few methods to return objects based on the Entity object.
EntityServiceImpl - Class in org.dspace.content
 
EntityServiceImpl() - Constructor for class org.dspace.content.EntityServiceImpl
 
EntityType - Class in org.dspace.content
Class representing an EntityType This class contains an Integer ID that will be the unique value for this class and also the primary key This also has a label that will be used to identify what kind of EntityType this object is
EntityType() - Constructor for class org.dspace.content.EntityType
 
EntityType_ - Class in org.dspace.content
 
EntityType_() - Constructor for class org.dspace.content.EntityType_
 
EntityTypeConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an EntityType to the REST representation of an EntityType and vice versa
EntityTypeConverter() - Constructor for class org.dspace.app.rest.converter.EntityTypeConverter
 
entityTypeDAO - Variable in class org.dspace.content.EntityTypeServiceImpl
 
EntityTypeDAO - Interface in org.dspace.content.dao
Database Access Object Interface class for the EntityType object The implementation of this class is responsible for all database calls for the EntityType object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the API
EntityTypeDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the EntityType object.
EntityTypeDAOImpl() - Constructor for class org.dspace.content.dao.impl.EntityTypeDAOImpl
 
EntityTypeLabelRestController - Class in org.dspace.app.rest
This controller will handle all the incoming calls on the /api/core/entitytypes/label/<:entity-type-label> endpoint where the entity-type-label parameter can be filled in to match a specific entityType by label There's always at most one entity type per label.
EntityTypeLabelRestController() - Constructor for class org.dspace.app.rest.EntityTypeLabelRestController
 
entityTypeMap - Variable in class org.dspace.app.bulkedit.MetadataImport
Map of UUIDs to their entity types.
EntityTypeRelationshipLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "relationships" subresource of an individual EntityType
EntityTypeRelationshipLinkRepository() - Constructor for class org.dspace.app.rest.repository.EntityTypeRelationshipLinkRepository
 
EntityTypeResource - Class in org.dspace.app.rest.model.hateoas
EntityType HAL Resource.
EntityTypeResource(EntityTypeRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.EntityTypeResource
 
EntityTypeRest - Class in org.dspace.app.rest.model
This class is the REST representation of the EntityType model object and acts as a data object for the EntityTypeResource class.
EntityTypeRest() - Constructor for class org.dspace.app.rest.model.EntityTypeRest
 
EntityTypeRestRepository - Class in org.dspace.app.rest.repository
This is the repository that is responsible to manage EntityType Rest objects
EntityTypeRestRepository() - Constructor for class org.dspace.app.rest.repository.EntityTypeRestRepository
 
entityTypeService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
entityTypeService - Variable in class org.dspace.app.rest.EntityTypeLabelRestController
 
entityTypeService - Variable in class org.dspace.content.EntityServiceImpl
 
EntityTypeService - Interface in org.dspace.content.service
This Service is used to access the data for EntityTypes through the DAO objects
EntityTypeServiceImpl - Class in org.dspace.content
 
EntityTypeServiceImpl() - Constructor for class org.dspace.content.EntityTypeServiceImpl
 
EntityTypeServiceInitializer - Class in org.dspace.storage.rdbms
Callback method to ensure that the default EntityTypes are created in the database AFTER the database migration completes.
EntityTypeServiceInitializer() - Constructor for class org.dspace.storage.rdbms.EntityTypeServiceInitializer
 
EntityTypeToFilterQueryService - Class in org.dspace.content.virtual
This service offers a way to convert EntityType String labels to a filter query which is defined in the bean config for this service
EntityTypeToFilterQueryService() - Constructor for class org.dspace.content.virtual.EntityTypeToFilterQueryService
 
ENTRIES - Static variable in class org.dspace.app.rest.model.BrowseIndexRest
 
ENTRIES - Static variable in class org.dspace.app.rest.model.VocabularyRest
 
entry - Variable in class org.dspace.sword.DSpaceATOMEntry
the SWORD ATOM entry which this class effectively decorates
Entry - Class in org.purl.sword.atom
Represents an ATOM entry.
Entry() - Constructor for class org.purl.sword.atom.Entry
Create a new instance of the class and initialise it.
Entry(String, String) - Constructor for class org.purl.sword.atom.Entry
Create a new instance of the class an initalise it, setting the element namespace and name.
Entry(String, String, String) - Constructor for class org.purl.sword.atom.Entry
 
Entry(XmlName) - Constructor for class org.purl.sword.atom.Entry
 
ENTRY - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the whole entry
enumerateConsumers() - Method in class org.dspace.event.EventServiceImpl
 
EnumUtils - Class in org.dspace.authority.util
 
environmentPathVariable - Static variable in class org.dspace.servicemanager.spring.ResourceFinder
 
epeople - Static variable in class org.dspace.eperson.Group_
 
EPEOPLE - Static variable in class org.dspace.eperson.Group_
 
eperson - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
eperson - Static variable in class org.dspace.authorize.ResourcePolicy_
 
ePerson - Static variable in class org.dspace.eperson.Subscription_
 
ePerson - Static variable in class org.dspace.orcid.OrcidToken_
 
ePerson - Variable in class org.dspace.orcid.OrcidToken
 
ePerson - Static variable in class org.dspace.scripts.Process_
 
ePerson - Static variable in class org.dspace.versioning.Version_
 
ePerson - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
ePerson - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
ePerson - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
EPerson - Class in org.dspace.eperson
Class representing an e-person.
EPerson() - Constructor for class org.dspace.eperson.EPerson
Protected constructor, create object using: EPersonService.create(Context)
EPERSON - org.dspace.content.MetadataSchemaEnum
 
EPERSON - Static variable in class org.dspace.app.rest.model.AuthorizationRest
 
EPERSON - Static variable in class org.dspace.app.rest.model.ResearcherProfileRest
 
EPERSON - Static variable in interface org.dspace.app.rest.model.RestModel
 
EPERSON - Static variable in class org.dspace.authorize.ResourcePolicy_
 
EPERSON - Static variable in class org.dspace.content.packager.RoleDisseminator
 
EPERSON - Static variable in class org.dspace.core.Constants
Type of individual eperson objects
EPERSON - Static variable in class org.dspace.event.Event
 
EPerson_ - Class in org.dspace.eperson
 
EPerson_() - Constructor for class org.dspace.eperson.EPerson_
 
EPERSON_GROUP - Static variable in class org.dspace.authorize.ResourcePolicy_
 
EPERSON_ID - Static variable in class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
EPersonAuthority - Class in org.dspace.content.authority
Implementation of ChoiceAuthority based on EPerson.
EPersonAuthority() - Constructor for class org.dspace.content.authority.EPersonAuthority
 
EPersonCertificateReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for EPerson requires certificate patches.
EPersonCertificateReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.EPersonCertificateReplaceOperation
 
EPersonClaimProvider - Class in org.dspace.app.rest.security.jwt
Provides a claim for a JSON Web Token, this claim is responsible for adding the EPerson ID to it
EPersonClaimProvider() - Constructor for class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
EPersonCLITool - Class in org.dspace.eperson
 
EPersonConsumer - Class in org.dspace.eperson
Class for handling updates to EPersons Recommended filter: EPerson+Create
EPersonConsumer() - Constructor for class org.dspace.eperson.EPersonConsumer
 
EPersonConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the EPerson in the DSpace API data model and the REST data model
EPersonConverter() - Constructor for class org.dspace.app.rest.converter.EPersonConverter
 
ePersonDAO - Variable in class org.dspace.eperson.EPersonServiceImpl
 
EPersonDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the EPerson object.
EPersonDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the EPerson object.
EPersonDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
EPersonDeletionException - Exception in org.dspace.eperson
Exception indicating that an EPerson may not be deleted due to the presence of the EPerson's ID in certain tables
EPersonDeletionException() - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an empty EPersonDeletionException
EPersonDeletionException(List<String>) - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an EPersonDeletionException
EPersonEmailReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for EPerson password patches.
EPersonEmailReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.EPersonEmailReplaceOperation
 
epersonGroup - Static variable in class org.dspace.authorize.ResourcePolicy_
 
EPersonGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for the direct "groups" subresource of an individual eperson.
EPersonGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.EPersonGroupLinkRepository
 
EPersonLoginReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for EPerson canLogin patches.
EPersonLoginReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.EPersonLoginReplaceOperation
 
EPersonNameNotProvidedException - Exception in org.dspace.app.rest.exception
Extend UnprocessableEntityException to provide a specific error message in the REST response.
EPersonNameNotProvidedException() - Constructor for exception org.dspace.app.rest.exception.EPersonNameNotProvidedException
 
EPersonNameNotProvidedException(Throwable) - Constructor for exception org.dspace.app.rest.exception.EPersonNameNotProvidedException
 
EPersonNetidReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for EPerson netid patches.
EPersonNetidReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.EPersonNetidReplaceOperation
 
EPersonPasswordAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for EPerson password patches.
EPersonPasswordAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation
 
EPersonRegistrationFeature - Class in org.dspace.app.rest.authorization.impl
The EPerson Registration feature.
EPersonRegistrationFeature() - Constructor for class org.dspace.app.rest.authorization.impl.EPersonRegistrationFeature
 
EPersonResource - Class in org.dspace.app.rest.model.hateoas
EPerson Rest HAL Resource.
EPersonResource(EPersonRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.EPersonResource
 
EPersonRest - Class in org.dspace.app.rest.model
The EPerson REST Resource
EPersonRest() - Constructor for class org.dspace.app.rest.model.EPersonRest
 
EPersonRestAuthenticationProvider - Class in org.dspace.app.rest.security
This class is responsible for authenticating a user via REST
EPersonRestAuthenticationProvider() - Constructor for class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
 
EPersonRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to view, update or delete his or her own data.
EPersonRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.EPersonRestPermissionEvaluatorPlugin
 
EPersonRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage EPerson Rest object
EPersonRestRepository(EPersonService) - Constructor for class org.dspace.app.rest.repository.EPersonRestRepository
 
EPERSONS - Static variable in class org.dspace.app.rest.model.GroupRest
 
EPERSONS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
epersonService - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
epersonService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
ePersonService - Variable in class org.dspace.administer.CreateAdministrator
 
ePersonService - Static variable in class org.dspace.administer.StructBuilder
 
ePersonService - Variable in class org.dspace.app.harvest.Harvest
 
ePersonService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
ePersonService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
ePersonService - Variable in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
ePersonService - Variable in class org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation
 
ePersonService - Variable in class org.dspace.authenticate.AuthenticationServiceImpl
 
ePersonService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
ePersonService - Variable in class org.dspace.authenticate.ShibAuthentication
 
ePersonService - Variable in class org.dspace.authenticate.X509Authentication
 
ePersonService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
ePersonService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
ePersonService - Variable in class org.dspace.content.packager.RoleDisseminator
 
ePersonService - Variable in class org.dspace.content.packager.RoleIngester
 
ePersonService - Variable in class org.dspace.curate.Curation
 
ePersonService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
ePersonService - Variable in class org.dspace.eperson.AccountServiceImpl
 
ePersonService - Variable in class org.dspace.eperson.EPerson
 
ePersonService - Variable in class org.dspace.eperson.EPersonConsumer
 
ePersonService - Variable in class org.dspace.eperson.GroupServiceImpl
 
ePersonService - Variable in class org.dspace.sword.SWORDAuthenticator
 
ePersonService - Variable in class org.dspace.sword2.SwordAuthenticator
 
EPersonService - Interface in org.dspace.eperson.service
Service interface class for the EPerson object.
EPersonServiceFactory - Class in org.dspace.eperson.factory
Abstract factory to get services for the eperson package, use EPersonServiceFactory.getInstance() to retrieve an implementation
EPersonServiceFactory() - Constructor for class org.dspace.eperson.factory.EPersonServiceFactory
 
EPersonServiceFactoryImpl - Class in org.dspace.eperson.factory
Factory implementation to get services for the eperson package, use EPersonServiceFactory.getInstance() to retrieve an implementation
EPersonServiceFactoryImpl() - Constructor for class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
EPersonServiceImpl - Class in org.dspace.eperson
Service implementation for the EPerson object.
EPersonServiceImpl() - Constructor for class org.dspace.eperson.EPersonServiceImpl
 
EPODOC - Static variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
EpoDocumentId(Element, List<Namespace>) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
EpoFieldMapping - Class in org.dspace.importer.external.epo.service
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Epo metadatum fields on the DSpace metadatum fields
EpoFieldMapping() - Constructor for class org.dspace.importer.external.epo.service.EpoFieldMapping
 
EpoIdMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Custom MetadataContributor to manage Epo ID.
EpoIdMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Empty constructor for EpoIdMetadataContributor
EpoIdMetadataContributor(String, Map<String, String>, MetadataFieldConfig) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Initialize EpoIdMetadataContributor with a query, prefixToNamespaceMapping and MetadataFieldConfig
EpoIdMetadataContributor.EpoDocumentId - Class in org.dspace.importer.external.metadatamapping.contributor
This class maps EPO's response metadata needs to extract epo ID.
EpoImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.epo.service
Implements a data source for querying EPO
EpoImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
EQUAL - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
equals(Object) - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
equals(Object) - Method in class org.dspace.app.rest.model.MetadataRest
 
equals(Object) - Method in class org.dspace.app.rest.model.RootRest
 
equals(Object) - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
equals(Object) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
equals(Object) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter.Operator
 
equals(Object) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
equals(Object) - Method in class org.dspace.app.rest.model.SearchSupportRest
 
equals(Object) - Method in class org.dspace.app.rest.model.SiteRest
 
equals(Object) - Method in class org.dspace.app.rest.model.SubmissionVisibilityRest
 
equals(Object) - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
equals(Object) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
equals(Object) - Method in class org.dspace.authorize.ResourcePolicy
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.checker.MostRecentChecksum
 
equals(Object) - Method in class org.dspace.content.Bitstream
Return true if other is the same Bitstream as this object, false otherwise
equals(Object) - Method in class org.dspace.content.BitstreamFormat
Return true if other is the same Collection as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Bundle
 
equals(Object) - Method in class org.dspace.content.Collection
Return true if other is the same Collection as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Community
Return true if other is the same Community as this object, false otherwise
equals(Object) - Method in class org.dspace.content.EntityType
Determines whether two entity types are equal based on the id and the label
equals(Object) - Method in class org.dspace.content.Item
Return true if other is the same Item as this object, false otherwise.
equals(Object) - Method in class org.dspace.content.ItemComparator
Return true if the object is equal to this one, false otherwise.
equals(Object) - Method in class org.dspace.content.MetadataField
Return true if other is the same MetadataField as this object, false otherwise
equals(Object) - Method in class org.dspace.content.MetadataSchema
 
equals(Object) - Method in class org.dspace.content.MetadataValue
Return true if other is the same MetadataValue as this object, false otherwise
equals(Object) - Method in class org.dspace.content.RelationshipMetadataValue
 
equals(Object) - Method in class org.dspace.content.WorkspaceItem
Decide if this WorkspaceItem is equal to another
equals(Object) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
equals(Object) - Method in class org.dspace.discovery.indexobject.AbstractIndexableObject
 
equals(Object) - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
equals(Object) - Method in class org.dspace.eperson.EPerson
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.eperson.Group
Return true if other is the same Group as this object, false otherwise
equals(Object) - Method in class org.dspace.eperson.Group2GroupCache
 
equals(Object) - Method in class org.dspace.event.Event
Compare two events.
equals(Object) - Method in class org.dspace.handle.Handle
 
equals(Object) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.dspace.orcid.OrcidQueue
 
equals(Object) - Method in class org.dspace.scripts.DSpaceCommandLineParameter
Will return a boolean indicating whether the given parameter is equal to this object.
equals(Object) - Method in class org.dspace.scripts.Process
Return true if other is the same Process as this object, false otherwise
equals(Object) - Method in class org.dspace.statistics.export.OpenURLTracker
Determines whether two objects of this class are equal by comparing the ID
equals(Object) - Method in class org.dspace.utils.servicemanager.ProviderHolder
 
equals(Object) - Method in class org.dspace.versioning.Version
 
equals(Object) - Method in class org.dspace.versioning.VersionHistory
 
equals(Object) - Method in class org.purl.sword.base.XmlName
 
EQUALS - org.dspace.app.rest.model.query.RestSearchOperator
The equals operator is default and will be used if none of the above are matched
equalsWithNull(String, String) - Method in class org.dspace.content.ItemComparator
 
error - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
error(Throwable) - Method in class org.dspace.health.Check
 
error(Throwable, String) - Method in class org.dspace.health.Check
 
ERROR - org.dspace.scripts.ProcessLogLevel
 
ERROR - org.dspace.workflow.ConditionType
 
ERROR - org.purl.sword.base.SwordValidationInfoType
 
ERROR_BAD_REQUEST - Static variable in interface org.purl.sword.base.ErrorCodes
ErrorBadRequest - where parameters are not understood
ERROR_CHECKSUM_MISMATCH - Static variable in interface org.purl.sword.base.ErrorCodes
ErrorChecksumMismatch - where the checksum of the file received does not match the checksum given in the header
ERROR_CONTENT - Static variable in interface org.purl.sword.base.ErrorCodes
ErrorContent - where the supplied format is not the same as that identified in the X-Format-Namespace and/or that supported by the server
ERROR_WITH_CONTENT - Static variable in class org.purl.sword.base.SwordValidationInfo
 
ErrorCodes - Interface in org.purl.sword.base
Definition of the error codes that will be used in SWORD error documents.
ErrorRest - Class in org.dspace.app.rest.model
Model class to transport error messages and its relative paths
ErrorRest() - Constructor for class org.dspace.app.rest.model.ErrorRest
 
escapedAuthoritySeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The authority separator in an escaped form for using in regexes
escapedFieldSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator in an escaped form for using in regexes
escapedValueSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator in an escaped form for using in regexes
escapeLogField(String) - Static method in class org.dspace.core.LogHelper
If any string within the log line contains a field separator (:) they need to be escaped so as the line may be parsed and analysed later.
escapeQueryChars(String) - Method in interface org.dspace.discovery.SearchService
Utility method to escape any special characters in a user's query
escapeQueryChars(String) - Method in class org.dspace.discovery.SolrServiceImpl
 
ESPERANTO - Static variable in class org.dspace.text.filter.Language
 
evaluate(Class<T>) - Method in class org.dspace.app.rest.model.patch.JsonValueEvaluator
 
evaluate(Class<T>) - Method in interface org.dspace.app.rest.model.patch.LateObjectEvaluator
 
evaluate(String, HttpServletRequest, HttpServletResponse, String) - Method in class org.dspace.app.rest.security.WebSecurityExpressionEvaluator
This method will have to be used to evaluate the String given.
evaluateArrayObject(LateObjectEvaluator) - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
evaluatePatchToInprogressSubmission(Context, HttpServletRequest, InProgressSubmission, AInprogressSubmissionRest, String, Operation) - Method in class org.dspace.app.rest.submit.SubmissionService
Utility method used by the WorkspaceItemRestRepository and WorkflowItemRestRepository to deal with the patch of an inprogress submission
evaluateSingleObject(LateObjectEvaluator) - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
Event - Class in org.dspace.event
An Event object represents a single action that changed one object in the DSpace data model.
Event - Class in org.dspace.services.model
This holds all the settings related to an event in the system.
Event(int, int, UUID, int, UUID, String) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, int, UUID, String, ArrayList<String>) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, String) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, String, ArrayList<String>) - Constructor for class org.dspace.event.Event
Constructor.
Event(String) - Constructor for class org.dspace.services.model.Event
Create a new event with the given name.
Event(String, String, boolean) - Constructor for class org.dspace.services.model.Event
Create a new event with the given name for the given resource (item, collection, etc.).
Event(String, String, boolean, boolean) - Constructor for class org.dspace.services.model.Event
Create a new event with the given name for the given resource (item, collection, etc.).
Event(String, String, String, boolean) - Constructor for class org.dspace.services.model.Event
Create a new event with the given name for the given user on the given resource (item, collection, etc.).
Event(String, String, String, Map<String, String>, Event.Scope[], boolean) - Constructor for class org.dspace.services.model.Event
Create a new event with the given name for the given user on the given resource (item, collection, etc.).
EVENT_MASK - Static variable in class org.dspace.event.Event
 
Event.Scope - Enum in org.dspace.services.model
The event scopes to send events to.
EventListener - Interface in org.dspace.services.model
These will be triggered when specific events occur in the system.
EventListenerExample - Class in org.dspace.servicemanager.example
A sample EventListener which writes a string form of each received Event to the DSpace log.
EventListenerExample() - Constructor for class org.dspace.servicemanager.example.EventListenerExample
 
EventRequestInterceptor() - Constructor for class org.dspace.services.events.SystemEventService.EventRequestInterceptor
 
eventService - Variable in class org.dspace.core.Context
 
EventService - Interface in org.dspace.event.service
Class for managing the content event environment.
EventService - Interface in org.dspace.services
Allows the creation of system events and registration of event listeners for notification of system events.
EventServiceFactory - Class in org.dspace.event.factory
Abstract factory to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation
EventServiceFactory() - Constructor for class org.dspace.event.factory.EventServiceFactory
 
EventServiceFactoryImpl - Class in org.dspace.event.factory
Factory implementation to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation
EventServiceFactoryImpl() - Constructor for class org.dspace.event.factory.EventServiceFactoryImpl
 
EventServiceImpl - Class in org.dspace.event
Class for managing the content event environment.
EventServiceImpl() - Constructor for class org.dspace.event.EventServiceImpl
 
EventServiceImpl.DispatcherPoolFactory - Class in org.dspace.event
 
eventTypeText - Static variable in class org.dspace.event.Event
 
evictAllCacheValues() - Method in class org.dspace.app.sherpa.cache.SherpaCacheEvictService
Invalidate immediately the Sherpa cache
evictAllCacheValues() - Method in class org.dspace.iiif.consumer.ManifestsCacheEvictService
 
evictCacheValues(Context, Item) - Method in class org.dspace.app.sherpa.cache.SherpaCacheEvictService
Remove immediately from the cache all the response that are related to a specific item extracting the ISSNs from the item
evictSingleCacheValue(String) - Method in class org.dspace.iiif.consumer.CanvasCacheEvictService
 
evictSingleCacheValue(String) - Method in class org.dspace.iiif.consumer.ManifestsCacheEvictService
 
Example - Interface in org.dspace.example
This interface serves as an example of how & where to add local customizations to the DSpace REST API.
EXAMPLE_PREFIX - Static variable in class org.dspace.identifier.HandleIdentifierProvider
Prefix registered to no one
ExampleImpl - Class in org.dspace.example.impl
This class serves as an example of how & where to add local customizations to the DSpace REST API.
ExampleImpl() - Constructor for class org.dspace.example.impl.ExampleImpl
 
exceptionHandlersMap - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
excludeBundles - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
execute() - Method in class org.dspace.utils.servicemanager.RequestExecutor
Execute the Runnable which is contained in this object, the same as calling RequestExecutor.run().
execute(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddBitstreamsAction
Adds bitstreams from the archive as listed in the contents file.
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddMetadataAction
Adds metadata specified in the source archive
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsAction
Delete bitstream from item
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Delete bitstream
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteMetadataAction
Delete metadata from item
execute(Context, ItemArchive, boolean, boolean) - Method in interface org.dspace.app.itemupdate.UpdateAction
Action to update item
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.Action
Called when the action is to be performed.
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
executeCallback() - Method in interface org.dspace.services.KernelStartupCallbackService
 
executeCriteriaQuery(Context, CriteriaQuery<T>, boolean, int, int) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return a list of objects to be returned that match the given criteriaQuery and parameters.
executeHttpGetRequest(int, String, Map<String, Map<String, String>>) - Method in interface org.dspace.importer.external.liveimportclient.service.LiveImportClient
Http GET request
executeHttpGetRequest(int, String, Map<String, Map<String, String>>) - Method in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
executeHttpPostRequest(String, Map<String, Map<String, String>>, String) - Method in interface org.dspace.importer.external.liveimportclient.service.LiveImportClient
Http POST request
executeHttpPostRequest(String, Map<String, Map<String, String>>, String) - Method in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
executeQueryMethod(DSpaceRestRepository, MultiValueMap<String, Object>, Method, Pageable, Sort, PagedResourcesAssembler) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
executeSearchMethods(String, String, String, HttpServletResponse, Pageable, Sort, PagedResourcesAssembler, MultiValueMap<String, Object>) - Method in class org.dspace.app.rest.RestResourceController
 
executeSql(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Execute a block of SQL against the current database connection.
exists(String) - Method in interface org.dspace.services.model.Cache
Check if a key exists in the cache.
exists(String) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceSetRepository
 
exists(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
exists(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
existsById(ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
EXPECTED_CHECKSUM - Static variable in class org.dspace.checker.MostRecentChecksum_
 
expectedChecksum - Static variable in class org.dspace.checker.MostRecentChecksum_
 
expires - Static variable in class org.dspace.app.requestitem.RequestItem_
 
expires - Variable in class org.dspace.app.rest.model.RequestItemRest
 
expires - Static variable in class org.dspace.eperson.RegistrationData_
 
EXPIRES - Static variable in class org.dspace.app.requestitem.RequestItem_
 
EXPIRES - Static variable in class org.dspace.eperson.RegistrationData_
 
export(Context, Iterator<Item>, boolean) - Method in class org.dspace.content.MetadataDSpaceCsvExportServiceImpl
 
export(Context, Iterator<Item>, boolean) - Method in interface org.dspace.content.service.MetadataDSpaceCsvExportService
This method will export all the Items in the given toExport iterator to a DSpaceCSV
export(Context, Community, boolean) - Method in class org.dspace.content.MetadataDSpaceCsvExportServiceImpl
 
export(Context, Community, boolean) - Method in interface org.dspace.content.service.MetadataDSpaceCsvExportService
This method will export all the Items within the given Community to a DSpaceCSV
EXPORT_TOO_LARGE - Static variable in exception org.dspace.app.itemexport.ItemExportException
 
exportAll - Variable in class org.dspace.app.bulkedit.DSpaceCSV
Whether to export all metadata such as handles and provenance information
exportAsCSV() - Method in class org.dspace.statistics.Dataset
 
exportAsZip(Context, Iterator<Item>, String, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exportAsZip(Context, Iterator<Item>, String, String, int, boolean, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Method to perform an export and save it as a zip file.
ExportEventProcessor - Class in org.dspace.statistics.export.processor
Abstract export event processor that contains all shared logic to handle both Items and Bitstreams from the IrusExportUsageEventListener
exportHits() - Method in interface org.dspace.statistics.service.SolrLoggerService
Export all SOLR usage statistics for viewing/downloading content to a flat text file.
exportHits() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
exportIndex(String, File, String, String, boolean) - Static method in class org.dspace.util.SolrImportExport
Exports all documents in the given index to the specified target directory in batches of #ROWS_PER_FILE.
exportIndex(String, File, String, String, String, boolean) - Static method in class org.dspace.util.SolrImportExport
Exports documents from the given index to the specified target directory in batches of #ROWS_PER_FILE, starting at fromWhen (or all documents).
exportItem(Context, Iterator<Item>, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exportItem(Context, Iterator<Item>, String, int, boolean, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
 
exportItem(Context, Item, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exposeMinAndMaxValue() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
exposeMinAndMaxValue() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
This method returns whether or not the DiscoverySearchFilterFacet should return a min and max value.
expunge(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
expunge(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Remove a bitstream that has been set to "deleted" from the database
EXT_CONFIG - Static variable in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
EXTERNAL - org.dspace.services.model.Event.Scope
 
EXTERNAL_ID_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
EXTERNAL_IDS - org.dspace.orcid.model.OrcidProfileSectionType
 
ExternalDataObject - Class in org.dspace.external.model
The representation model object for external data
ExternalDataObject() - Constructor for class org.dspace.external.model.ExternalDataObject
Default constructor
ExternalDataObject(String) - Constructor for class org.dspace.external.model.ExternalDataObject
Constructor for the ExternalDataObject with as parameter the source of where it came from
ExternalDataObjectBuilder(Project) - Constructor for class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
 
ExternalDataProvider - Interface in org.dspace.external.provider
This interface should be implemented by all providers that will deal with external data
ExternalDataService - Interface in org.dspace.external.service
This is an interface that will deal with all Service level calls for External Data
ExternalDataServiceImpl - Class in org.dspace.external.service.impl
Implementation of ExternalDataService
ExternalDataServiceImpl() - Constructor for class org.dspace.external.service.impl.ExternalDataServiceImpl
 
ExternalLinksGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the other content domain model.
ExternalLinksGenerator(String) - Constructor for class org.dspace.app.iiif.model.generator.ExternalLinksGenerator
 
ExternalServiceFactory - Class in org.dspace.external.factory
Abstract factory to get services for the External package.
ExternalServiceFactory() - Constructor for class org.dspace.external.factory.ExternalServiceFactory
 
ExternalServiceFactoryImpl - Class in org.dspace.external.factory
Abstract factory to get services for the External package.
ExternalServiceFactoryImpl() - Constructor for class org.dspace.external.factory.ExternalServiceFactoryImpl
 
ExternalServiceManagerSystem - Interface in org.dspace.servicemanager
Interface for modular service manager systems.
ExternalSourceEntityTypeLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "EntityTypes" supported of an individual ExternalDataProvider.
ExternalSourceEntityTypeLinkRepository() - Constructor for class org.dspace.app.rest.repository.ExternalSourceEntityTypeLinkRepository
 
ExternalSourceEntryArchivedItemUriListHandler - Class in org.dspace.app.rest.repository.handler
This class will handle ExternalSourceEntryUriList and it'll create Item objects based on them.
ExternalSourceEntryArchivedItemUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceEntryArchivedItemUriListHandler
 
ExternalSourceEntryHalLinkFactory - Class in org.dspace.app.rest.link.externalsources
This HalLinkFactory adds links to the ExternalSourceEntryResource object
ExternalSourceEntryHalLinkFactory() - Constructor for class org.dspace.app.rest.link.externalsources.ExternalSourceEntryHalLinkFactory
 
ExternalSourceEntryItemUriListHandler<T> - Class in org.dspace.app.rest.repository.handler
This provides an abstract class for the Item and WorkspaceItemUriListHandlers to extend and provide shared logic to reduce code duplication
ExternalSourceEntryItemUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceEntryItemUriListHandler
 
ExternalSourceEntryOrcidQueueUriListHandler - Class in org.dspace.app.rest.repository.handler
This class extends the ExternalSourceEntryItemUriListHandler abstract class and implements it specifically for the List objects.
ExternalSourceEntryOrcidQueueUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceEntryOrcidQueueUriListHandler
 
ExternalSourceEntryPoolTaskUriListHandler - Class in org.dspace.app.rest.repository.handler
This class extends the ExternalSourceEntryItemUriListHandler abstract class and implements it specifically for the List objects.
ExternalSourceEntryPoolTaskUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceEntryPoolTaskUriListHandler
 
ExternalSourceEntryResource - Class in org.dspace.app.rest.model.hateoas
This class serves as the HAL Resource for an ExternalSourceEntryRest object
ExternalSourceEntryResource(ExternalSourceEntryRest) - Constructor for class org.dspace.app.rest.model.hateoas.ExternalSourceEntryResource
 
ExternalSourceEntryRest - Class in org.dspace.app.rest.model
This class serves as a REST representation for an entry of external data
ExternalSourceEntryRest() - Constructor for class org.dspace.app.rest.model.ExternalSourceEntryRest
 
ExternalSourceEntryRestConverter - Class in org.dspace.app.rest.converter
This converter deals with the conversion between ExternalDataObjects and ExternalSourceEntryRest objects
ExternalSourceEntryRestConverter() - Constructor for class org.dspace.app.rest.converter.ExternalSourceEntryRestConverter
 
ExternalSourceEntryWorkspaceItemUriListHandler - Class in org.dspace.app.rest.repository.handler
This class extends the ExternalSourceEntryItemUriListHandler abstract class and implements it specifically for the WorkspaceItem objects.
ExternalSourceEntryWorkspaceItemUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceEntryWorkspaceItemUriListHandler
 
externalSourceField - Variable in class org.dspace.app.util.SyndicationFeed
 
ExternalSourceHalLinkFactory - Class in org.dspace.app.rest.link.externalsources
This HalLinkFactory adds links to the ExternalSourceResource object
ExternalSourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.externalsources.ExternalSourceHalLinkFactory
 
ExternalSourceItemUriListHandler - Class in org.dspace.app.rest.repository.handler
This class extends the ExternalSourceEntryItemUriListHandler abstract class and implements it specifically for the List objects.
ExternalSourceItemUriListHandler() - Constructor for class org.dspace.app.rest.repository.handler.ExternalSourceItemUriListHandler
 
ExternalSourceResource - Class in org.dspace.app.rest.model.hateoas
This class serves as the HAL Resource for the ExternalSourceRest object
ExternalSourceResource(ExternalSourceRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ExternalSourceResource
 
ExternalSourceRest - Class in org.dspace.app.rest.model
This class serves as a REST representation for an External Source
ExternalSourceRest() - Constructor for class org.dspace.app.rest.model.ExternalSourceRest
 
ExternalSourceRestConverter - Class in org.dspace.app.rest.converter
This converter deals with the conversion between ExternalDataProvider objects and ExternalSourceRest objects
ExternalSourceRestConverter() - Constructor for class org.dspace.app.rest.converter.ExternalSourceRestConverter
 
ExternalSourceRestRepository - Class in org.dspace.app.rest.repository
This is the Repository that is responsible for the functionality and implementations coming from ExternalSourcesRestController
ExternalSourceRestRepository() - Constructor for class org.dspace.app.rest.repository.ExternalSourceRestRepository
 
ExternalSourcesRestController - Class in org.dspace.app.rest
This RestController takes care of the retrieval of External data from various endpoints and providers depending on the calls it receives
ExternalSourcesRestController() - Constructor for class org.dspace.app.rest.ExternalSourcesRestController
 
extractAlternateIdentifier(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
extractDOI(Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
extractDSpaceObject(String) - Method in class org.dspace.sword.SWORDUrlManager
Extract a DSpaceObject from the given URL.
extractDSpaceObject(String) - Method in class org.dspace.sword2.SwordUrlManager
Extract a DSpaceObject from the given URL.
extractHandle(Item) - Method in class org.dspace.harvest.OAIHarvester
Scan an item's metadata, looking for the value "identifier.*".
extractMdFieldStringFromOperation(Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Extracts the mdField String (schema.element.qualifier) from the operation and returns it
ExtractMetadataStep - Class in org.dspace.app.rest.submit.step
This submission step allows to extract metadata from an uploaded file and/or use provided identifiers/metadata to further enrich a submission.
ExtractMetadataStep() - Constructor for class org.dspace.app.rest.submit.step.ExtractMetadataStep
 
extractMetadataValueFromOperation(Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Extract metadataValue from Operation by parsing the json and mapping it to a MetadataValueRest
extractNewValueOfMd(Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Extracts the new value of the metadata from the operation for the replace patch operation
ExtractorOfAInprogressSubmissionInformations - Class in org.dspace.app.rest.security
Methods of this class are used on PreAuthorize annotations to convert input parameters.
ExtractorOfAInprogressSubmissionInformations() - Constructor for class org.dspace.app.rest.security.ExtractorOfAInprogressSubmissionInformations
 
extractPropertyOfMdFromPath(String[]) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Extracts which property of the metadata is being changed in the replace patch operation
extractValue(String) - Method in enum org.dspace.app.rest.model.query.RestSearchOperator
This method extracts the value from the query.
extraFiles - Variable in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
extras - Variable in class org.dspace.content.authority.Choice
 
EZIDIdentifierProvider - Class in org.dspace.identifier
Provide service for DOIs through DataCite using the EZID service.
EZIDIdentifierProvider() - Constructor for class org.dspace.identifier.EZIDIdentifierProvider
 
EZIDRequest - Class in org.dspace.identifier.ezid
A request to EZID concerning a given (or expected) identifier.
EZIDRequestFactory - Class in org.dspace.identifier.ezid
Create configured EZID requests.
EZIDRequestFactory() - Constructor for class org.dspace.identifier.ezid.EZIDRequestFactory
 
EZIDResponse - Class in org.dspace.identifier.ezid
Decoded response data evoked by a request made to EZID.
EZIDResponse(HttpResponse) - Constructor for class org.dspace.identifier.ezid.EZIDResponse
 

F

FacetConfigurationResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to provide a resource with the information, links and embeds for the /facet endpoint
FacetConfigurationResource(FacetConfigurationRest) - Constructor for class org.dspace.app.rest.model.hateoas.FacetConfigurationResource
 
FacetConfigurationResourceHalLinkFactory - Class in org.dspace.app.rest.link.search
This class' purpose is to add the links to the FacetConfigurationResource.
FacetConfigurationResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.FacetConfigurationResourceHalLinkFactory
 
FacetConfigurationRest - Class in org.dspace.app.rest.model
This class' purpose is to give information about the FacetConfiguration to be displayed on the /facets endpoint
FacetConfigurationRest() - Constructor for class org.dspace.app.rest.model.FacetConfigurationRest
 
FacetResult(String, String, String, String, long, String) - Constructor for class org.dspace.discovery.DiscoverResult.FacetResult
 
FacetResultsHalLinkFactory - Class in org.dspace.app.rest.link.search
This factory provides a means to add links to the FacetResultsResource class.
FacetResultsHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.FacetResultsHalLinkFactory
 
FacetResultsResource - Class in org.dspace.app.rest.model.hateoas
This class contains links, embeds and information (FacetResultsRest) to be shown in the endpoint /facet/author for example.
FacetResultsResource(FacetResultsRest) - Constructor for class org.dspace.app.rest.model.hateoas.FacetResultsResource
 
FacetResultsRest - Class in org.dspace.app.rest.model
This class provides a container for the information to be used in the FacetResultsResource
FacetResultsRest() - Constructor for class org.dspace.app.rest.model.FacetResultsRest
 
FacetsResource - Class in org.dspace.app.rest.model.hateoas
 
FacetsResource(SearchResultsRest, Pageable) - Constructor for class org.dspace.app.rest.model.hateoas.FacetsResource
 
FacetsResourceHalLinkFactory - Class in org.dspace.app.rest.link.search
 
FacetsResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.FacetsResourceHalLinkFactory
 
FacetYearRange - Class in org.dspace.discovery
Utility class that represents the year range for a date facet
FacetYearRange(DiscoverySearchFilterFacet) - Constructor for class org.dspace.discovery.FacetYearRange
 
fail(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
fail(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will perform the logic needed to update the Process object in the database to represent a failed state
FAIL - org.dspace.workflow.ConditionType
 
FAILED - org.dspace.content.ProcessStatus
 
failedOpenUrlTrackerService - Variable in class org.dspace.statistics.export.service.OpenUrlServiceImpl
 
FailedOpenURLTrackerService - Interface in org.dspace.statistics.export.service
Interface of the service that handles the OpenURLTracker database operations
FailedOpenURLTrackerServiceImpl - Class in org.dspace.statistics.export
Implementation of the service that handles the OpenURLTracker database operations
FailedOpenURLTrackerServiceImpl() - Constructor for class org.dspace.statistics.export.FailedOpenURLTrackerServiceImpl
 
failfast - Variable in class org.dspace.ctask.general.ClamScan
 
fallback - Static variable in class org.dspace.rdf.storage.DOIHandleURIGenerator
 
fallback - Static variable in class org.dspace.rdf.storage.DOIURIGenerator
 
FEATURE - Static variable in class org.dspace.app.rest.model.AuthorizationRest
 
feed - Variable in class org.dspace.app.util.SyndicationFeed
 
FeedbackRest - Class in org.dspace.app.rest.model
The REST object for the Feedback objects
FeedbackRest() - Constructor for class org.dspace.app.rest.model.FeedbackRest
 
FeedbackRestRepository - Class in org.dspace.app.rest.repository
This is the Repository that takes care of the operations on the FeedbackRest objects
FeedbackRestRepository() - Constructor for class org.dspace.app.rest.repository.FeedbackRestRepository
 
FeedbackService - Interface in org.dspace.content.service
Service interface class for the Feedback object.
FeedbackServiceImpl - Class in org.dspace.content
Implementation of FeedbackService interface.
FeedbackServiceImpl() - Constructor for class org.dspace.content.FeedbackServiceImpl
 
FeedContentDisseminator - Class in org.dspace.sword2
 
FeedContentDisseminator() - Constructor for class org.dspace.sword2.FeedContentDisseminator
 
fetchLicenseRDF(Document) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
fetchLicenseRDF(Document) - Method in interface org.dspace.license.service.CreativeCommonsService
Apply same transformation on the document to retrieve only the most relevant part of the document passed as parameter.
field - Variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
 
field - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
FIELD_NAME_VARIATIONS - Static variable in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
fieldDefaults - Variable in class org.dspace.authority.AuthorityTypes
 
fieldParameter(String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
fieldResolver - Variable in class org.dspace.xoai.filter.DSpaceFilter
The configuration from xoai.xml file
FieldResolver - Interface in org.dspace.xoai.services.api
 
fields - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
fieldSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator (defaults to comma)
fieldSeparator - Variable in class org.dspace.ctask.general.MetadataWebService
 
fieldToMetadata - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
FILE_EXTENSIONS - Static variable in class org.dspace.content.BitstreamFormat_
 
FILE_TYPES - Static variable in class org.dspace.app.rest.model.ProcessRest
 
fileCount - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of files written so far
fileExtensions - Static variable in class org.dspace.content.BitstreamFormat_
 
FileMultipleOccurencesException - Exception in org.dspace.importer.external.exception
This exception could be throws when more than one element is found in a method that works on one only.
FileMultipleOccurencesException(String) - Constructor for exception org.dspace.importer.external.exception.FileMultipleOccurencesException
 
FileMultipleOccurencesException(String, Throwable) - Constructor for exception org.dspace.importer.external.exception.FileMultipleOccurencesException
 
filenameRegex - Variable in class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
FileReporter - Class in org.dspace.curate
Save a curation report to a unique file in the reports directory.
FileReporter() - Constructor for class org.dspace.curate.FileReporter
Open a writer to a file in a directory named by the configuration property report.dir, or in [DSpace]/reports if not configured.
FILES - Static variable in class org.dspace.app.rest.model.ProcessRest
 
FileSource - Interface in org.dspace.importer.external.service.components
This interface declare the base methods to work with files containing metadata.
FileSourceException - Exception in org.dspace.importer.external.exception
Represents a problem with the File content: e.g.
FileSourceException(String) - Constructor for exception org.dspace.importer.external.exception.FileSourceException
 
FileSourceException(String, Throwable) - Constructor for exception org.dspace.importer.external.exception.FileSourceException
 
FileTaskQueue - Class in org.dspace.curate
FileTaskQueue provides a TaskQueue implementation based on flat files for the queues and semaphores.
FileTaskQueue() - Constructor for class org.dspace.curate.FileTaskQueue
 
filiate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
 
fillFromModel(T, R, Projection) - Method in class org.dspace.app.rest.converter.AInprogressItemConverter
 
filter - Variable in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
 
filter(String) - Method in class org.dspace.browse.LocaleOrderingFilter
Uses a Locale dependent Collator to generate a sort string
filter(String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String) - Method in class org.dspace.text.filter.InitialArticleWord
When no language is passed, use null and let implementation decide what to do
filter(String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String) - Method in interface org.dspace.text.filter.TextFilter
 
filter(String, String) - Method in class org.dspace.browse.LocaleOrderingFilter
We don't need to use the language parameter, so map this to the standard sort string filter
filter(String, String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String, String) - Method in class org.dspace.text.filter.InitialArticleWord
Do an initial definite/indefinite article filter on the passed string.
filter(String, String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String, String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String, String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String, String) - Method in interface org.dspace.text.filter.TextFilter
 
filter(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VocabularyEntryLinkRepository
 
Filter - Interface in org.dspace.content.logic
The interface for Filter currently doesn't add anything to LogicalStatement but inherits from it just to keep naming / reflection clean, and in case Filters should do anything additional in future.
Filter() - Constructor for class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
FILTER_OPERATOR_SEPARATOR - Static variable in class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
FILTER_PLUGIN_SEPARATOR - Static variable in interface org.dspace.app.mediafilter.service.MediaFilterService
 
FILTER_SEPARATOR - Static variable in class org.dspace.discovery.SearchUtils
 
FILTER_TYPE_DEFAULT - Static variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
FILTER_TYPE_FACET - Static variable in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
filterAliases - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
filterBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Attempt to filter a bitstream.
filterBundles - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
filterClasses - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filtered(String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
FilteredIdentifierProvider - Class in org.dspace.identifier
This abstract class adds extra method signatures so that implementing IdentifierProviders can handle "skip filter" booleans, so that any configured filters can be skipped and DOI registration forced.
FilteredIdentifierProvider() - Constructor for class org.dspace.identifier.FilteredIdentifierProvider
 
filterFormats - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterItem(Context, Item) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterItem(Context, Item) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Iterate through the item's bitstreams in the ORIGINAL bundle, applying filters if possible.
filterQuery - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
String of IP and Ranges in IPTable as a Solr Query
filters - Variable in class org.dspace.sort.AbstractTextFilterOFD
 
filters - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
filterService - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
filterService - Variable in class org.dspace.identifier.FilteredIdentifierProvider
 
FinalEditAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action that allows users to accept/reject a workflow item
FinalEditAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
finalize() - Method in class org.dspace.core.Context
Close the context, aborting any open transactions (if any).
finalize() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
find(String) - Method in interface org.dspace.app.rest.authorization.AuthorizationFeatureService
Get the authorization feature by its unique name
find(String) - Method in class org.dspace.app.rest.authorization.impl.AuthorizationFeatureServiceImpl
 
find(Context, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Get an ResourcePolicy from the database.
find(Context, int) - Method in class org.dspace.content.BitstreamFormatServiceImpl
Get a bitstream format from the database.
find(Context, int) - Method in class org.dspace.content.EntityTypeServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataValueServiceImpl
 
find(Context, int) - Method in class org.dspace.content.RelationshipServiceImpl
 
find(Context, int) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
find(Context, int) - Method in interface org.dspace.content.service.MetadataFieldService
Find the field corresponding to the given numeric ID.
find(Context, int) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema corresponding with this numeric ID.
find(Context, int) - Method in interface org.dspace.content.service.MetadataValueService
Retrieves the metadata value from the database.
find(Context, int) - Method in interface org.dspace.content.service.WorkspaceItemService
Get a workspace item from the database.
find(Context, int) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
find(Context, int) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
find(Context, int) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
find(Context, int) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
find(Context, int) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Get an OrcidHistory from the database.
find(Context, int) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get an OrcidQueue from the database.
find(Context, int) - Method in class org.dspace.scripts.ProcessServiceImpl
 
find(Context, int) - Method in interface org.dspace.scripts.service.ProcessService
This method will retrieve a Process object from the Database with the given ID
find(Context, int) - Method in interface org.dspace.service.DSpaceCRUDService
 
find(Context, int) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
find(Context, int) - Method in interface org.dspace.workflow.WorkflowItemService
Get a workflow item from the database.
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
find(Context, int) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
find(Context, int, MetadataSchema, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
find(Context, int, MetadataSchema, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
find(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
find(Context, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Get the schema corresponding with this short name.
find(Context, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
find(Context, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
find(Context, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema corresponding with this short name.
find(Context, UUID) - Method in class org.dspace.content.BitstreamServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.BundleServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.CollectionServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.CommunityServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.ItemServiceImpl
 
find(Context, UUID) - Method in interface org.dspace.content.service.BitstreamService
 
find(Context, UUID) - Method in interface org.dspace.content.service.DSpaceObjectService
Generic find for when the precise type of an Entity is not known
find(Context, UUID) - Method in class org.dspace.content.SiteServiceImpl
 
find(Context, UUID) - Method in class org.dspace.eperson.EPersonServiceImpl
 
find(Context, UUID) - Method in class org.dspace.eperson.GroupServiceImpl
 
find(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
find(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the harvest settings corresponding to this collection
find(Context, Collection, String) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
find(Context, Collection, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
find(Context, DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, Group, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, Group, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, Item) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
find(Context, Item) - Method in interface org.dspace.harvest.service.HarvestedItemService
Find the harvest parameters corresponding to the specified DSpace item
find(Context, EPerson) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, EPerson) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Retrieve a list of ResourcePolicies by EPerson
find(Context, EPerson, List<Group>, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, EPerson, List<Group>, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, EPerson, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, EPerson, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, Group, Group) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
find(Context, Group, Group) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
find(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
find(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
Find all claimed tasks for a given workflow item.
find(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
find(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
find(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
find(Context, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findAdminAuthorized(Pageable, String) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
findAdminAuthorized(Pageable, String) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
findAdminAuthorizedCollection(Context, String, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Finds collections for which the logged in user has ADMIN rights.
findAdminAuthorizedCollection(Context, String, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Finds collections for which the current user is admin, AND which match the query.
findAdminAuthorizedCommunity(Context, String, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Finds communities for which the logged in user has ADMIN rights.
findAdminAuthorizedCommunity(Context, String, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Finds communities for which the current user is admin, AND which match the query.
findAll() - Method in interface org.dspace.app.rest.authorization.AuthorizationFeatureService
Get all the authorization features defined in the system
findAll() - Method in class org.dspace.app.rest.authorization.impl.AuthorizationFeatureServiceImpl
 
findAll() - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
findAll(String, String, Pageable, PagedResourcesAssembler, HttpServletResponse, MultiValueMap<String, Object>) - Method in class org.dspace.app.rest.RestResourceController
Find all
findAll(Context) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
findAll(Context) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Fetch all item requests.
findAll(Context) - Method in interface org.dspace.app.util.service.WebAppService
 
findAll(Context) - Method in class org.dspace.app.util.WebAppServiceImpl
 
findAll(Context) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findAll(Context) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findAll(Context) - Method in class org.dspace.checker.ChecksumResultServiceImpl
Get a list of all the possible result codes.
findAll(Context) - Method in interface org.dspace.checker.service.ChecksumResultService
 
findAll(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findAll(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findAll(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findAll(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
findAll(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findAll(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findAll(Context) - Method in class org.dspace.content.EntityTypeServiceImpl
 
findAll(Context) - Method in class org.dspace.content.ItemServiceImpl
 
findAll(Context) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findAll(Context) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
findAll(Context) - Method in class org.dspace.content.RelationshipServiceImpl
 
findAll(Context) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findAll(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Retrieve all bitstream formats from the registry, ordered by ID
findAll(Context) - Method in interface org.dspace.content.service.BitstreamService
 
findAll(Context) - Method in interface org.dspace.content.service.CollectionService
Get all collections in the system.
findAll(Context) - Method in interface org.dspace.content.service.CommunityService
Get a list of all communities in the system.
findAll(Context) - Method in interface org.dspace.content.service.EntityTypeService
Retrieves all the EntityType objects currently in the system
findAll(Context) - Method in interface org.dspace.content.service.ItemService
Get all the items in the archive.
findAll(Context) - Method in interface org.dspace.content.service.MetadataFieldService
Retrieve all metadata field types from the registry
findAll(Context) - Method in interface org.dspace.content.service.MetadataSchemaService
Return all metadata schemas.
findAll(Context) - Method in interface org.dspace.content.service.RelationshipService
Retrieves the full list of relationships currently in the system
findAll(Context) - Method in interface org.dspace.content.service.RelationshipTypeService
Retrieves all RelationshipType objects currently in the system
findAll(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items in the whole system
findAll(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
findAll(Context) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Retrieve all instances of a certain indexable object type
findAll(Context) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
findAll(Context) - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
findAll(Context) - Method in interface org.dspace.eperson.service.SubscribeService
Subscribe an e-person to a collection.
findAll(Context) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
findAll(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findAll(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections that are set up for harvesting
findAll(Context) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findAll(Context) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findAll(Context) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Find all the ORCID history records.
findAll(Context) - Method in interface org.dspace.orcid.service.OrcidQueueService
Find all the ORCID queue records.
findAll(Context) - Method in class org.dspace.scripts.ProcessServiceImpl
 
findAll(Context) - Method in interface org.dspace.scripts.service.ProcessService
Returns a list of all Process objects in the database
findAll(Context) - Method in class org.dspace.statistics.export.FailedOpenURLTrackerServiceImpl
Returns all OpenURLTrackers from the database
findAll(Context) - Method in interface org.dspace.statistics.export.service.FailedOpenURLTrackerService
Returns all OpenURLTrackers from the database
findAll(Context) - Method in interface org.dspace.workflow.WorkflowItemService
return all workflowitems
findAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAll(Context, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findAll(Context, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Deprecated.
findAll(Context, boolean, boolean, boolean, Date) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean, boolean, boolean, Date) - Method in interface org.dspace.content.dao.ItemDAO
Get all Items installed or withdrawn, discoverable, and modified since a Date.
findAll(Context, boolean, int, int) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean, int, int) - Method in interface org.dspace.content.dao.ItemDAO
 
findAll(Context, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findAll(Context, int) - Method in class org.dspace.eperson.GroupServiceImpl
Deprecated.
findAll(Context, int) - Method in interface org.dspace.eperson.service.EPersonService
Deprecated.
findAll(Context, int) - Method in interface org.dspace.eperson.service.GroupService
Deprecated. 
findAll(Context, int, int) - Method in class org.dspace.content.BitstreamServiceImpl
 
findAll(Context, int, int) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findAll(Context, int, int) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findAll(Context, int, int) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
findAll(Context, int, int) - Method in interface org.dspace.content.dao.ProcessDAO
Returns a list of all Process objects in the database
findAll(Context, int, int) - Method in interface org.dspace.content.service.BitstreamService
 
findAll(Context, int, int) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups ordered by name ascending
findAll(Context, int, int) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findAll(Context, int, int) - Method in class org.dspace.scripts.ProcessServiceImpl
 
findAll(Context, int, int) - Method in interface org.dspace.scripts.service.ProcessService
Returns a list of all Process objects in the database
findAll(Context, int, int, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findAll(Context, int, int, int) - Method in interface org.dspace.eperson.service.EPersonService
Find all the EPersons in a specific order by field.
findAll(Context, Class) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findAll(Context, Class) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
 
findAll(Context, Class<MetadataField>) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findAll(Context, Class<T>) - Method in class org.dspace.core.AbstractHibernateDAO
 
findAll(Context, Class<T>) - Method in interface org.dspace.core.GenericDAO
Fetch all persisted instances of a given object type.
findAll(Context, Class<T>, Integer, Integer) - Method in class org.dspace.core.AbstractHibernateDAO
 
findAll(Context, Class<T>, Integer, Integer) - Method in interface org.dspace.core.GenericDAO
Fetch all persisted instances of a given object type.
findAll(Context, Integer, Integer) - Method in class org.dspace.content.CollectionServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.CommunityServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.EntityTypeServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.RelationshipServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.CollectionService
Get all collections in the system.
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.CommunityService
Get all communities in the system.
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.EntityTypeService
Retrieves all the EntityType objects currently in the system
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.ItemService
Get all the items in the archive.
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipService
Retrieves the full list of relationships currently in the system
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipTypeService
Retrieves all RelationshipType objects currently in the system
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items in the whole system, paginated.
findAll(Context, Integer, Integer) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findAll(Context, Integer, Integer) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return all workflowitems for a certain page
findAll(Context, Integer, Integer) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAll(Context, List<MetadataField>) - Method in class org.dspace.eperson.GroupServiceImpl
 
findAll(Context, List<MetadataField>) - Method in interface org.dspace.eperson.service.GroupService
Deprecated.
Please use findAll(Context context, List<MetadataField> metadataFieldsSort, int pageSize, int offset) instead
findAll(Context, List<MetadataField>, int, int) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups ordered by the specified metadata fields ascending
findAll(Context, List<MetadataField>, int, int) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findAll(Context, List<MetadataField>, int, int) - Method in class org.dspace.eperson.GroupServiceImpl
 
findAll(Context, List<MetadataField>, int, int) - Method in interface org.dspace.eperson.service.GroupService
Finds all groups in the site
findAll(Context, MetadataField) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAll(Context, MetadataField) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAll(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
Get all collections in the system.
findAll(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
Get a list of all communities in the system.
findAll(Context, MetadataField, Integer, Integer) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAll(Context, MetadataField, Integer, Integer) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAll(Context, MetadataField, Integer, Integer) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAll(Context, MetadataField, Integer, Integer) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAll(Context, MetadataField, String, int, int) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findAll(Context, MetadataField, String, int, int) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.AuthorizationRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.BrowseIndexRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.BundleRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ConfigurationRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support scroll of entity instances from the collection resource endpoint
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.EntityTypeRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.OrcidHistoryRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.RegistrationRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.RelationshipTypeRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.ScriptRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SiteRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.StatisticsRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionAccessOptionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionCCLicenseRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionDefinitionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionFormRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionPanelRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.SubmissionUploadRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.TemplateItemRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.VersionHistoryRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.VocabularyRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowActionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowStepRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
findAll(Context, Pageable) - Method in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
The findAll method is not supported in this repository
findAll(Pageable) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
findAll(Sort) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
findAllByAuthorizedCollection(Pageable) - Method in class org.dspace.app.rest.repository.EntityTypeRestRepository
Retrieves all entity types related to the collections on which the current user can deposit.
findAllByAuthorizedExternalSource(Pageable) - Method in class org.dspace.app.rest.repository.EntityTypeRestRepository
Retrieves all entity types related to the collections on which the current user can deposit and supported by External provider
findAllByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAllByCollection(Context, Collection) - Method in interface org.dspace.content.dao.ItemDAO
 
findAllByCollection(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
findAllByCollection(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Get all the items (including private and withdrawn) in this collection.
findAllByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAllByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.dao.ItemDAO
 
findAllByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findAllByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.service.ItemService
Get all the items (including private and withdrawn) in this collection.
findAllById(Iterable<ID>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
findAllByItem(UUID, Pageable) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
findAllByItem(UUID, Pageable) - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
findAllCCLicenses() - Method in class org.dspace.license.CreativeCommonsServiceImpl
Find all CC Licenses using the default language found in the configuration
findAllCCLicenses() - Method in interface org.dspace.license.service.CreativeCommonsService
Find all CC Licenses using the default language found in the configuration
findAllCCLicenses(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Find all CC Licenses for the provided language
findAllCCLicenses(String) - Method in interface org.dspace.license.service.CreativeCommonsService
Find all CC Licenses for the provided language
findAllInCollection(Context, Integer, Integer, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findAllInCollection(Context, Integer, Integer, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
Find all the workflow items in a specific collection using the pagination parameters (offset, limit)
findAllInCollection(Context, Integer, Integer, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return all workflowitems for a certain page with a certain collection
findAllInCollection(Context, Integer, Integer, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAllInSchema(Context, MetadataSchema) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findAllInSchema(Context, MetadataSchema) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findAllInSchema(Context, MetadataSchema) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findAllInSchema(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataFieldService
Return all metadata fields that are found in a given schema.
findAllInStep(Context, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findAllInStep(Context, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findAllNoParent(Context, MetadataField) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAllNoParent(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAllOrderedByEPerson(Context) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findAllOrderedByEPerson(Context) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findAllRegularItems(Context) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAllRegularItems(Context) - Method in interface org.dspace.content.dao.ItemDAO
Find all items that are: - NOT in the workspace - NOT in the workflow - NOT a template item for e.g.
findAllRegularItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
findAllRegularItems(Context) - Method in interface org.dspace.content.service.ItemService
Find all items that are: - NOT in the workspace - NOT in the workflow - NOT a template item for e.g.
findAllSortByScript(Context) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
findAllSortByScript(Context) - Method in interface org.dspace.content.dao.ProcessDAO
This method will return all the Process objects in the database in a list and it'll be sorted by script name
findAllSortByScript(Context) - Method in class org.dspace.scripts.ProcessServiceImpl
 
findAllSortByScript(Context) - Method in interface org.dspace.scripts.service.ProcessService
Returns a list of all Process objects in the database sorted by script name
findAllSortByStartTime(Context) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
findAllSortByStartTime(Context) - Method in interface org.dspace.content.dao.ProcessDAO
This method will return all the Process objects in the database in a list and it'll be sorted by start time.
findAllSortByStartTime(Context) - Method in class org.dspace.scripts.ProcessServiceImpl
 
findAllSortByStartTime(Context) - Method in interface org.dspace.scripts.service.ProcessService
Returns a list of all Process objects in the database sorted by start time The most recent one will be shown first
findAllSubscribers(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findAllSubscribers(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findAllSupervisedItems(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
 
findAllSupervisedItems(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findAllTop(String, Pageable) - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
findAllTop(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
findAllTop(Context) - Method in interface org.dspace.content.service.CommunityService
Get a list of all top-level communities in the system.
findAllTop(Pageable) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
findAllUnfiltered(Context) - Method in class org.dspace.content.ItemServiceImpl
 
findAllUnfiltered(Context) - Method in interface org.dspace.content.service.ItemService
Deprecated.
findApplyResourcePolicy(Context, List<AccessConditionOption>, DSpaceObject, String, String, Date, Date) - Static method in class org.dspace.app.rest.submit.factory.impl.AccessConditionResourcePolicyUtils
Based on the given name, startDate and endDate check if it match any access condition option, then apply the the resource policy on the given DSpace object, otherwise it throws UnprocessableEntity exception.
findApplyResourcePolicy(Context, List<AccessConditionOption>, DSpaceObject, List<AccessConditionDTO>) - Static method in class org.dspace.app.rest.submit.factory.impl.AccessConditionResourcePolicyUtils
Based on the given access conditions, find the resource policy to apply on the given DSpace object This function applies the resource policies.
findApplyResourcePolicy(Context, UploadConfiguration, DSpaceObject, String, String, Date, Date) - Static method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyUtils
Based on the given name, find the resource policy to apply on the given DSpace object This function applies the resource policies.
findApplyResourcePolicy(Context, UploadConfiguration, DSpaceObject, List<AccessConditionDTO>) - Static method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyUtils
Based on the given access condition, find the resource policy to apply on the given DSpace object This function applies the resource policies.
findArchivedByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findArchivedByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.dao.ItemDAO
 
findArchivedByCollectionExcludingOwning(Context, Collection, Integer, Integer) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findArchivedByCollectionExcludingOwning(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.dao.ItemDAO
Returns all the Items in an iterator that are archived and for which the given Collection is part of the Item's Collections but it is not the owning collection
findArchivedByMetadataField(Context, String, String) - Method in class org.dspace.content.ItemServiceImpl
 
findArchivedByMetadataField(Context, String, String) - Method in interface org.dspace.content.service.ItemService
Returns an iterator of in archive items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findArchivedByMetadataField(Context, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findArchivedByMetadataField(Context, String, String, String, String) - Method in interface org.dspace.content.service.ItemService
Returns an iterator of in archive items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findAssociatedGroups(Context, DSpaceObject) - Method in class org.dspace.content.packager.RoleDisseminator
Find all Groups associated with this DSpace Object.
findAssociatedPeople(Context, DSpaceObject) - Method in class org.dspace.content.packager.RoleDisseminator
Find all EPeople associated with this DSpace Object.
findAttribute(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth header value and return the all values.
findAuthorized(Context, List<Integer>) - Method in class org.dspace.content.CommunityServiceImpl
 
findAuthorized(Context, List<Integer>) - Method in interface org.dspace.content.service.CommunityService
 
findAuthorized(Context, Community, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findAuthorized(Context, Community, int) - Method in interface org.dspace.content.service.CollectionService
return an array of collections that user has a given permission on (useful for trimming 'select to collection' list) or figuring out which collections a person is an editor for.
findAuthorized(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAuthorized(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAuthorized(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAuthorized(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAuthorizedGroupMapped(Context, List<Integer>) - Method in class org.dspace.content.CommunityServiceImpl
 
findAuthorizedGroupMapped(Context, List<Integer>) - Method in interface org.dspace.content.service.CommunityService
 
findAuthorizedOptimized(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findAuthorizedOptimized(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findBitstreamResultTypeReport(Context, Date, Date, ChecksumResultCode) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Select the most recent bitstream for a given date range with the specified status.
findBitstreamResultTypeReport(Context, Date, Date, ChecksumResultCode) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findBitstreamsWithNoRecentChecksum(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findBitstreamsWithNoRecentChecksum(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findBitstreamsWithNoRecentChecksum(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findBitstreamsWithNoRecentChecksum(Context) - Method in interface org.dspace.content.service.BitstreamService
 
findByAdminGroup(Context, Group) - Method in class org.dspace.content.CommunityServiceImpl
 
findByAdminGroup(Context, Group) - Method in interface org.dspace.content.dao.CommunityDAO
 
findByAdminGroup(Context, Group) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findByAdminGroup(Context, Group) - Method in interface org.dspace.content.service.CommunityService
 
findByAttemptsLessThan(Context, int) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByAttemptsLessThan(Context, int) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Get all the OrcidQueue records with attempts less than the given attempts.
findByAttemptsLessThan(Context, int) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findByAttemptsLessThan(Context, int) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get all the OrcidQueue records with attempts less than the given attempts.
findByAuthorityMetadata(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByAuthorityMetadata(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByAuthorityValue(Context, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByAuthorityValue(Context, String, String, String, String) - Method in interface org.dspace.content.service.ItemService
Find all the items in the archive with a given authority key value in the indicated metadata field.
findByAuthorityValue(Context, MetadataField, String, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByAuthorityValue(Context, MetadataField, String, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByBitstream(Context, Bitstream) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
findByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findByChildren(Context, Iterable<Group>) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
findByChildren(Context, Iterable<Group>) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
findByCode(Context, ChecksumResultCode) - Method in class org.dspace.checker.ChecksumResultServiceImpl
Get the result description for the given result code
findByCode(Context, ChecksumResultCode) - Method in interface org.dspace.checker.dao.ChecksumResultDAO
 
findByCode(Context, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.ChecksumResultDAOImpl
 
findByCode(Context, ChecksumResultCode) - Method in interface org.dspace.checker.service.ChecksumResultService
 
findByCollection(UUID) - Method in class org.dspace.app.rest.repository.SubmissionDefinitionRestRepository
 
findByCollection(UUID) - Method in class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
GET endpoint that returns the workflow definition that applies to a specific collection eventually fallback to the default configuration.
findByCollection(Context, Collection) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Get all the archived items in this collection.
findByCollection(Context, Collection) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items for a particular collection.
findByCollection(Context, Collection) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
Get all workflow items for a particular collection.
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.service.ItemService
Get all the archived items in this collection.
findByCollectionAndEPerson(Context, EPerson, Collection) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findByCollectionAndEPerson(Context, EPerson, Collection) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findByCollectionAndRole(Context, Collection, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
findByCollectionAndRole(Context, Collection, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
findByCollectionMapping(Context, Collection, Integer, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findByCollectionMapping(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.service.ItemService
Get all the archived items mapped to this collection (excludes owning collection).
findByCommunity(Context, Community) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByCommunity(Context, Community) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByDoi(Context, String) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findByDoi(Context, String) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findByDoi(Context, String) - Method in class org.dspace.identifier.DOIServiceImpl
 
findByDoi(Context, String) - Method in interface org.dspace.identifier.service.DOIService
Find a specific DOI in storage.
findByDso(Context, DSpaceObject) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDso(Context, DSpaceObject) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByDSoAndAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDSoAndAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByDSoAndActionExceptRpType(Context, DSpaceObject, int, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDSoAndActionExceptRpType(Context, DSpaceObject, int, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a list of policies for an object that match the action except the record labeled with the rpType
findByDsoAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDsoAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByElement(Context, String, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findByElement(Context, String, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findByElement(Context, String, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findByElement(Context, String, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
 
findByElement(Context, MetadataSchema, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findByElement(Context, MetadataSchema, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findByElement(Context, MetadataSchema, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findByElement(Context, MetadataSchema, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
Retrieves the metadata field from the database.
findByEmail(String) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
Find the eperson with the provided email address if any.
findByEmail(Context, String) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByEmail(Context, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByEmail(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
findByEmail(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
findByEmail(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByEmail(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
findByEmail(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the eperson by their email address.
findByEmail(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
findByEntity(Context, Item) - Method in class org.dspace.orcid.dao.impl.OrcidHistoryDAOImpl
 
findByEntity(Context, Item) - Method in interface org.dspace.orcid.dao.OrcidHistoryDAO
Find the OrcidHistory records related to the given entity item.
findByEntity(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findByEntity(Context, Item) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Find the OrcidHistory records related to the given entity item.
findByEntityAndRecordType(Context, Item, String) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByEntityAndRecordType(Context, Item, String) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Find all the OrcidQueue records with the given entity and record type.
findByEntityType(String, Pageable) - Method in class org.dspace.app.rest.repository.RelationshipTypeRestRepository
Returns a list of relationship types that matches provided entity type on any side of relationship
findByEntityType(Context, String) - Method in interface org.dspace.content.dao.EntityTypeDAO
This method returns the EntityType object that has the given entityType String as label
findByEntityType(Context, String) - Method in class org.dspace.content.dao.impl.EntityTypeDAOImpl
 
findByEntityType(Context, String) - Method in class org.dspace.content.EntityTypeServiceImpl
 
findByEntityType(Context, String) - Method in interface org.dspace.content.service.EntityTypeService
Retrieves the EntityType that has the entityType String parameter as label
findByEntityType(Context, EntityType) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByEntityType(Context, EntityType) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByEntityType(Context, EntityType) - Method in interface org.dspace.content.service.RelationshipTypeService
Returns a list of RelationshipType objects for which the given EntityType is equal to either the leftType or the rightType
findByEntityType(Context, EntityType, boolean) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByEntityType(Context, EntityType, boolean) - Method in interface org.dspace.content.service.RelationshipTypeService
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType, boolean, Integer, Integer) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByEntityType(Context, EntityType, boolean, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipTypeService
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType, Boolean) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByEntityType(Context, EntityType, Boolean) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType, Boolean, Integer, Integer) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByEntityType(Context, EntityType, Boolean, Integer, Integer) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType, Integer, Integer) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByEntityType(Context, EntityType, Integer, Integer) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightType
findByEntityType(Context, EntityType, Integer, Integer) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByEntityType(Context, EntityType, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipTypeService
Returns a list of relationship types that matches provided EntityType object on any side of relationship
findByEntityType(Context, Pageable, String) - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
Retrieves all ExternalDataProviders that supports the provided EntityType.
findbyEPerson(Context, EPerson) - Method in interface org.dspace.content.service.SupervisedItemService
Get items being supervised by given EPerson
findbyEPerson(Context, EPerson) - Method in class org.dspace.content.SupervisedItemServiceImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByEPerson(UUID, UUID, Pageable) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
Find the resource policies matching uuid of the eperson and/or the one specified resource object
findByEPerson(Context, EPerson) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByEPerson(Context, EPerson) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items for a particular e-person.
findByEPerson(Context, EPerson) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups that the given ePerson belongs to
findByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findByEPerson(Context, EPerson) - Method in class org.dspace.orcid.dao.impl.OrcidTokenDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.orcid.dao.OrcidTokenDAO
Find an OrcidToken by ePerson.
findByEPerson(Context, EPerson) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.orcid.service.OrcidTokenService
Find an OrcidToken by ePerson.
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
findByEPerson(Context, EPerson, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByEPerson(Context, EPerson, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies that belong to an EPerson
findByEPerson(Context, EPerson, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByEPerson(Context, EPerson, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies that belong to an EPerson
findByEPerson(Context, EPerson, Integer, Integer) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByEPerson(Context, EPerson, Integer, Integer) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByEPerson(Context, EPerson, Integer, Integer) - Method in interface org.dspace.content.service.WorkspaceItemService
Get a page of workspace items for a particular e-person.
findByEPerson(Context, EPerson, Integer, Integer) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByEPersonAndResourceUuid(Context, EPerson, UUID, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByEPersonAndResourceUuid(Context, EPerson, UUID, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies related to a resourceUuid belong to an ePerson
findByEPersonAndResourceUuid(Context, EPerson, UUID, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByEPersonAndResourceUuid(Context, EPerson, UUID, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies related to a resourceUuid belong to an ePerson
findByEPersonAndWorkflowItemAndStepIdAndActionId(Context, EPerson, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByEPersonAndWorkflowItemAndStepIdAndActionId(Context, EPerson, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByEPersonGroupTypeIdAction(Context, EPerson, List<Group>, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByEPersonGroupTypeIdAction(Context, EPerson, List<Group>, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByExactValue(Context, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByExactValue(Context, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByField(Context, MetadataField) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
findByField(Context, MetadataField) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
findByField(Context, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
findByField(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
Retrieves the metadata values for a given field from the database.
findByFieldAndValue(Context, MetadataField, String) - Method in class org.dspace.content.MetadataValueServiceImpl
 
findByFieldAndValue(Context, MetadataField, String) - Method in interface org.dspace.content.service.MetadataValueService
Retrieves matching MetadataValues for a given field and value.
findByFieldName(String, String, String, String, String, Pageable) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
Endpoint for the search in the MetadataField objects by various different params representing the field name.
findByFileExtension(Context, String) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByFileExtension(Context, String) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findByGroup(UUID, UUID, Pageable) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
Find the resource policies matching uuid of the group and/or the ones specified resource object
findByGroup(Context, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByGroup(Context, Group) - Method in class org.dspace.content.CollectionServiceImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.content.dao.CollectionDAO
 
findByGroup(Context, Group) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.content.service.CollectionService
 
findByGroup(Context, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
findByGroup(Context, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
findByGroup(Context, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByGroup(Context, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
findByGroup(Context, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
This method will return a list of PoolTask for the given group
findByGroup(Context, Group, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByGroup(Context, Group, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies related to a group
findByGroup(Context, Group, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByGroup(Context, Group, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies related to a group
findByGroupAndResourceUuid(Context, Group, UUID, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByGroupAndResourceUuid(Context, Group, UUID, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies related to a group and related to a resourceUuid
findByGroupAndResourceUuid(Context, Group, UUID, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByGroupAndResourceUuid(Context, Group, UUID, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies related to a group and related to a resourceUuid
findByGroups(Context, Set<Group>) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByGroups(Context, Set<Group>) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByGroups(Context, Set<Group>) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByGroups(Context, Set<Group>) - Method in interface org.dspace.eperson.service.EPersonService
Retrieve all accounts which belong to at least one of the specified groups.
findByGroups(Context, EPerson, List<Group>) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByHandle(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
findByHandle(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
findById(ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
findById(Context, UUID) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
findById(Context, UUID) - Method in interface org.dspace.profile.service.ResearcherProfileService
Find the ResearcherProfile by UUID.
findByID(Context, Class, int) - Method in class org.dspace.core.AbstractHibernateDAO
 
findByID(Context, Class, int) - Method in interface org.dspace.core.GenericDAO
Fetch the entity identified by its legacy database identifier.
findByID(Context, Class, UUID) - Method in class org.dspace.core.AbstractHibernateDAO
 
findByID(Context, Class, UUID) - Method in interface org.dspace.core.GenericDAO
Fetch the entity identified by its UUID primary key.
findByIdAndMembership(Context, UUID, EPerson) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name and the membership of the given EPerson
findByIdAndMembership(Context, UUID, EPerson) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.BundleServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.CollectionServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.CommunityServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByItem(UUID) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
findByItem(UUID) - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
findByItem(Context, Item) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByItem(Context, Item) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.content.service.RelationshipService
Retrieves the list of Relationships currently in the system for which the given Item is either a leftItem or a rightItem object
findByItem(Context, Item) - Method in interface org.dspace.content.service.WorkspaceItemService
Check to see if a particular item is currently still in a user's Workspace.
findByItem(Context, Item) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.harvest.dao.HarvestedItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.versioning.dao.impl.VersionHistoryDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.dao.VersionDAO
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.dao.VersionHistoryDAO
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
findByItem(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.workflow.WorkflowItemService
Check to see if a particular item is currently under Workflow.
findByItem(Context, Item) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findByItem(Context, Item, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByItem(Context, Item, boolean, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects that have the given Item object as a leftItem or a rightItem
findByItem(Context, Item, Integer, Integer, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItem(Context, Item, Integer, Integer, boolean) - Method in interface org.dspace.content.service.RelationshipService
Retrieves the list of Relationships currently in the system for which the given Item is either a leftItem or a rightItem object
findByItem(Context, Item, Integer, Integer, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByItem(Context, Item, Integer, Integer, boolean, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects that have the given Item object as a leftItem or a rightItem
findByItem(Context, Item, Integer, Integer, boolean, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItem(Context, Item, Integer, Integer, boolean, boolean) - Method in interface org.dspace.content.service.RelationshipService
Retrieves the list of Relationships currently in the system for which the given Item is either a leftItem or a rightItem object
findByItemAndRelationshipType(Context, Item, RelationshipType) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType property NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, int, int) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, int, int) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType property NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, int, int, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, int, int, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType property NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, Integer, Integer, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, boolean, Integer, Integer, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given RelationshipType object.
findByItemAndRelationshipType(Context, Item, RelationshipType, int, int) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, int, int) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType property NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByItemAndRelationshipType(Context, Item, RelationshipType, int, int, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, int, int, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType property NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByItemAndRelationshipType(Context, Item, RelationshipType, Integer, Integer, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByItemAndRelationshipType(Context, Item, RelationshipType, Integer, Integer, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given RelationshipType object.
findByItemAndRelationshipTypeAndList(Context, UUID, RelationshipType, List<UUID>, boolean, int, int) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByItemAndRelationshipTypeAndList(Context, UUID, RelationshipType, List<UUID>, boolean, int, int) - Method in interface org.dspace.content.dao.RelationshipDAO
This method is used to retrieve relationships that match focusItem on the one hand and matches list of related items elsewhere.
findByItemHandle(String, Integer, String) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
Find the bitstream for the provided handle and sequence or filename.
findByItemId(Context, UUID) - Method in class org.dspace.content.EntityServiceImpl
 
findByItemId(Context, UUID) - Method in interface org.dspace.content.service.EntityService
This will construct an Entity object that will be returned with the Item that matches the ItemID that was passed along as well as a list of relationships for that Item.
findByItemId(Context, UUID, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
findByItemId(Context, UUID, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
This will construct an Entity object that will be returned with the Item that matches the ItemID that was passed along as well as a list of relationships for that Item.
findByItemRelationshipTypeAndRelatedList(Context, UUID, RelationshipType, List<UUID>, boolean, int, int) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByItemRelationshipTypeAndRelatedList(Context, UUID, RelationshipType, List<UUID>, boolean, int, int) - Method in interface org.dspace.content.service.RelationshipService
This method is used to retrieve relationships that match focusItem on the one hand and matches list of related items elsewhere.
findByItemsAndType(Integer, String, UUID, Set<UUID>, Pageable) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
This method is intended to be used when giving an item (focus) and a list of potentially related items we need to know which of these other items are already in a specific relationship with the focus item and, by exclusion which ones are not yet related.
findByItemUuid(UUID, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
This is a search method that will return the WorkflowItemRest object found through the UUID of an item.
findByItemUuid(UUID, Pageable) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
This is a search method that will return the WorkspaceItemRest object found through the UUID of an item.
findByLabel(String, UUID, Pageable) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
This method will find all the Relationship objects that a RelationshipType that corresponds to the given Label It's also possible to pass a DSO along to this method with a parameter which will only return Relationship objects that have this DSO as leftItem or rightItem.
findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context, Date, int, int[], int, Date) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context, Date, int, int[], int, Date) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByLastModifiedSince(Context, Date) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByLastModifiedSince(Context, Date) - Method in interface org.dspace.content.dao.ItemDAO
Find all Items modified since a Date.
findByLastModifiedSince(Context, Date) - Method in class org.dspace.content.ItemServiceImpl
 
findByLastModifiedSince(Context, Date) - Method in interface org.dspace.content.service.ItemService
Find all Items modified since a Date.
findByLatestItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByLatestItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns the UUIDs of all items that have a relationship with the given item, from the perspective of the other item.
findByLatestItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByLatestItemAndRelationshipType(Context, Item, RelationshipType, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method returns the UUIDs of all items that have a relationship with the given item, from the perspective of the other item.
findByLeftwardOrRightwardTypeName(Context, String) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByLeftwardOrRightwardTypeName(Context, String) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given label is equal to either the leftwardType or rightwardType.
findByLeftwardOrRightwardTypeName(Context, String) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByLeftwardOrRightwardTypeName(Context, String) - Method in interface org.dspace.content.service.RelationshipTypeService
Retrieves all RelationshipType objects that have a left or right type that is equal to the given String
findByLeftwardOrRightwardTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findByLeftwardOrRightwardTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method will return a list of RelationshipType objects for which the given label is equal to either the leftLabel or rightLabel.
findByLeftwardOrRightwardTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findByLeftwardOrRightwardTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipTypeService
Retrieves all RelationshipType objects that have a left or right label that is equal to the given String
findByLegacyId(Context, int) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.BundleServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.CommunityServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.ItemServiceImpl
 
findByLegacyId(Context, int) - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
Generic find for when the precise type of a DSO is not known, just the a pair of type number and database ID.
findByLegacyId(Context, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByLegacyId(Context, int, Class<T>) - Method in interface org.dspace.content.dao.DSpaceObjectLegacySupportDAO
 
findByLegacyId(Context, int, Class<T>) - Method in class org.dspace.core.AbstractHibernateDSODAO
Find a DSO by its "legacy ID".
findByMetadata(String, Pageable) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
Find the epersons matching the query parameter.
findByMetadata(String, Pageable) - Method in class org.dspace.app.rest.repository.GroupRestRepository
Find the groups matching the query parameter.
findByMetadataAndCollection(String, UUID) - Method in class org.dspace.app.rest.repository.VocabularyRestRepository
 
findByMetadataField(Context, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findByMetadataField(Context, String, String, String, String) - Method in interface org.dspace.content.service.ItemService
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findByMetadataField(Context, String, MetadataField) - Method in interface org.dspace.eperson.dao.GroupDAO
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
findByMetadataField(Context, String, MetadataField) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByMetadataField(Context, String, MetadataField) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByMetadataField(Context, String, MetadataField) - Method in interface org.dspace.eperson.service.GroupService
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
findByMetadataField(Context, MetadataField, String, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByMetadataField(Context, MetadataField, String, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findByMetadataFieldAuthority(Context, String, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByMetadataFieldAuthority(Context, String, String) - Method in interface org.dspace.content.service.ItemService
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
Deprecated.
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in interface org.dspace.content.dao.ItemDAO
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in class org.dspace.content.ItemServiceImpl
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in interface org.dspace.content.service.ItemService
 
findByMIMEType(Context, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findByMIMEType(Context, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Find a bitstream format by its (unique) MIME type.
findByMIMEType(Context, String, boolean) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByMIMEType(Context, String, boolean) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
Find a bitstream format by its (unique) MIME type.
findByName(Context, String) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name (exact match)
findByName(Context, String) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByName(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByName(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Find the group by its name - assumes name is unique
findByName(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByName(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByNameLike(Context, String, int, int) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name (fuzzy match)
findByNameLike(Context, String, int, int) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByNamespace(Context, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Get the schema object corresponding to this namespace URI.
findByNamespace(Context, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
findByNamespace(Context, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
findByNamespace(Context, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema object corresponding to this namespace URI.
findByNetid(Context, String) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByNetid(Context, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByNetid(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByNetid(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the eperson by their netid.
findByNotProcessedInDateRange(Context, Date, Date) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByNotProcessedInDateRange(Context, Date, Date) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByOAIId(Context, String, Collection) - Method in interface org.dspace.harvest.dao.HarvestedItemDAO
 
findByOAIId(Context, String, Collection) - Method in class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
findByObject(String, UUID, String, Pageable) - Method in class org.dspace.app.rest.repository.AuthorizationRestRepository
It returns the list of matching available authorizations granted to the specified eperson or to the anonymous user.
findByObject(String, Pageable) - Method in class org.dspace.app.rest.repository.StatisticsRestRepository
 
findByObjects(List<String>, String, UUID, List<String>, Pageable) - Method in class org.dspace.app.rest.repository.AuthorizationRestRepository
 
findByOrcidID(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByOrcidID(Context, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByParent(Context, Group) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
findByParent(Context, Group) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
findByParentAndChild(Context, Group, Group) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
findByParentAndChild(Context, Group, Group) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
findByPreferences(List<OrcidProfileSyncPreference>) - Method in class org.dspace.orcid.service.impl.OrcidProfileSectionFactoryServiceImpl
 
findByPreferences(List<OrcidProfileSyncPreference>) - Method in interface org.dspace.orcid.service.OrcidProfileSectionFactoryService
Returns all the profile section configurations relative to the given preferences.
findByPrefix(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
findByPrefix(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
findByProfileItem(Context, Item) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByProfileItem(Context, Item) - Method in interface org.dspace.eperson.service.EPersonService
Find the EPerson related to the given profile item.
findByProfileItem(Context, Item) - Method in class org.dspace.orcid.dao.impl.OrcidTokenDAOImpl
 
findByProfileItem(Context, Item) - Method in interface org.dspace.orcid.dao.OrcidTokenDAO
Find an OrcidToken by profileItem.
findByProfileItem(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
findByProfileItem(Context, Item) - Method in interface org.dspace.orcid.service.OrcidTokenService
Find an OrcidToken by profileItem.
findByProfileItemAndEntity(Context, UUID, UUID) - Method in class org.dspace.orcid.dao.impl.OrcidHistoryDAOImpl
 
findByProfileItemAndEntity(Context, UUID, UUID) - Method in interface org.dspace.orcid.dao.OrcidHistoryDAO
Find all the ORCID history records by the given profileItem and entity uuids.
findByProfileItemAndEntity(Context, Item, Item) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByProfileItemAndEntity(Context, Item, Item) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Returns all the orcid queue records with the given profileItem and entity items.
findByProfileItemAndEntity(Context, Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findByProfileItemAndEntity(Context, Item, Item) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get the orcid queue records by the profileItem and entity.
findByProfileItemAndRecordType(Context, Item, String) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByProfileItemAndRecordType(Context, Item, String) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Find all the OrcidQueue records with the given profileItem and record type.
findByProfileItemId(String, Pageable) - Method in class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
findByProfileItemId(Context, UUID) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findByProfileItemId(Context, UUID) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get the orcid queue records by the profileItem id.
findByProfileItemId(Context, UUID, Integer, Integer) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByProfileItemId(Context, UUID, Integer, Integer) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Get the orcid queue records by the profileItem id.
findByProfileItemId(Context, UUID, Integer, Integer) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findByProfileItemId(Context, UUID, Integer, Integer) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get the orcid queue records by the profileItem id.
findByProfileItemOrEntity(Context, Item) - Method in class org.dspace.orcid.dao.impl.OrcidHistoryDAOImpl
 
findByProfileItemOrEntity(Context, Item) - Method in class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
findByProfileItemOrEntity(Context, Item) - Method in interface org.dspace.orcid.dao.OrcidHistoryDAO
Get the OrcidHistory records where the given item is the profileItem or the entity
findByProfileItemOrEntity(Context, Item) - Method in interface org.dspace.orcid.dao.OrcidQueueDAO
Get the OrcidQueue records where the given item is the profileItem OR the entity
findByProfileItemOrEntity(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findByProfileItemOrEntity(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
findByProfileItemOrEntity(Context, Item) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Get the OrcidHistory records where the given item is the profile item OR the entity
findByProfileItemOrEntity(Context, Item) - Method in interface org.dspace.orcid.service.OrcidQueueService
Get the OrcidQueue records where the given item is the profileItem OR the entity
findByRelationshipType(Context, RelationshipType) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByRelationshipType(Context, RelationshipType) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given RelationshipType object.
findByRelationshipType(Context, RelationshipType) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByRelationshipType(Context, RelationshipType) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationship objects for which the relationshipType property is equal to the given RelationshipType object NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByRelationshipType(Context, RelationshipType, Integer, Integer) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByRelationshipType(Context, RelationshipType, Integer, Integer) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given RelationshipType object.
findByRelationshipType(Context, RelationshipType, Integer, Integer) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByRelationshipType(Context, RelationshipType, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationship objets for which the relationshipType property is equal to the given RelationshipType object NOTE: tilted relationships are NEVER excluded when fetching one relationship type
findByResouceUuid(Context, UUID, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByResouceUuid(Context, UUID, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies related to a DSpace resource
findByResouceUuid(Context, UUID, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByResouceUuid(Context, UUID, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies related to a DSpace resource
findByResouceUuidAndActionId(Context, UUID, int, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByResouceUuidAndActionId(Context, UUID, int, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Return a paginated list of policies related to a DSpace resource filter by actionId
findByResouceUuidAndActionId(Context, UUID, int, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByResouceUuidAndActionId(Context, UUID, int, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a paginated list of policies related to a DSpace resource filter by actionId
findByResource(UUID, String, Pageable) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
Find the resource policies matching the uuid of the resource object and/or the specified action
findByResourceType(String) - Method in interface org.dspace.app.rest.authorization.AuthorizationFeatureService
Return all the feature that apply to the rest resources identified by the uniqueType string category.model
findByResourceType(String) - Method in class org.dspace.app.rest.authorization.impl.AuthorizationFeatureServiceImpl
 
findByResourceType(String, Pageable) - Method in class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
findByResultTypeInDateRange(Context, Date, Date, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByResultTypeInDateRange(Context, Date, Date, ChecksumResultCode) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByRightsByQuestions() - Method in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
Retrieves the CC License URI based on the license ID and answers in the field questions, provided as parameters to this request
findBySchema(String, Pageable) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
findBySectionType(OrcidProfileSectionType) - Method in class org.dspace.orcid.service.impl.OrcidProfileSectionFactoryServiceImpl
 
findBySectionType(OrcidProfileSectionType) - Method in interface org.dspace.orcid.service.OrcidProfileSectionFactoryService
Returns the profile section factory of the given type.
findByShortDescription(Context, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findByShortDescription(Context, String) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByShortDescription(Context, String) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
Find a bitstream format by its (unique) short description
findByShortDescription(Context, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Find a bitstream format by its (unique) short description
findBySignature(Context, Item, String) - Method in class org.dspace.orcid.service.impl.PlainMetadataSignatureGeneratorImpl
 
findBySignature(Context, Item, String) - Method in interface org.dspace.orcid.service.MetadataSignatureGenerator
Returns the metadata values traceable by the given item related with the given signature.
findByStatus(Context, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatus(Context, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStatus(Context, int) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findByStatus(Context, int) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections with the specified status flag.
findByStatus(Context, List<Integer>) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findByStatus(Context, List<Integer>) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context, int, int, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context, int, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context, int, int, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context, int, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStep(Context, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByStep(Context, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByStoreNumber(Context, Integer) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByStoreNumber(Context, Integer) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByStoreNumber(Context, Integer) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByStoreNumber(Context, Integer) - Method in interface org.dspace.content.service.BitstreamService
 
findByString(Context, String, char) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findByString(Context, String, char) - Method in interface org.dspace.content.service.MetadataFieldService
Separates an mdString in schema, element and qualifier parts, separated by a given separator And returns it's matching metadataField if found
findBySubmitter(UUID, Pageable) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
findBySubmitter(UUID, Pageable) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.content.dao.ItemDAO
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.content.ItemServiceImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.content.service.ItemService
Find all the items in the archive by a given submitter.
findBySubmitter(Context, EPerson) - Method in interface org.dspace.workflow.WorkflowItemService
Get all workflow items that were original submissions by a particular e-person.
findBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findBySubmitter(Context, EPerson, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findBySubmitter(Context, EPerson, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Find all the items by a given submitter.
findBySubmitter(Context, EPerson, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
findBySubmitter(Context, EPerson, boolean) - Method in interface org.dspace.content.service.ItemService
Find all the items by a given submitter.
findBySubmitter(Context, EPerson, Integer, Integer) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findBySubmitter(Context, EPerson, Integer, Integer) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
Return all the workflow items from a specific submitter respecting the pagination parameters
findBySubmitter(Context, EPerson, Integer, Integer) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
Return all the workflow items from a specific submitter respecting the pagination parameters
findBySubmitter(Context, EPerson, Integer, Integer) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findBySubmitter(Context, EPerson, MetadataField, int) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findBySubmitter(Context, EPerson, MetadataField, int) - Method in interface org.dspace.content.dao.ItemDAO
 
findBySubmitterDateSorted(Context, EPerson, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findBySubmitterDateSorted(Context, EPerson, Integer) - Method in interface org.dspace.content.service.ItemService
Retrieve the list of items submitted by eperson, ordered by recently submitted, optionally limitable
findBySupervisedGroupMember(Context, EPerson) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findBySupervisedGroupMember(Context, EPerson) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByTemplateItem(Context, Item) - Method in interface org.dspace.content.dao.CollectionDAO
 
findByTemplateItem(Context, Item) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findByToken(String) - Method in class org.dspace.app.rest.repository.RegistrationRestRepository
This method will find the RegistrationRest object that is associated with the token given
findByToken(Context, String) - Method in class org.dspace.app.requestitem.dao.impl.RequestItemDAOImpl
 
findByToken(Context, String) - Method in interface org.dspace.app.requestitem.dao.RequestItemDAO
Fetch a request named by its unique token (passed in emails).
findByToken(Context, String) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
findByToken(Context, String) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Retrieve a request by its token.
findByToken(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
findByToken(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
findByToken(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
findByToken(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
findByTypeGroupAction(Context, DSpaceObject, Group, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
findByTypeGroupAction(Context, DSpaceObject, Group, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByTypeGroupAction(Context, DSpaceObject, Group, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByTypeGroupAction(Context, DSpaceObject, Group, int) - Method in interface org.dspace.authorize.service.AuthorizeService
 
findByTypeGroupActionExceptId(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByTypeGroupActionExceptId(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
Look for ResourcePolicies by DSpaceObject, Group, and action, ignoring IDs with a specific PolicyID.
findByTypeGroupActionExceptId(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findByTypeGroupActionExceptId(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Look for ResourcePolicies by DSpaceObject, Group, and action, ignoring IDs with a specific PolicyID.
findByTypeName(Context, String) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByTypeName(Context, String) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given typeName
findByTypeName(Context, String) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByTypeName(Context, String) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationship objects for the given typeName
findByTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
 
findByTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.dao.RelationshipDAO
This method returns a list of Relationship objects for the given typeName
findByTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.RelationshipServiceImpl
 
findByTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipService
This method returns a list of Relationship objects for the given typeName
findbyTypesAndTypeName(Context, EntityType, EntityType, String, String) - Method in class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
findbyTypesAndTypeName(Context, EntityType, EntityType, String, String) - Method in interface org.dspace.content.dao.RelationshipTypeDAO
This method is used to retrieve the RelationshipType object that has the same leftType, rightType, leftwardType and rightwardType as given in the parameters
findbyTypesAndTypeName(Context, EntityType, EntityType, String, String) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
findbyTypesAndTypeName(Context, EntityType, EntityType, String, String) - Method in interface org.dspace.content.service.RelationshipTypeService
Retrieves a RelationshipType for which the given parameters all match the one in the returned RelationshipType
findByUID(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
Item.ANY does not work here.
findByUID(Context, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByUser(UUID, Pageable) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
findByUser(UUID, Pageable) - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
findByValue(Context, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByValue(Context, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByValue(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByValue(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByValueLike(Context, String) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
findByValueLike(Context, String) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
findByValueLike(Context, String) - Method in class org.dspace.content.MetadataValueServiceImpl
 
findByValueLike(Context, String) - Method in interface org.dspace.content.service.MetadataValueService
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
Find the single task for a given workflow item claimed by a given EPerson.
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
Find all claimed tasks for a given workflow item.
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
Find the single task for a given workflow item which is claimed by a given EPerson.
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByWorkflowItemAndGroup(Context, Group, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItemAndGroup(Context, Group, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItemAndRole(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByWorkflowItemAndRole(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByWorkflowItemAndStepId(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItemAndStepId(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItemAndStepIdAndActionId(Context, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItemAndStepIdAndActionId(Context, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByX(Context, Class, Map<String, Object>, boolean, int, int) - Method in class org.dspace.core.AbstractHibernateDAO
This method can be used to construct a query for which there needs to be a bunch of equal properties These properties can be passed along in the equals hashmap
findCanvas(UUID, String) - Method in class org.dspace.app.iiif.IIIFController
The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.
findClass(String) - Method in class org.dspace.core.PathsClassLoader
 
findCollectionsWithSubmit(String, Context, Community, int, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findCollectionsWithSubmit(String, Context, Community, int, int) - Method in interface org.dspace.content.service.CollectionService
Returns Collections for which the current user has 'submit' privileges.
findCollectionsWithSubmit(String, Context, Community, String, int, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findCollectionsWithSubmit(String, Context, Community, String, int, int) - Method in interface org.dspace.content.service.CollectionService
Returns Collections for which the current user has 'submit' privileges.
findCollectionsWithSubscribers(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findCollectionsWithSubscribers(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
findCollectionsWithSubscribers(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findCollectionsWithSubscribers(Context) - Method in interface org.dspace.content.service.CollectionService
 
findDeletedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findDeletedBitstreams(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findDeletedBitstreams(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findDeletedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
Retrieve all bitstreams with the deleted flag set to true
findDepositLicense(Context, Item) - Static method in class org.dspace.content.packager.PackageUtils
Utility to find the license bitstream from an item
findDirectMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findDirectMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIServiceImpl
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.DOIService
Find the DOI assigned to a given DSpace Object.
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in class org.dspace.identifier.DOIServiceImpl
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in interface org.dspace.identifier.service.DOIService
Find the DOI assigned to a given DSpace Object, unless it has one of a given set of statuses.
findDomainObjectByPk(Context, Integer) - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
findDomainObjectByPk(Context, Integer) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
findDomainObjectByPk(Context, UUID) - Method in class org.dspace.app.rest.repository.DSpaceObjectRestRepository
 
findDomainObjectByPk(Context, PK) - Method in interface org.dspace.app.rest.repository.ReloadableEntityObjectRepository
 
findDSpaceObject(Context, UUID) - Method in class org.dspace.app.rest.utils.DSpaceObjectUtils
Retrieve a DSpaceObject from its uuid.
findDSpaceObject(Context, UUID) - Method in class org.dspace.app.util.DSpaceObjectUtilsImpl
Retrieve a DSpaceObject from its uuid.
findDSpaceObject(Context, UUID) - Method in interface org.dspace.app.util.service.DSpaceObjectUtils
Retrieve a DSpaceObject from its uuid.
findDuplicateInternalIdentifier(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
 
findEPeopleWithSubscription(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findEPeopleWithSubscription(Context) - Method in interface org.dspace.eperson.service.EPersonService
Retrieve all accounts which are subscribed to receive information about new items.
findEPerson(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Identify an existing EPerson based upon the shibboleth attributes provided on the request object.
findExceptRpType(Context, DSpaceObject, int, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
findExceptRpType(Context, DSpaceObject, int, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Return a list of policies for an object that match the action except the record labeled with the rpType
findFieldsByElementNameUnqualified(Context, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
 
findGroup2CommunityMapped(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroup2CommunityMapped(Context) - Method in interface org.dspace.content.service.CollectionService
 
findGroup2GroupMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroup2GroupMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findGroupMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroupMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
findHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Return the handle for an Object, or null if the Object has no handle.
findHandleInternal(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
Find the database row corresponding to handle.
findInArchiveOrWithdrawnDiscoverableModifiedSince(Context, Date) - Method in class org.dspace.content.ItemServiceImpl
 
findInArchiveOrWithdrawnDiscoverableModifiedSince(Context, Date) - Method in interface org.dspace.content.service.ItemService
Get all Items installed or withdrawn, discoverable, and modified since a Date.
findInArchiveOrWithdrawnNonDiscoverableModifiedSince(Context, Date) - Method in class org.dspace.content.ItemServiceImpl
 
findInArchiveOrWithdrawnNonDiscoverableModifiedSince(Context, Date) - Method in interface org.dspace.content.service.ItemService
Get all Items installed or withdrawn, NON-discoverable, and modified since a Date.
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Retrieve a single indexable object using the provided identifier
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
findIndexableObject(Context, String) - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
findIndexableObject(Context, SolrDocument) - Method in class org.dspace.discovery.SolrServiceImpl
Find the indexable object by type and UUID
findItemByMetaValue(Context, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Lookup an item by a (unique) meta value.
findItemsByLiftMetadata(Context) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
findItemsByLiftMetadata(Context) - Method in interface org.dspace.embargo.service.EmbargoService
 
findItemValuesByFieldAndValue(Context, MetadataField, String) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
findItemValuesByFieldAndValue(Context, MetadataField, String) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
findLastPutCode(Context, Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findLastPutCode(Context, Item, Item) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Find the last put code related to the given profileItem and entity item.
findLastPutCodes(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findLastPutCodes(Context, Item) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Find all the last put code related to the entity item each associated with the profileItem to which it refers.
findLatestForDiscoveryMetadataValues(Context, Item, EntityType) - Method in class org.dspace.content.RelationshipMetadataServiceImpl
Create the list of relation.*.latestForDiscovery virtual metadata values for the given item.
findLinkableFulltext(Item) - Method in class org.dspace.app.util.GoogleMetadata
A bitstream is considered linkable fulltext when it is either the item's only bitstream (in the ORIGINAL bundle); or the primary bitstream Additionally, this bitstream must be publicly viewable.
findLinkAnnotation(Method) - Method in class org.dspace.app.rest.utils.Utils
Gets the LinkRest annotation for the given method, if any.
findMany(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
findMany(Context, String) - Method in interface org.dspace.core.GenericDAO
Execute a JPQL query and return a collection of results.
findMany(Context, Query) - Method in class org.dspace.core.AbstractHibernateDAO
Execute a JPA Criteria query and return a collection of results.
findMatchingRecords(String, Item) - Method in class org.dspace.importer.external.service.ImportService
Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.
findMatchingRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
Finds records based on query object.
findMatchingRecords(Item) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Expect this method will be not used and erased from the interface soon
findMatchingRecords(Item) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Finds records based on an item
findMatchingRecords(Item) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in interface org.dspace.importer.external.service.components.QuerySource
Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.
findMatchingRecords(Item) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
findMatchingRecords(Item) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Finds records based on query object.
findMatchingRecords(Query) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Finds records based on query object.
findMatchingRecords(Query) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Finds records based on query object.
findMatchingRecords(Query) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in interface org.dspace.importer.external.service.components.QuerySource
Finds records based on query object.
findMatchingRecords(Query) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
FindMatchingRecordsCallable(Query) - Constructor for class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl.FindMatchingRecordsCallable
 
findMultipleAttributes(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth hattributeeader value and return the values.
findNewestHarvest(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findNewestHarvest(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the collection that was harvested most recently.
findNonInternal(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findNonInternal(Context) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findNonInternal(Context) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findNonInternal(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Retrieve all non-internal bitstream formats from the registry.
findNotActiveSince(Context, Date) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findNotActiveSince(Context, Date) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findNotActiveSince(Context, Date) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findNotActiveSince(Context, Date) - Method in interface org.dspace.eperson.service.EPersonService
Retrieve all accounts which have not logged in since the specified date
findNotInHistory(Context) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findNotInHistory(Context) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findNotInHistory(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
findNotInHistory(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findNotProcessedBitstreamsReport(Context, Date, Date) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Find all bitstreams that were set to not be processed for the specified date range.
findNotProcessedBitstreamsReport(Context, Date, Date) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOldestHarvest(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findOldestHarvest(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the collection that was harvested the longest time ago.
findOldestRecord(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Get the oldest most recent checksum record.
findOldestRecord(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOldestRecord(Context, Date) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Returns the oldest bitstream that in the set of bitstreams that are less than the specified date.
findOldestRecord(Context, Date) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOne(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Find the CC License corresponding to the provided ID using the default language found in the configuration
findOne(String) - Method in interface org.dspace.license.service.CreativeCommonsService
Find the CC License corresponding to the provided ID using the default language found in the configuration
findOne(String, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Find the CC License corresponding to the provided ID and provided language
findOne(String, String) - Method in interface org.dspace.license.service.CreativeCommonsService
Find the CC License corresponding to the provided ID and provided language
findOne(String, String, Integer) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the single resource by identifier; Note that the regular expression in the request mapping accept a number as identifier; Please see RestResourceController.findOne(String, String, String) for findOne with string as identifier and see RestResourceController.findOne(String, String, UUID) for uuid as identifier
findOne(String, String, String) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the single resource by identifier; Note that the regular expression in the request mapping accept a string as identifier but not the other kind of identifier; http:///api/{apiCategory}/{model}/{id} Example:
findOne(String, String, UUID) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the single resource by identifier; Note that the regular expression in the request mapping accept a UUID as identifier; Please see RestResourceController.findOne(String, String, Integer) for findOne with number as identifier and see RestResourceController.findOne(String, String, String) for string as identifier
findOne(UUID) - Method in class org.dspace.app.iiif.IIIFController
The manifest response contains sufficient information for the client to initialize itself and begin to display something quickly to the user.
findOne(Collection) - Method in class org.dspace.app.rest.repository.HarvestedCollectionRestRepository
 
findOne(Context, ID) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support retrieval of a specific REST object instance
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.EntityTypeRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.OrcidHistoryRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.RegistrationRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.RelationshipTypeRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.VersionHistoryRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
findOne(Context, Integer) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.AuthorizationRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.BrowseIndexRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.ConfigurationRestRepository
Gets the value of a configuration property if it is exposed via REST Example:
findOne(Context, String) - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.ScriptRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.StatisticsRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionAccessOptionRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionCCLicenseRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionDefinitionRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionFormRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionPanelRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.SubmissionUploadRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.VocabularyRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.WorkflowActionRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.repository.WorkflowStepRestRepository
 
findOne(Context, String) - Method in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
The findOne method is not supported in this repository
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.BundleRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.SiteRestRepository
 
findOne(Context, UUID) - Method in class org.dspace.app.rest.repository.TemplateItemRestRepository
 
findOneById(Context, Integer) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findOneById(Context, Integer) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findOrcidHolders(Context) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findOrcidHolders(Context) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findOrCreateBitstreamFormat(Context, String, String, String) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOrCreateBitstreamFormat(Context, String, String, String, int, boolean) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOriginalBitstream(Item, Bitstream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
For a bitstream that's a thumbnail or extracted text, find the corresponding bitstream it was derived from, in the ORIGINAL bundle.
findPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
findPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for an object
findProcessesByProperty(UUID, String, String, Pageable) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
Search method that will take Parameters and return a list of ProcessRest objects based on the Process objects that were in the databank that adhere to these params
findProfilesByOrcid(Context, String) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
findProfilesByOrcid(Context, String) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Returns all the profiles with the given orcid id.
findReady(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findReady(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections that are ready for harvesting
findRel(HttpServletRequest, HttpServletResponse, String, String, Integer, String, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.RestResourceController
 
findRel(HttpServletRequest, HttpServletResponse, String, String, Integer, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the relation resources; Note that the regular expression in the request mapping accept a number;
findRel(HttpServletRequest, HttpServletResponse, String, String, String, String, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.RestResourceController
Called in GET, try to retrieve the requested linked resource.
findRel(HttpServletRequest, HttpServletResponse, String, String, String, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the relation resources; Note that the regular expression in the request mapping accept a string as identifier but not the other kind of identifier;
findRel(HttpServletRequest, HttpServletResponse, String, String, UUID, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.RestResourceController
Called in GET is used to retrieve the relation resources; Note that the regular expression in the request mapping accept a UUID as identifier;
findRelationshipMetadataValueForItemRelationship(Context, Item, String, Relationship, boolean) - Method in interface org.dspace.content.RelationshipMetadataService
Retrieves the list of RelationshipMetadataValue objects specific to only one Relationship of the item.
findRelationshipMetadataValueForItemRelationship(Context, Item, String, Relationship, boolean) - Method in class org.dspace.content.RelationshipMetadataServiceImpl
 
findSeeAlsoList(UUID) - Method in class org.dspace.app.iiif.IIIFController
All resources can link to semantic descriptions of themselves via the seeAlso property.
findSimilarNotInState(Context, String, List<Integer>, boolean) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findSimilarNotInState(Context, String, List<Integer>, boolean) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findSingleAttribute(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth header value and return the first value.
findSite(Context) - Method in class org.dspace.content.dao.impl.SiteDAOImpl
 
findSite(Context) - Method in interface org.dspace.content.dao.SiteDAO
 
findSite(Context) - Method in interface org.dspace.content.service.SiteService
 
findSite(Context) - Method in class org.dspace.content.SiteServiceImpl
 
findSubmitAuthorized(String, Pageable) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
findSubmitAuthorizedByCommunity(UUID, Pageable, String) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
findSubmitAuthorizedByCommunityAndEntityType(String, UUID, String, Pageable) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
Returns Collections for which the current user has 'submit' privileges limited by parent community.
findSubmitAuthorizedByEntityType(String, String, Pageable) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
Returns Collections for which the current user has 'submit' privileges.
findSuccessfullyRecordsByEntityAndType(Context, Item, String) - Method in class org.dspace.orcid.dao.impl.OrcidHistoryDAOImpl
 
findSuccessfullyRecordsByEntityAndType(Context, Item, String) - Method in interface org.dspace.orcid.dao.OrcidHistoryDAO
Find all the successfully Orcid history records with the given record type related to the given entity.
findSuccessfullyRecordsByEntityAndType(Context, Item, String) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
findSuccessfullyRecordsByEntityAndType(Context, Item, String) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Find all the successfully Orcid history records with the given record type related to the given entity.
findSupervisedItemsByEPerson(Context, EPerson) - Method in interface org.dspace.content.service.WorkspaceItemService
 
findSupervisedItemsByEPerson(Context, EPerson) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findTaskSet(String) - Method in class org.dspace.workflow.CurationTaskConfig
Find a TaskSet by name.
findUnique(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
findUnique(Context, String) - Method in interface org.dspace.core.GenericDAO
Execute a JPQL query returning a unique result.
findUnknown(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findUnknown(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Get the generic "unknown" bitstream format.
findUnsalted(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findUnsalted(Context) - Method in interface org.dspace.eperson.service.EPersonService
Retrieve all accounts which have a password but do not have a digest algorithm
findVersionsWithItems(Context, VersionHistory, int, int) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
findVersionsWithItems(Context, VersionHistory, int, int) - Method in interface org.dspace.versioning.dao.VersionDAO
This method returns all versions of an version history that have items assigned.
findWithPasswordWithoutDigestAlgorithm(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findWithPasswordWithoutDigestAlgorithm(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findWithSupervisedGroup(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findWithSupervisedGroup(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
finish() - Method in class org.dspace.app.sitemap.AbstractGenerator
Complete writing sitemap files and write the index files.
finish(Context) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
finish(Context) - Method in class org.dspace.checker.CheckerConsumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.discovery.IndexEventConsumer
 
finish(Context) - Method in class org.dspace.eperson.EPersonConsumer
Finish the event
finish(Context) - Method in interface org.dspace.event.Consumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.event.TestConsumer
 
finish(Context) - Method in class org.dspace.identifier.doi.DOIConsumer
 
finish(Context) - Method in class org.dspace.iiif.consumer.IIIFCacheEventConsumer
 
finish(Context) - Method in class org.dspace.orcid.consumer.OrcidQueueConsumer
 
finish(Context) - Method in class org.dspace.rdf.RDFConsumer
 
finish(Context) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
finish(Context) - Method in class org.dspace.versioning.VersioningConsumer
 
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Subclass-dependent final processing on a Bitstream; could include fixing up the name, bundle, other attributes.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Nothing extra to do to bitstream after ingestion.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Take a second pass over files to correct names of derived files (e.g.
finishCreateItem(Context, WorkspaceItem, String, PackageParameters) - Static method in class org.dspace.content.packager.PackageUtils
Perform any final tasks on a newly created WorkspaceItem in order to finish ingestion of an Item.
finished - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
FINISHED - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
FINISHED_TIME - Static variable in class org.dspace.scripts.Process_
 
finishedTime - Static variable in class org.dspace.scripts.Process_
 
finishItem(Context, Item, InProgressSubmission) - Method in class org.dspace.content.InstallItemServiceImpl
Final housekeeping when adding a new Item into the archive.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Hook for final "finishing" operations on the new Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Last change to fix up a DSpace Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
fireEvent(Event) - Method in class org.dspace.services.events.SystemEventService
 
fireEvent(Event) - Method in interface org.dspace.services.EventService
Fires an event immediately (does not add it to the queue).
FIRST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
FIRSTPAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
FixDefaultPolicies - Class in org.dspace.authorize
Command line tool to locate collections without default item and bitstream read policies, and assign them some.
flatParentCommunities(Collection) - Method in interface org.dspace.xoai.services.api.CollectionsService
 
flatParentCommunities(Collection) - Method in class org.dspace.xoai.services.impl.DSpaceCollectionsService
 
flatParentCommunities(Community) - Method in interface org.dspace.xoai.services.api.CollectionsService
 
flatParentCommunities(Community) - Method in class org.dspace.xoai.services.impl.DSpaceCollectionsService
 
flatParentCommunities(Context, Item) - Method in interface org.dspace.xoai.services.api.CollectionsService
 
flatParentCommunities(Context, Item) - Method in class org.dspace.xoai.services.impl.DSpaceCollectionsService
 
flipRowCols() - Method in class org.dspace.statistics.Dataset
 
floorInfo(int) - Method in class org.dspace.app.statistics.HTMLReport
output the floor information in HTML format
floorInfo(int) - Method in interface org.dspace.app.statistics.Report
output the floor information in the relevant format
flowstep - Variable in class org.dspace.workflow.TasksetType
 
FlowStep - Class in org.dspace.workflow
Linkage between a workflow step and some CurationTasks.
FlowStep(String, String) - Constructor for class org.dspace.workflow.FlowStep
Create a set of curation tasks to be linked to a named workflow step.
FlowstepType - Class in org.dspace.workflow
Tasksets are organized into elements called 'flowsteps' which correspond by name to DSpace workflow steps.
FlowstepType() - Constructor for class org.dspace.workflow.FlowstepType
 
FLYWAY_TABLE - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
FlywayUpgradeUtils - Class in org.dspace.storage.rdbms
Utility class used to detect issues with the Flyway migration history table and attempt to correct/fix them.
fmtTable - Variable in class org.dspace.ctask.general.ProfileFormats
 
followUp(AuthorityValue) - Method in class org.dspace.authority.UpdateAuthorities
 
footer - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
footer() - Method in class org.dspace.app.statistics.HTMLReport
output the final footers for this file
footer() - Method in interface org.dspace.app.statistics.Report
output the final footers for this file
forceDelete(Context, Relationship, boolean, boolean) - Method in class org.dspace.content.RelationshipServiceImpl
 
forceDelete(Context, Relationship, boolean, boolean) - Method in interface org.dspace.content.service.RelationshipService
This method is used to delete a Relationship whilst given the possibility to copy the Virtual Metadata created by this relationship to the left and/or right item.
FORCEUPDATE - org.dspace.discovery.IndexClientOptions
 
FORCEUPDATEANDSPELLCHECK - org.dspace.discovery.IndexClientOptions
 
FOREIGN_DOI - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI cannot be created, registered, reserved and so on because it uses a foreign prefix.
FOREVER - Static variable in interface org.dspace.embargo.service.EmbargoService
Special date signalling an Item is to be embargoed forever.
forever_date - Variable in class org.dspace.access.status.AccessStatusServiceImpl
 
format(ResumptionToken) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceResumptionTokenFormatter
 
format(Date) - Static method in class org.dspace.xoai.util.DateUtils
Format a Date object as a valid UTC Date String, per OAI-PMH guidelines http://www.openarchives.org/OAI/openarchivesprotocol.html#DatestampsResponses
FORMAT - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
formatFileSize(double) - Static method in class org.dspace.app.util.Util
Formats the file size.
FormatFilter - Interface in org.dspace.app.mediafilter
Public interface for any class which transforms or converts content/bitstreams from one format to another.
formatIdentifier(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
formatIdentifier(String) - Method in interface org.dspace.identifier.service.DOIService
Recognize format of DOI and return it with leading doi-Scheme.
formatISO8601Date(Date) - Static method in class org.dspace.core.Utils
Convert a Date to String in the ISO 8601 standard format.
formatResults(Item) - Method in class org.dspace.ctask.general.ClamScan
 
FormattableArgument - Class in org.dspace.content.license
Wrapper class to make formattable any argument used in the license template.
FormattableArgument(String, Object) - Constructor for class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, int) - Method in class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, Object, String) - Method in interface org.dspace.content.license.LicenseArgumentFormatter
Format the object following the java.util.Formatter rules.
formatTo(Formatter, int, int, Object, String) - Method in class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
forQuery(String) - Static method in enum org.dspace.app.rest.model.query.RestSearchOperator
This method will return the correct RestSearchOperator that's bound to the query given in the parameter.
forward(String) - Static method in class org.dspace.statistics.util.DnsLookup
Resolve a host name to an IPv4 address.
FRENCH - Static variable in class org.dspace.text.filter.Language
 
FRISIAN - Static variable in class org.dspace.text.filter.Language
 
from() - Method in class org.dspace.health.ReportInfo
 
fromEntityType(String) - Static method in enum org.dspace.orcid.model.OrcidEntityType
Returns an ORCID entity type from a DSpace entity type.
fromInt(Integer) - Static method in enum org.dspace.app.rest.model.HarvestStatusEnum
 
fromInt(Integer) - Static method in enum org.dspace.app.rest.model.HarvestTypeEnum
Creates an enum from the given integer
fromModel(HarvestedCollection, Collection, List<Map<String, String>>, Projection) - Method in class org.dspace.app.rest.converter.HarvestedCollectionConverter
 
FromOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "from" operation to the given "path".
FromOperation(String, String, String) - Constructor for class org.dspace.app.rest.model.patch.FromOperation
Constructs the operation
fromPage(Pageable) - Static method in class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
fromSetSpec(String) - Method in interface org.dspace.xoai.services.api.set.SetSpecResolver
 
fromSetSpec(String) - Method in class org.dspace.xoai.services.impl.set.DSpaceSetSpecResolver
 
fromSolr(SolrDocument) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
fromSolr(SolrDocument) - Method in interface org.dspace.authority.service.AuthorityValueService
 
fromString(String) - Static method in enum org.dspace.app.rest.model.ScopeEnum
 
fromString(String) - Static method in enum org.dspace.app.rest.model.VisibilityEnum
 
fromString(String) - Static method in enum org.dspace.orcid.model.OrcidProfileSectionType
 
fromString(String) - Static method in enum org.dspace.profile.OrcidProfileDisconnectionMode
 
fromString(String) - Static method in class org.dspace.util.UUIDUtils
 
fromValue(String) - Static method in enum org.dspace.workflow.ActionType
 
fromValue(String) - Static method in enum org.dspace.workflow.ConditionType
 
fulfills - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
fulfills(String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
fullNameMetadata - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
FullProjection - Class in org.dspace.app.rest.projection
Catch-all projection that allows embedding of all subresources.
FullProjection() - Constructor for class org.dspace.app.rest.projection.FullProjection
 
FULLTEXT - Variable in class org.dspace.app.util.GoogleMetadata
 
FULLTEXT_BUNDLE - Static variable in class org.dspace.discovery.FullTextContentStreams
 
FullTextContentStreams - Class in org.dspace.discovery
Construct a ContentStream from a File
FullTextContentStreams(Context, Item) - Constructor for class org.dspace.discovery.FullTextContentStreams
 
fullTextStreams - Variable in class org.dspace.discovery.FullTextContentStreams
 
FUNDER_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
FUNDING - org.dspace.orcid.model.OrcidEntityType
The ORCID funding activity.

G

GALICIAN - Static variable in class org.dspace.text.filter.Language
 
generate(Choices, String, ContentHandler) - Static method in class org.dspace.content.authority.ChoicesXMLGenerator
 
generate(Context, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
generate(Context, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
generate(Context, List<MetadataValue>) - Method in class org.dspace.orcid.service.impl.PlainMetadataSignatureGeneratorImpl
 
generate(Context, List<MetadataValue>) - Method in interface org.dspace.orcid.service.MetadataSignatureGenerator
Generate a signature related to the given metadata values.
generate(SharedSessionContractImplementor, Object) - Method in class org.dspace.content.PredefinedUUIDGenerator
 
GENERATE - Static variable in interface org.dspace.authority.service.AuthorityValueService
 
GENERATE_DATACITE_XML - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
generateAutomaticPolicies(Context, Date, String, DSpaceObject, Collection) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Generate Policies policies READ for the date in input adding reason.
generateAutomaticPolicies(Context, Date, String, DSpaceObject, Collection) - Method in interface org.dspace.authorize.service.AuthorizeService
Generate Policies policies READ for the date in input adding reason.
generateBytesKey() - Static method in class org.dspace.core.Utils
Generate a unique key as a byte array.
generateCanvas(Context, Item, String) - Method in class org.dspace.app.iiif.service.CanvasLookupService
 
generateCoverPage(Context, PDDocument, PDPage, Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
generateExternalId(Context, ExternalDataProvider, Item, Set<String>, String) - Method in class org.dspace.submit.listener.SimpleMetadataListener
This is the simpler implementation, it assumes that the value of the metadata listened by the DataProvider can be used directly as identifier.
generateHexKey() - Static method in class org.dspace.core.Utils
Generate a unique key.
generateId() - Method in interface org.dspace.storage.bitstore.BitStoreService
Return an identifier unique to this asset store instance
generateId() - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return an identifier unique to this asset store instance
generateId() - Method in class org.dspace.storage.bitstore.S3BitStoreService
Return an identifier unique to this asset store instance
generateIdentifier(Context, int, UUID, String, List<String>) - Static method in class org.dspace.rdf.RDFUtil
Generates a URI identifying the provided DSpaceObject.
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.DOIURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.HandleURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.LocalURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in interface org.dspace.rdf.storage.URIGenerator
Generate a URI that can be used to identify the specified DSpaceObject in RDF data.
generateIdentifier(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Generates a URI identifying the provided DSpaceObject.
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.DOIURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.HandleURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.LocalURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in interface org.dspace.rdf.storage.URIGenerator
Shortcut for generateIdentifier(context, dso.getType(), dso.getID(), dso.getHandle()).
generateKey() - Static method in class org.dspace.core.Utils
Generate a unique key.
generateMD5(byte[]) - Static method in class org.purl.sword.base.ChecksumUtils
Generate an MD5 hash for the file that is specified in the filepath.
generateMD5(InputStream) - Static method in class org.purl.sword.base.ChecksumUtils
Generate an MD5 hash for the file that is specified in the filepath.
generateMD5(String) - Static method in class org.purl.sword.base.ChecksumUtils
Generate an MD5 hash for the file that is specified in the filepath.
generateMdBits() - Method in class org.dspace.browse.BrowseIndex
Populate the internal array containing the bits of metadata, for ease of use later
generatePolicies(Context, Date, String, DSpaceObject, Collection) - Method in class org.dspace.embargo.DefaultEmbargoSetter
 
GeneratePubmedQueryService - Class in org.dspace.importer.external.pubmed.metadatamapping.transform
This class is an implementation of GenerateQueryService Represents a service that generates the pubmed query which is used to retrieve the records.
GeneratePubmedQueryService() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService
 
generateQueryForItem(Item) - Method in interface org.dspace.importer.external.metadatamapping.transform.GenerateQueryService
 
generateQueryForItem(Item) - Method in class org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService
Create a Query object based on a given item.
GenerateQueryService - Interface in org.dspace.importer.external.metadatamapping.transform
Represent a service to generate a query based on an item
generateRandomFilename(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Generate a random filename based on current time
generateRaw(String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.AnnotationListGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Returns the canvas.
generateResource() - Method in class org.dspace.app.iiif.model.generator.CanvasItemsGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.ContentAsTextGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.ExternalLinksGenerator
 
generateResource() - Method in interface org.dspace.app.iiif.model.generator.IIIFResource
Creates and returns a resource model.
generateResource() - Method in class org.dspace.app.iiif.model.generator.ImageContentGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
 
generateResource() - Method in class org.dspace.app.iiif.model.generator.SearchResultGenerator
 
generateService() - Method in class org.dspace.app.iiif.model.generator.ContentSearchGenerator
 
generateService() - Method in interface org.dspace.app.iiif.model.generator.IIIFService
Creates and returns a service model
generateService() - Method in class org.dspace.app.iiif.model.generator.ImageServiceGenerator
 
generateSitemap() - Method in class org.dspace.app.rest.Application
 
generateSitemaps(boolean, boolean) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Generate sitemap.org protocol and/or basic HTML sitemaps.
GenerateSitemaps - Class in org.dspace.app.sitemap
Command-line utility for generating HTML and Sitemaps.org protocol Sitemaps.
generateSitemapsScheduled() - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Runs generate-sitemaps without any params for the scheduler (task-scheduler.xml).
generateString() - Method in class org.dspace.authority.AuthorityValue
Provides a string that will allow this AuthorityType to be recognized and provides information to create a new instance to be created using AuthorityValue.newInstance(String).
generateString() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Provides a string that will allow this AuthorityType to be recognized and provides information to create a new instance to be created using public Orcidv3AuthorityValue newInstance(String info).
generateString() - Method in class org.dspace.authority.PersonAuthorityValue
 
generateTasks() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
generateToken(HttpServletRequest) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
 
generateURL(String, Map<String, String>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
generateValue() - Method in class org.dspace.app.iiif.model.generator.BehaviorGenerator
 
generateValue() - Method in interface org.dspace.app.iiif.model.generator.IIIFValue
creates and returns a value model.
generateValue() - Method in class org.dspace.app.iiif.model.generator.MetadataEntryGenerator
 
generateValue() - Method in class org.dspace.app.iiif.model.generator.ProfileGenerator
 
generateValue() - Method in class org.dspace.app.iiif.model.generator.PropertyValueGenerator
 
generator() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
Generator - Class in org.purl.sword.atom
Represents an ATOM Generator element.
Generator() - Constructor for class org.purl.sword.atom.Generator
Create a new instance and set the prefix to 'atom' and the local name to 'generator'.
generatorVersion() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
GenericDAO<T> - Interface in org.dspace.core
Generic Database Access Object interface class that should be implemented by all DAOs.
GenericStatementDisseminator - Class in org.dspace.sword2
 
GenericStatementDisseminator() - Constructor for class org.dspace.sword2.GenericStatementDisseminator
 
gensym(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Make a new unique ID symbol with specified prefix.
geoIpHealthIndicator() - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
GeoIpHealthIndicator - Class in org.dspace.app.rest.health
Implementation of HealthIndicator that verifies if the GeoIP database is configured correctly.
GeoIpHealthIndicator() - Constructor for class org.dspace.app.rest.health.GeoIpHealthIndicator
 
GeoIpService - Class in org.dspace.statistics
Service that handle the GeoIP database file.
GeoIpService() - Constructor for class org.dspace.statistics.GeoIpService
 
GERMAN - Static variable in class org.dspace.text.filter.Language
 
get() - Method in interface org.dspace.util.ThrowingSupplier
Returns an object.
get() - Method in interface org.dspace.xoai.services.api.cache.XOAILastCompilationCacheService
 
get() - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAILastCompilationCacheService
 
get(int) - Method in class org.dspace.app.rest.model.MetadataValueList
 
get(String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get all the values that match the given metadata key.
get(String) - Method in class org.dspace.core.Email.UnmodifiableConfigurationService
Look up a key in the actual ConfigurationService.
get(String) - Method in class org.dspace.identifier.ezid.EZIDResponse
Look up the value of a given response datum.
get(String) - Method in interface org.dspace.services.model.Cache
Gets an object from the cache if it can be found (maybe be a null).
get(String, String) - Method in class org.dspace.external.OpenAIRERestConnector
Perform a GET request to the OpenAIRE API
get(String, String) - Method in class org.dspace.external.OrcidRestConnector
 
get(UUID, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.CollectionHarvestSettingsController
GET endpoint that returns the harvest settings of the given collection
get(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.HarvesterMetadataController
GET endpoint that returns all available metadata formats
get(HttpServletRequest, HttpServletResponse, String) - Method in class org.dspace.app.rest.EntityTypeLabelRestController
 
get(Bitstream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Retrieve the bits for bitstream
get(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Retrieve the bits for the asset with ID.
get(Bitstream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Retrieve the bits for the asset with ID.
get(Item) - Method in interface org.dspace.xoai.services.api.cache.XOAIItemCacheService
 
get(Item) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
getAbout() - Method in class org.dspace.xoai.data.DSpaceItem
 
getAbsolutePath(String) - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
getAbstract() - Method in class org.purl.sword.base.Collection
Get the DC Term abstract.
getAbstractHTMLURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getAcceptanceDate() - Method in class org.dspace.app.rest.model.step.DataLicense
 
getAcceptList() - Method in class org.purl.sword.base.Collection
Return the list of accepts entries.
getAcceptPackaging() - Method in class org.purl.sword.base.Collection
Retrieve a hashtable that holds all the acceptsPackaging details.
getAcceptPackaging(Collection) - Method in class org.dspace.sword.SWORDConfiguration
Get a map of packaging URIs to Q values for the packaging types which the given collection will accept.
getAcceptPackaging(Collection) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Get a map of packaging URIs to Q values for the packaging types which the given collection will accept.
getAccepts() - Method in class org.purl.sword.base.Collection
Retrieve an array that holds all of the Accept details.
getAccepts(Context, DSpaceObject) - Method in class org.dspace.sword.SWORDConfiguration
Get the list of MIME types that the given DSpace object will accept as packages.
getAccepts(Context, DSpaceObject) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Get the list of MIME types that the given DSpace object will accept as packages.
getAcceptsList() - Method in class org.purl.sword.base.Collection
Deprecated.
getAccessConditionOptions() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getAccessConditionOptions() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getAccessConditions() - Method in class org.dspace.app.rest.model.step.DataAccessCondition
 
getAccessConditions() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getAccessConfigurationById(String) - Method in class org.dspace.submit.model.AccessConditionConfigurationService
 
getAccessor() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getAccessStatus(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemAccessStatusLinkRepository
 
getAccessStatus(Context, Item) - Method in class org.dspace.access.status.AccessStatusServiceImpl
 
getAccessStatus(Context, Item) - Method in interface org.dspace.access.status.service.AccessStatusService
Calculate the access status for an Item while considering the forever embargo date threshold.
getAccessStatusFromItem(Context, Item, Date) - Method in interface org.dspace.access.status.AccessStatusHelper
Calculate the access status for the item.
getAccessStatusFromItem(Context, Item, Date) - Method in class org.dspace.access.status.DefaultAccessStatusHelper
Look at the item's policies to determine an access status value.
getAccessStatusService() - Method in class org.dspace.access.status.factory.AccessStatusServiceFactory
 
getAccessStatusService() - Method in class org.dspace.access.status.factory.AccessStatusServiceFactoryImpl
 
getAccessToken() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getAccessToken() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getAccessToken() - Method in class org.dspace.orcid.OrcidToken
 
getAccessToken(String) - Method in class org.dspace.authenticate.oidc.impl.OidcClientImpl
 
getAccessToken(String) - Method in interface org.dspace.authenticate.oidc.OidcClient
Exchange the authorization code for a 3-legged access token.
getAccessToken(String) - Method in interface org.dspace.orcid.client.OrcidClient
Exchange the authorization code for an ORCID iD and 3-legged access token.
getAccessToken(String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getAccessType() - Method in class org.purl.sword.client.ClientOptions
Get the access type.
getAccountService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getAccountService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getAction() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get any action associated with this line
getAction() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getAction() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getAction() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getAction() - Method in class org.dspace.app.statistics.LogLine
get the action being performed
getAction() - Method in exception org.dspace.authorize.AuthorizeException
 
getAction() - Method in class org.dspace.authorize.ResourcePolicy
 
getAction() - Method in class org.dspace.usage.UsageEvent
 
getActionableBitstreamUrl(Bitstream) - Method in class org.dspace.sword2.SwordUrlManager
 
getActionByName(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Retrieves a WorkflowActionConfig object based on its name, should correspond with bean id in workflow-actions.xml
getActionByName(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getActionConfig(String) - Method in class org.dspace.xmlworkflow.state.Step
Get an WorkflowActionConfiguration object for the provided action identifier
getActionID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getActionID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getActionID(String) - Static method in class org.dspace.core.Constants
If you know the action string, look up the corresponding type ID constant.
getActions() - Method in class org.dspace.xmlworkflow.state.Step
Get the processing actions for the step.
getActions(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.WorkflowStepActionsLinkRepository
GET endpoint that returns the list of actions of a workflow step.
getActionText(ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
getActionText(ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
getActor() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getActualEndDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getActualName() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
getActualStartDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getActuatorBasePath() - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
getAdds() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of elements and their values that have been added.
getAdminEmails() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getAdminGroup(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionAdminGroupLinkRepository
This method is responsible for retrieving the AdminGroup of a Collection
getAdminGroup(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CommunityAdminGroupLinkRepository
This method is responsible for retrieving the AdminGroup of a Community
getAdministrators() - Method in class org.dspace.content.Collection
Get the default group of administrators, if there is one.
getAdministrators() - Method in class org.dspace.content.Community
Get the default group of administrators, if there is one.
getAdminObject(Context, Bundle, int) - Method in class org.dspace.content.BundleServiceImpl
 
getAdminObject(Context, Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
getAdminObject(Context, Community, int) - Method in class org.dspace.content.CommunityServiceImpl
 
getAdminObject(Context, Item, int) - Method in class org.dspace.content.ItemServiceImpl
 
getAdminObject(Context, T, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getAdminObject(Context, T, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Return the dspace object where an ADMIN action right is sufficient to grant the initial authorize check.
getAffiliation() - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
getAggregationUrl(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getAInprogressSubmissionID(HttpServletRequest, Integer) - Method in class org.dspace.app.rest.security.ExtractorOfAInprogressSubmissionInformations
This method is used on security checks, given a versionHistory id, it searches the latest version and checks if there is a Workspace/Workflow item in progress submission, if yes return the id of this one, otherwise returns null.
getAInprogressSubmissionTarget(HttpServletRequest, Integer) - Method in class org.dspace.app.rest.security.ExtractorOfAInprogressSubmissionInformations
This method is used on security checks, given a versionHistory id, it searches the latest version and checks if there is a Workspace/Workflow item in progress submission, if yes return the rest name - 'workspaceitem' or 'workflowitem', otherwise it returns the empty string.
getAlgorithm() - Method in class org.dspace.eperson.PasswordHash
Get the value of algorithm
getAll(Context) - Method in interface org.dspace.content.service.SupervisedItemService
Get all workspace items which are being supervised
getAll(Context) - Method in class org.dspace.content.SupervisedItemServiceImpl
 
getAllCollections(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getAllCollections(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Return an array of collections of this community and its subcommunities
getAllConfiguredWorkflows() - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Creates a list of all configured workflows, or returns the cache of this if it was already created
getAllConfiguredWorkflows() - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getAllDiscoveryConfigurations(Item) - Static method in class org.dspace.discovery.SearchUtils
Method that retrieves a list of all the configuration objects from the given item A configuration object can be returned for each parent community/collection
getAllDiscoveryConfigurations(WorkspaceItem) - Static method in class org.dspace.discovery.SearchUtils
Return all the discovery configuration applicable to the provided workspace item
getAllDiscoveryConfigurations(WorkflowItem) - Static method in class org.dspace.discovery.SearchUtils
Return all the discovery configuration applicable to the provided workflow item
getAllExternalRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getAllFacets(String, List<String>, String, String, List<SearchFilter>) - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getAllIndexedMetadataFields() - Method in interface org.dspace.authority.AuthoritySearchService
Retrieves all the metadata fields which are indexed in the authority control.
getAllIndexedMetadataFields() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
Retrieves all the metadata fields which are indexed in the authority control
getAllInputs(Integer, Integer) - Method in class org.dspace.app.util.DCInputsReader
Returns all the Input forms with pagination
getAllMetadataSeparated(Item, String) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getAllMetadataSeparated(Item, String) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Get metadata separated by value separator (semicolon)
getAllNonMappedCollectionsHandles(Context) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Returns list of collections that are not mapped to any configured workflow, and thus use the default workflow
getAllNonMappedCollectionsHandles(Context) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getAllowedCollections(SWORDContext) - Method in class org.dspace.sword.SWORDAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context Forwards to: getAllowedCollections(swordContext, null) See that method for details of the conditions applied
getAllowedCollections(SWORDContext, Community) - Method in class org.dspace.sword.SWORDAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to ADD AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null)
getAllowedCollections(SwordContext) - Method in class org.dspace.sword2.SwordAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context Forwards to: getAllowedCollections(swordContext, null) See that method for details of the conditions applied
getAllowedCollections(SwordContext, Community) - Method in class org.dspace.sword2.SwordAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to ADD AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to ADD OR the on-behalf-of user is null)
getAllowedCommunities(SWORDContext) - Method in class org.dspace.sword.SWORDAuthenticator
Get an array of all the communities that the current SWORD context will allow deposit onto in the given DSpace context The user may submit to a community if the following conditions are met: IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to READ AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null)
getAllowedCommunities(SwordContext) - Method in class org.dspace.sword2.SwordAuthenticator
Get an array of all the communities that the current SWORD context will allow deposit onto in the given DSpace context The user may submit to a community if the following conditions are met: IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to READ AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null)
getAllowedItems(SWORDContext, Collection) - Method in class org.dspace.sword.SWORDAuthenticator
Get a list of all the items that the current SWORD context will allow deposit onto in the given DSpace context IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to WRITE on the item and ADD on the ORIGINAL bundle OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to WRITE on the item and ADD on the ORIGINAL bundle AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to WRITE on the item and ADD on the ORIGINAL bundle OR the on-behalf-of user is null)
getAllowedItems(SwordContext, Collection) - Method in class org.dspace.sword2.SwordAuthenticator
Get a list of all the items that the current SWORD context will allow deposit onto in the given DSpace context IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to WRITE on the item and ADD on the ORIGINAL bundle OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to WRITE on the item and ADD on the ORIGINAL bundle AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to WRITE on the item and ADD on the ORIGINAL bundle OR the on-behalf-of user is null)
getAllParents(Context, Collection) - Method in class org.dspace.content.CommunityServiceImpl
 
getAllParents(Context, Collection) - Method in interface org.dspace.content.service.CommunityService
Return an array of parent communities of this collection.
getAllParents(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getAllParents(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Return an array of parent communities of this community, in ascending order.
getAllPluginNames(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns all of the names under which a named plugin implementing the interface can be requested (with getNamedPlugin()).
getAllPluginNames(Class) - Method in interface org.dspace.core.service.PluginService
Returns all of the names under which a named plugin implementing the interface can be requested (with getNamedPlugin()).
getAllRelationships(Context, Item, RelationshipType) - Method in class org.dspace.versioning.VersioningConsumer
Get all relationships of the given type linked to the given item.
getAllRelationshipTypes(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getAllRelationshipTypes(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in either the leftEntityType or the rightEntityType variables
getAllRelationshipTypes(Context, Entity, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
getAllRelationshipTypes(Context, Entity, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in either the leftEntityType or the rightEntityType variables
getAllStoredGraphs() - Method in interface org.dspace.rdf.storage.RDFStorage
 
getAllStoredGraphs() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getAllSubCollections(ContextService, UUID) - Method in interface org.dspace.xoai.services.api.CollectionsService
 
getAllSubCollections(ContextService, UUID) - Method in class org.dspace.xoai.services.impl.DSpaceCollectionsService
 
getAllSubmissionConfigs(Integer, Integer) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns all the Item Submission process configs with pagination
getAllUniqueMembers(Context) - Method in class org.dspace.xmlworkflow.RoleMembers
 
getAlternateUrl() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getAlternateUrlContentType() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getAlterProvenance() - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
getAmdIDs() - Method in class org.dspace.content.packager.METSManifest
Get an array of all AMDID values for this object
getAmount() - Method in class org.dspace.app.sherpa.v2.SHERPAEmbargo
 
getAmountCurrencyField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getAmountField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getAnalysisFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the analysis file for a given date.
getApiKey() - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getApiKey() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getApiKey() - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getApiUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getApplicationContext() - Static method in class org.dspace.iiif.consumer.CacheEvictBeanLocator
 
getApplicationContext() - Method in interface org.dspace.kernel.ServiceManager
Get the application context.
getApplicationContext() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getApplicationName() - Method in class org.dspace.google.GoogleAccount
 
getApplicationNumber() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getAppliedFilters() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getAppliedFilters() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getAppliedFilters() - Method in class org.dspace.usage.UsageSearchEvent
 
getAppName() - Method in class org.dspace.app.util.WebApp
 
getApps() - Method in interface org.dspace.app.util.service.WebAppService
 
getApps() - Method in class org.dspace.app.util.WebAppServiceImpl
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionAddPatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionDiscoverableReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyAddPatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CCLicenseAddPatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CCLicenseRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CollectionReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseAddPatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueRemovePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
getArrayClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
getArrayProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as an array.
getArrayProperty(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a String Array.
getArrayProperty(String, String[]) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as an array.
getArrayProperty(String, String[]) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a String Array.
getArticleVersion() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getArticleWords(String) - Method in class org.dspace.text.filter.InitialArticleWord
Abstract method to get the list of words to use in the initial word filter
getArticleWords(String) - Method in class org.dspace.text.filter.MARC21InitialArticleWord
Return the list of definite and indefinite article codes for this language.
getArticleWords(String) - Method in class org.dspace.text.filter.StandardInitialArticleWord
 
getAsFilterQuery() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getAtom() - Method in class org.dspace.sword2.SimpleDCMetadata
 
getAtomStatementUri(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getAttempts() - Method in class org.dspace.orcid.OrcidQueue
 
getAttribute() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumAndAttributeContributor
 
getAttribute() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getAttribute() - Method in class org.purl.sword.base.SwordValidationInfo
Return the attribute that this information describes.
getAttribute(String) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getAttribute(String) - Method in interface org.dspace.services.model.Request
 
getAttribute(String) - Method in interface org.dspace.services.model.Session
Get an attribute from the session if one exists.
getAttribute(String) - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
getAttribute(String) - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
getAttribute(Node, String) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns the value of the node's attribute named <name>
getAttribute(Node, String) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getAttributes() - Method in interface org.dspace.services.model.Session
Get all attributes of this session.
getAttributes(String[]) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getAttributes(String, StatisticsDataVisits.DatasetQuery, Context) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
getAttributeValue2metadata() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getAuthenticated() - Method in class org.dspace.sword.SWORDContext
 
getAuthenticated() - Method in class org.dspace.sword2.SwordContext
 
getAuthenticatedEPerson(HttpServletRequest, HttpServletResponse, Context) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
getAuthenticatedEPerson(HttpServletRequest, HttpServletResponse, Context) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Checks the current request for a valid authentication token.
getAuthenticationMethod() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getAuthenticationMethod() - Method in class org.dspace.core.Context
 
getAuthenticationMethod(Context, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
getAuthenticationMethod(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Retrieves the currently used authentication method name based on the context and the request
getAuthenticationMethodStack() - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
getAuthenticationService() - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
getAuthenticationService() - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Get access to the current AuthenticationService
getAuthenticationService() - Method in class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
getAuthenticationService() - Method in class org.dspace.authenticate.factory.AuthenticateServiceFactoryImpl
 
getAuthenticatorContext() - Method in class org.dspace.sword.SWORDContext
Get the context of the user who authenticated.
getAuthenticatorContext() - Method in class org.dspace.sword2.SwordContext
Get the context of the user who authenticated.
getAuthname() - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
getAuthorities() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getAuthoritiesAndConfidences(String, Collection, List<String>, List<String>, List<Integer>, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getAuthoritiesAndConfidences(String, Collection, List<String>, List<String>, List<Integer>, int) - Method in class org.dspace.content.ItemServiceImpl
 
getAuthority() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getAuthority() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getAuthority() - Method in class org.dspace.app.rest.model.MetadataValueRest
 
getAuthority() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getAuthority() - Method in class org.dspace.browse.BrowseInfo
 
getAuthority() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getAuthority() - Method in class org.dspace.content.MetadataValue
Get the metadata authority
getAuthorityIndexers() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityIndexers() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityIndexingService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityIndexingService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityKey() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getAuthorityKey() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getAuthorityMetadata() - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
getAuthorityMetadata() - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Return the list of metadata field with authority control.
getAuthorityName(String, String, String) - Method in class org.dspace.app.rest.utils.AuthorityUtils
 
getAuthoritySearchService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthoritySearchService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthoritySeparator() - Method in class org.dspace.app.bulkedit.DSpaceCSV
 
getAuthorityService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityType() - Method in class org.dspace.authority.AuthorityValue
 
getAuthorityType() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
getAuthorityType() - Method in class org.dspace.authority.PersonAuthorityValue
 
getAuthorityValue() - Method in interface org.dspace.browse.BrowseDAO
 
getAuthorityValue() - Method in class org.dspace.browse.BrowserScope
 
getAuthorityValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getAuthorityValues(Context, Item) - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
getAuthorityValues(Context, Item) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
getAuthorityValues(Context, Item, Map<String, AuthorityValue>) - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
getAuthorityValues(Context, Item, Map<String, AuthorityValue>) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
getAuthorityValueService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityValueService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityValueType(String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
getAuthorityValueType(String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
getAuthorizedGroups(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getAuthorizedGroups(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Returns all groups authorized to perform an action on an object.
getAuthorizeEndpointUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getAuthorizeService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getAuthorizeService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
getAuthors() - Method in class org.dspace.app.util.GoogleMetadata
 
getAuthors() - Method in class org.purl.sword.atom.Entry
Get an iterator for the authors in the Entry.
getAuthorTypes() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorTypes() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthType() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getAvailableMetadataFormats() - Static method in class org.dspace.harvest.OAIHarvester
Return all available metadata formats
getAvailableSubscriptions(Context) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections the currently logged in e-person can subscribe to
getAvailableSubscriptions(Context) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getAvailableSubscriptions(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections an e-person can subscribe to
getAvailableSubscriptions(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getAwsAccessKey() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getAwsRegionName() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getAwsSecretKey() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getBadHeader() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the heading that was invalid
getBareDOI(String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
getBaseAddress() - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Return the baseAddress set to this object
getBaseCollectionUrl() - Method in class org.dspace.sword2.SwordUrlManager
Get the base deposit URL for the DSpace SWORD implementation.
getBaseDepositUrl() - Method in class org.dspace.sword.SWORDUrlManager
Get the base deposit URL for the DSpace SWORD implementation.
getBaseDir() - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
getBaseMediaLinkUrl() - Method in class org.dspace.sword.SWORDUrlManager
Get the base media link URL.
getBaseObjectRestFromTypeAndUUID(Context, String, String) - Method in class org.dspace.app.rest.utils.Utils
Gets the rest object of of specified type (i.e.
getBaseObjectRestFromUri(Context, String) - Method in class org.dspace.app.rest.utils.Utils
Get the rest object associated with the specified URI
getBaseParameters(Item) - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Get the base parameters for the url to be transmitted
getBaseSearchServiceURL() - Method in class org.dspace.app.util.OpenSearchServiceImpl
Get base search service URL (websvc.opensearch.svccontext)
getBaseSearchUIURL() - Method in class org.dspace.app.util.OpenSearchServiceImpl
Get base search UI URL (websvc.opensearch.uicontext)
getBaseServiceDocumentUrl() - Method in class org.dspace.sword.SWORDUrlManager
Get the base URL for service document requests.
getBaseServiceDocumentUrl() - Method in class org.dspace.sword2.SwordUrlManager
Get the base URL for service document requests.
getBaseUrl() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getBaseUrl(String) - Static method in class org.dspace.core.Utils
Retrieve the baseurl from a given URL string
getBeanFactory() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getBestMatch(String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get the single "best" match (if any) of a value in the authority to the given user value.
getBestMatch(String, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.EPersonAuthority
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getBestMatch(String, String) - Method in class org.dspace.content.authority.TestAuthority
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getBestMatch(String, String, Collection, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getBestMatch method of the plugin corresponding to the metadata field defined by single field key.
getBio(String) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Retrieve a Person object based on a given orcid identifier
getBio(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Retrieve a Person object based on a given orcid identifier.
getBitSet() - Method in class org.dspace.event.Event
 
getBitstream() - Method in class org.dspace.app.requestitem.RequestItem
 
getBitstream() - Method in class org.dspace.checker.ChecksumHistory
 
getBitstream() - Method in class org.dspace.checker.MostRecentChecksum
 
getBitstream() - Method in class org.dspace.sword.DepositResult
 
getBitstream(Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method retrieves the bytes of a bitstream for an item under the CC bundle, with the given bitstream name
getBitstream(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
 
getBitstream(Context, Process, String) - Method in class org.dspace.scripts.ProcessServiceImpl
 
getBitstream(Context, Process, String) - Method in interface org.dspace.scripts.service.ProcessService
This method will return the Bitstream for a given process with a given type
getBitstreamByFormat(Context, Item, BitstreamFormat, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its format, looking in a specific bundle.
getBitstreamByName(Bundle, String) - Method in class org.dspace.content.BundleServiceImpl
 
getBitstreamByName(Bundle, String) - Method in interface org.dspace.content.service.BundleService
 
getBitstreamByName(Item, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its Name, looking in all bundles.
getBitstreamByName(Item, String, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
getBitstreamByName(Item, String, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its Name, looking in specific named bundle.
getBitstreamByName(Item, String, String) - Method in interface org.dspace.content.service.BitstreamService
 
getBitstreamByName(Context, Process, String) - Method in class org.dspace.scripts.ProcessServiceImpl
 
getBitstreamByName(Context, Process, String) - Method in interface org.dspace.scripts.service.ProcessService
This method will return the Bitstream that matches the given name for the given Process
getBitstreamDownloads(String, String, String) - Method in class org.dspace.google.GoogleQueryManager
 
getBitstreamFilter() - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Get filter
getBitstreamForCanvas(Context, Item, int) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Retrives a bitstream based on its position in the IIIF bundle.
getBitstreamFormat() - Method in class org.dspace.content.Bitstream
 
getBitstreamFormatService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBitstreamFormatService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getBitstreamId() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getBitstreamMimeType(Bitstream, Context) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Returns the bitstream mime type
getBitstreamNotFoundReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The report of bitstreams for the specified date range where it was determined the bitstreams can no longer be found.
getBitstreamNotFoundReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the bitstream not found report for the specified date range.
getBitstreamPolicies(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getBitstreamPolicies(Context, Bundle) - Method in interface org.dspace.content.service.BundleService
 
getBitstreamProvenanceMessage(Context, Item) - Method in class org.dspace.content.InstallItemServiceImpl
 
getBitstreamProvenanceMessage(Context, Item) - Method in interface org.dspace.content.service.InstallItemService
Generate provenance-worthy description of the bitstreams contained in an item.
getBitstreamReadGroup(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionBitstreamReadGroupLinkRepository
This method is responsible for retrieving the BitstreamReadGroup of a Collection
getBitstreams() - Method in class org.dspace.content.Bundle
Get a copy of the bitstream list of this bundle Note that this is a copy and if you wish to manipulate the bistream list, you should use , or
getBitstreams() - Method in class org.dspace.scripts.Process
This method returns a list of Bitstreams that will be used or created by the Process.
getBitstreams(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BundleBitstreamLinkRepository
 
getBitstreams(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
getBitstreams(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will return all the Bitstreams for a given process
getBitstreamService() - Method in class org.dspace.app.rest.submit.step.validation.LicenseValidation
 
getBitstreamService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBitstreamService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getBitstreamStorageService() - Method in class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
getBitstreamStorageService() - Method in class org.dspace.storage.bitstore.factory.StorageServiceFactoryImpl
 
getBitstreamUrl(Bitstream) - Method in class org.dspace.sword.SWORDUrlManager
Central location for constructing usable URLs for DSpace bitstreams.
getBitstreamUrl(Bitstream) - Method in class org.dspace.sword2.SwordUrlManager
Central location for constructing usable URLs for DSpace bitstreams.
getBlurredInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
Convenience method that returns a blurred instance of the provided BufferedImage.
getBooleanProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a boolean value.
getBooleanProperty(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a boolean value.
getBooleanProperty(String, boolean) - Method in class org.dspace.content.packager.PackageParameters
Returns boolean form of property with selectable default
getBooleanProperty(String, boolean) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a boolean value.
getBooleanProperty(String, boolean) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a boolean value.
getBooleanProperty(String, boolean) - Method in interface org.dspace.xoai.services.api.config.ConfigurationService
 
getBooleanProperty(String, boolean) - Method in class org.dspace.xoai.services.impl.config.DSpaceConfigurationService
 
getBooleanProperty(String, String, boolean) - Method in interface org.dspace.xoai.services.api.config.ConfigurationService
 
getBooleanProperty(String, String, boolean) - Method in class org.dspace.xoai.services.impl.config.DSpaceConfigurationService
 
getBoolParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as a boolean.
getBrowseContainer() - Method in class org.dspace.browse.BrowseInfo
Obtain a DSpaceObject that represents the container object.
getBrowseContainer() - Method in class org.dspace.browse.BrowserScope
Obtain a DSpaceObject that represents the container object.
getBrowseIndex() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getBrowseIndex() - Method in class org.dspace.browse.BrowseInfo
 
getBrowseIndex() - Method in class org.dspace.browse.BrowserScope
 
getBrowseIndex(String) - Static method in class org.dspace.browse.BrowseIndex
Get the browse index from configuration with the specified name.
getBrowseIndex(SortOption) - Static method in class org.dspace.browse.BrowseIndex
Get the configured browse index that is defined to use this sort option.
getBrowseIndices() - Static method in class org.dspace.browse.BrowseIndex
Get an array of all the browse indices for the current configuration
getBrowseItemResults() - Method in class org.dspace.browse.BrowseInfo
Return the results of the Browse as a BrowseItem array
getBrowseLevel() - Method in class org.dspace.browse.BrowseInfo
 
getBrowseLevel() - Method in class org.dspace.browse.BrowserScope
 
getBucketName() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getBulkEditValueFromCSV(Context, String, String, String, String, String, AuthorityValue) - Method in class org.dspace.app.bulkedit.MetadataImport
 
getBundle(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BitstreamBundleLinkRepository
 
getBundleFiles() - Method in class org.dspace.content.packager.METSManifest
Gets all file elements which make up the item's content.
getBundleIIIFToC(Bundle) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the iiif toc for the specified bundle
getBundleList() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Get our list of bundles to include/exclude in this AIP, based on the passed in parameters
getBundleName() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getBundleName() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getBundleName() - Method in class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
getBundleName() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getBundleName(Element) - Static method in class org.dspace.content.packager.METSManifest
Get the DSpace bundle name corresponding to the USE attribute of the file group enclosing this file element.
getBundleName(Element, boolean) - Static method in class org.dspace.content.packager.METSManifest
Get the DSpace bundle name corresponding to the USE attribute of the file group enclosing this file element.
getBundlePolicies(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getBundlePolicies(Context, Bundle) - Method in interface org.dspace.content.service.BundleService
 
getBundles() - Method in class org.dspace.content.Bitstream
Get the bundles this bitstream appears in
getBundles() - Method in class org.dspace.content.Item
Get the bundles in this item.
getBundles(String) - Method in class org.dspace.content.Item
Get the bundles matching a bundle name (name corresponds roughly to type)
getBundles(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemBundleLinkRepository
 
getBundles(Item, String) - Method in class org.dspace.content.ItemServiceImpl
 
getBundles(Item, String) - Method in interface org.dspace.content.service.ItemService
Get the bundles matching a bundle name (name corresponds roughly to type)
getBundleService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBundleService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getBy() - Method in class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
getBy() - Method in class org.dspace.usage.UsageSearchEvent.Sort
 
getByPubmedEuropeID(String, Integer, Integer) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
getByStatusAndMinimalTypeCriteria(Context, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
getBytesFromBitstream(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getCachedAllMemberGroupsSet(EPerson) - Method in class org.dspace.core.Context
 
getCachedAllMemberGroupsSet(EPerson) - Method in class org.dspace.core.ContextReadOnlyCache
 
getCachedAuthorizationResult(DSpaceObject, int, EPerson) - Method in class org.dspace.core.Context
 
getCachedAuthorizationResult(DSpaceObject, int, EPerson) - Method in class org.dspace.core.ContextReadOnlyCache
 
getCachedGroupMembership(Group, EPerson) - Method in class org.dspace.core.Context
 
getCachedGroupMembership(Group, EPerson) - Method in class org.dspace.core.ContextReadOnlyCache
 
getCachedMetadata() - Method in class org.dspace.content.Item
 
getCacheScope() - Method in class org.dspace.services.model.CacheConfig
 
getCacheSize() - Method in class org.dspace.core.Context
Returns the size of the cache of all object that have been read from the database so far.
getCacheSize() - Method in interface org.dspace.core.DBConnection
How many entities are cached in this session?
getCacheSize() - Method in class org.dspace.core.HibernateDBConnection
 
getCallbackName() - Method in class org.dspace.storage.rdbms.EntityTypeServiceInitializer
The callback name, Flyway will use this to sort the callbacks alphabetically before executing them
getCallbackName() - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
The callback name, Flyway will use this to sort the callbacks alphabetically before executing them
getCallbackName() - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
The callback name, Flyway will use this to sort the callbacks alphabetically before executing them
getCallbackName() - Method in class org.dspace.storage.rdbms.RegistryUpdater
The callback name, Flyway will use this to sort the callbacks alphabetically before executing them
getCallbackName() - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
The callback name, Flyway will use this to sort the callbacks alphabetically before executing them
getCanChangeDiscoverable() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getCanChangeDiscoverable() - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
getCanonical(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getCanonical(Context, Item) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getCanonicalForm(String) - Method in class org.dspace.handle.HandleServiceImpl
 
getCanonicalForm(String) - Method in interface org.dspace.handle.service.HandleService
Transforms handle into a URI using https://hdl.handle.net if not overridden by the configuration property handle.canonical.prefix.
getCanonicalPrefix() - Method in class org.dspace.handle.HandleServiceImpl
 
getCanonicalPrefix() - Method in interface org.dspace.handle.service.HandleService
Provides handle canonical prefix using https://hdl.handle.net if not overridden by the configuration property handle.canonical.prefix.
getCanvas(Context, String, Bitstream, Bundle, Item, int, String) - Method in class org.dspace.app.iiif.service.CanvasService
Creates a single CanvasGenerator.
getCanvas(Context, UUID, String) - Method in class org.dspace.app.iiif.IIIFServiceFacade
The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.
getCanvasCacheEvictService() - Static method in class org.dspace.iiif.consumer.CacheEvictBeanLocator
 
getCanvasHeight(Bitstream, Bundle, Item, int) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the height for the canvas associated with the bitstream.
getCanvasId(int) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Returns the canvas path with position.
getCanvasId(String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Extracts canvas position from the URL input path.
getCanvasNaming(Item, String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the prefix to use to generate canvas name for canvas that has no an explicit IIIF label
getCanvasWidth(Bitstream, Bundle, Item, int) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the width for the canvas associated with the bitstream.
getCatalina() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
This simply attempts to find the servlet container home for tomcat.
getCategories() - Method in class org.purl.sword.atom.Entry
Get an iterator for the categories in this Entry.
getCategory() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getCategory() - Method in class org.dspace.app.rest.model.AuthenticationTokenRest
 
getCategory() - Method in class org.dspace.app.rest.model.AuthnRest
 
getCategory() - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
getCategory() - Method in class org.dspace.app.rest.model.AuthorizationRest
 
getCategory() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getCategory() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getCategory() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getCategory() - Method in class org.dspace.app.rest.model.BundleRest
 
getCategory() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getCategory() - Method in class org.dspace.app.rest.model.CollectionRest
 
getCategory() - Method in class org.dspace.app.rest.model.CommunityRest
 
getCategory() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getCategory() - Method in class org.dspace.app.rest.model.EntityTypeRest
 
getCategory() - Method in class org.dspace.app.rest.model.EPersonRest
 
getCategory() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
getCategory() - Method in class org.dspace.app.rest.model.ExternalSourceRest
 
getCategory() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getCategory() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getCategory() - Method in class org.dspace.app.rest.model.GroupRest
 
getCategory() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getCategory() - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
getCategory() - Method in class org.dspace.app.rest.model.ItemRest
 
getCategory() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getCategory() - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
getCategory() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getCategory() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getCategory() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getCategory() - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
 
getCategory() - Method in class org.dspace.app.rest.model.ProcessRest
 
getCategory() - Method in class org.dspace.app.rest.model.PropertyRest
 
getCategory() - Method in class org.dspace.app.rest.model.RegistrationRest
 
getCategory() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getCategory() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getCategory() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getCategory() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
getCategory() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getCategory() - Method in class org.dspace.app.rest.model.RestAddressableModel
 
getCategory() - Method in class org.dspace.app.rest.model.RootRest
 
getCategory() - Method in class org.dspace.app.rest.model.ScriptRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
getCategory() - Method in class org.dspace.app.rest.model.SearchSupportRest
 
getCategory() - Method in class org.dspace.app.rest.model.SiteRest
 
getCategory() - Method in class org.dspace.app.rest.model.StatisticsSupportRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionFormRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getCategory() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getCategory() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getCategory() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Returns the category of this Rest object, UsageReportPointRest.CATEGORY
getCategory() - Method in class org.dspace.app.rest.model.UsageReportRest
Returns the category of this Rest object, UsageReportRest.CATEGORY
getCategory() - Method in class org.dspace.app.rest.model.VersionHistoryRest
 
getCategory() - Method in class org.dspace.app.rest.model.VersionRest
 
getCategory() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getCategory() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getCategory() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getCategory() - Method in class org.dspace.app.rest.model.WorkflowActionRest
 
getCategory() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getCategory() - Method in class org.dspace.app.rest.model.WorkflowItemRest
 
getCategory() - Method in class org.dspace.app.rest.model.WorkflowStepRest
 
getCategory() - Method in class org.dspace.app.rest.model.WorkspaceItemRest
 
getCcBundle(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getCCField(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Returns a metadata field handle for given field Id
getCCField(String) - Method in interface org.dspace.license.service.CreativeCommonsService
Get a few license-specific properties.
getCcLicenseFieldList() - Method in class org.dspace.license.CCLicense
Gets the list of CC License Fields
getCertificateLocation() - Method in class org.dspace.google.GoogleAccount
 
getChangedChecksumReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The a report of bitstreams found where the checksum has been changed since the last check for the specified date range.
getChangedChecksumReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the checksum changed report for the specified date range.
getChecksum() - Method in class org.dspace.content.Bitstream
Get the checksum of the content of the bitstream, for integrity checking
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_1_2017_01_03__DS_3431_Add_Policies_for_BasicWorkflow
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V7_0_2020_10_31__CollectionCommunity_Metadata_Handle
 
getChecksum() - Method in class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
getCheckSum() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getCheckSum() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getChecksumAlgorithm() - Method in class org.dspace.checker.MostRecentChecksum
 
getChecksumAlgorithm() - Method in class org.dspace.content.Bitstream
Get the algorithm used to calculate the checksum
getCheckSumAlgorithm() - Method in class org.dspace.app.rest.model.CheckSumRest
 
getChecksumCalculated() - Method in class org.dspace.checker.ChecksumHistory
 
getChecksumError() - Method in class org.purl.sword.client.ClientOptions
Get the checksum error value.
getChecksumError() - Method in class org.purl.sword.client.PostMessage
Get the status of the checksum error.
getChecksumExpected() - Method in class org.dspace.checker.ChecksumHistory
Get the extpected checksum.
getChecksumHistoryService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getChecksumHistoryService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getChecksumResult() - Method in class org.dspace.checker.MostRecentChecksum
 
getChecksumResultByCode(ChecksumResultCode) - Method in class org.dspace.checker.CheckerCommand
 
getChecksumResultService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getChecksumResultService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getChild() - Method in class org.dspace.eperson.Group2GroupCache
 
getChildMetsFilePaths() - Method in class org.dspace.content.packager.METSManifest
Retrieve the file paths for the children objects' METS Manifest files.
getChildName() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getChildNodes() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getChildObjDivs() - Method in class org.dspace.content.packager.METSManifest
Get an array of child object <div>s from the METS Manifest <structMap>.
getChildren(Map<UUID, Set<UUID>>, UUID) - Method in class org.dspace.eperson.GroupServiceImpl
Used recursively to generate a map of ALL of the children of the given parent
getChildren(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsChildrenLinkRepository
 
getChoice(String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Build the preferred choice associated with the authKey.
getChoice(String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getChoiceAuthoritiesNames() - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getChoiceAuthoritiesNames() - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
 
getChoiceAuthorityByAuthorityName(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getChoiceAuthorityByAuthorityName(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Return the ChoiceAuthority instance identified by the specified name
getChoiceAuthorityName(String, String, String, Collection) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getChoiceAuthorityName(String, String, String, Collection) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
 
getChoiceAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getChoiceAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
getChoicesByParent(String, String, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
Wrapper that calls getChoicesByParent method of the plugin.
getChoicesByParent(String, String, int, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getChoicesByParent(String, String, int, int, String) - Method in interface org.dspace.content.authority.HierarchicalAuthority
Get all values from the authority that match the preferred value.
getChoicesByParent(String, String, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getChoicesByParent method of the plugin.
getCid() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return Client ID
getCitationDocumentService() - Method in class org.dspace.disseminate.factory.DisseminateServiceFactory
 
getCitationDocumentService() - Method in class org.dspace.disseminate.factory.DisseminateServiceFactoryImpl
 
getClaimedTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getClaimedTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionAddPatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionDiscoverableReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.AccessConditionReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyAddPatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamResourcePolicyReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CCLicenseAddPatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CCLicenseRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.CollectionReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseAddPatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.LicenseReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueRemovePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
getClassForEvaluation() - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
getClassInfo() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getClassLevelLinkRest(String, Class<? extends RestAddressableModel>) - Method in class org.dspace.app.rest.utils.Utils
 
getClient() - Method in class org.dspace.google.GoogleAccount
 
getClient() - Method in class org.dspace.service.impl.HttpConnectionPoolService
Create an HTTP client which uses a pooled connection.
getClientId() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getClientInfoService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getClientInfoService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getClientIp(String, String) - Method in interface org.dspace.service.ClientInfoService
Get the client IP of this request taking into account the X-Forwarded-For header and the "useProxies" setting
getClientIp(String, String) - Method in class org.dspace.service.impl.ClientInfoServiceImpl
 
getClientIp(HttpServletRequest) - Method in interface org.dspace.service.ClientInfoService
Get the client IP of this request taking into account the X-Forwarded-For header and the "useProxies" setting
getClientIp(HttpServletRequest) - Method in class org.dspace.service.impl.ClientInfoServiceImpl
 
getClientOption(CommandLine) - Static method in enum org.dspace.curate.CurationClientOptions
This method resolves the CommandLine parameters to figure out which action the curation script should perform
getClientSecret() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getCloudCase() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getCode() - Method in exception org.dspace.identifier.doi.DOIIdentifierException
 
getCode() - Method in enum org.dspace.orcid.model.validator.OrcidValidationError
 
getCode() - Method in class org.dspace.submit.model.LanguageFormField
 
getCode() - Method in class org.purl.sword.client.Status
Retrieve the code.
getCodes() - Method in class org.dspace.curate.ResolvedTask
 
getColLabels() - Method in class org.dspace.statistics.Dataset
 
getColLabelsAttrs() - Method in class org.dspace.statistics.Dataset
 
getCollection() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getCollection() - Method in class org.dspace.browse.BrowserScope
 
getCollection() - Method in class org.dspace.content.Bitstream
 
getCollection() - Method in interface org.dspace.content.InProgressSubmission
Get the collection being submitted to
getCollection() - Method in class org.dspace.content.WorkspaceItem
 
getCollection() - Method in class org.dspace.eperson.Subscription
 
getCollection() - Method in class org.dspace.harvest.HarvestedCollection
 
getCollection() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getCollection() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getCollection(Context, String) - Method in class org.dspace.sword.CollectionLocation
Obtain the collection which is represented by the given URL
getCollection(Context, String) - Method in class org.dspace.sword.SWORDUrlManager
Obtain the collection which is represented by the given URL
getCollection(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
Obtain the collection which is represented by the given URL
getCollectionAccepts() - Method in class org.dspace.sword.SWORDConfiguration
Get the list of MIME types that a Collection will accept as packages
getCollectionAccepts() - Method in class org.dspace.sword2.SwordConfigurationDSpace
Get the list of mime types that a Collection will accept as packages
getCollectionAndRepositoryRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getCollectionBitstreams(Context, Collection) - Method in class org.dspace.content.BitstreamServiceImpl
 
getCollectionBitstreams(Context, Collection) - Method in interface org.dspace.content.service.BitstreamService
 
getCollectionHandle() - Method in class org.dspace.workflow.MappingType
Gets the value of the collectionHandle property.
getCollectionHandlesMappedToWorkflow(Context, String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Return a list of collections that are mapped to the given workflow in the workflow configuration.
getCollectionHandlesMappedToWorkflow(Context, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getCollectionLocations() - Method in class org.purl.sword.client.ServicePanel
Get a list of all current collections displayed in the tree.
getCollectionLocations(Context, Collection) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
getCollectionLocations(Context, Collection) - Method in interface org.dspace.discovery.indexobject.factory.CollectionIndexFactory
Return a list of the identifiers of the owning communities from the provided collection prepended by "m"
getCollectionPolicy() - Method in class org.purl.sword.base.Collection
Get the collection policy.
getCollectionRest() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getCollectionRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getCollectionRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getCollectionRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getCollections() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getCollections() - Method in class org.dspace.content.Community
Get the collections in this community.
getCollections() - Method in class org.dspace.content.Item
Get the collections this item is in.
getCollections() - Method in class org.purl.sword.base.Workspace
Get a list of the collections
getCollections(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.WorkflowDefinitionCollectionsLinkRepository
GET endpoint that returns the list of collections that make an explicit use of the workflow-definition.
getCollections(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CommunityCollectionLinkRepository
 
getCollectionsBySubmissionConfig(Context, String) - Method in class org.dspace.app.util.SubmissionConfigReader
 
getCollectionService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getCollectionService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getCollectionSizesInfo(Context) - Method in class org.dspace.health.ItemCheck
 
getCollectionsNotLinked(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getCollectionsNotLinked(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get the collections this item is not in.
getCollectionsWithBitstreamSizesTotal(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in interface org.dspace.content.service.CollectionService
The map entry returned contains a collection as a key and sum of bitstream sizes in bytes as a value
getCollector() - Method in class org.dspace.checker.CheckerCommand
Get the collector that holds/logs the results for this process run.
getColTitle() - Method in class org.dspace.statistics.Dataset
 
getColumn() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the column number that was invalid
getColumnClass(int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Retrieve the column class.
getColumnCount() - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Get the number of columns.
getColumnName(int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Retrieve the column name for the specified column.
getCommonSolrDoc(DSpaceObject, String, String, String, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getCommonSolrDoc(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
Returns a solr input document containing common information about the statistics regardless if we are logging a search or a view of a DSpace object
getCommunities() - Method in class org.dspace.content.Collection
Get the communities this collection appears in
getCommunities(Context) - Method in class org.dspace.health.ItemCheck
 
getCommunities(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getCommunities(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get the communities this item is in.
getCommunities(SWORDContext, Community) - Method in class org.dspace.sword.SWORDAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context The user may submit to a community if the following conditions are met: IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to READ AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null)
getCommunities(SwordContext, Community) - Method in class org.dspace.sword2.SwordAuthenticator
Get an array of all the collections that the current SWORD context will allow deposit onto in the given DSpace context The user may submit to a community if the following conditions are met: IF: the authenticated user is an administrator AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null) OR IF: the authenticated user is authorised to READ AND: (the on-behalf-of user is an administrator OR the on-behalf-of user is authorised to READ OR the on-behalf-of user is null)
getCommunity() - Method in class org.dspace.browse.BrowserScope
 
getCommunity() - Method in class org.dspace.content.Bitstream
 
getCommunityBitstreams(Context, Community) - Method in class org.dspace.content.BitstreamServiceImpl
 
getCommunityBitstreams(Context, Community) - Method in interface org.dspace.content.service.BitstreamService
 
getCommunityService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getCommunityService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getComplete() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of all values
getCompoundForm(String, String, String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Return compound form of a metadata field (i.e.
getCompressionEnabled() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
 
getCompressionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Get the configuration property key for the compression enable setting.
getCompressionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
getCompressionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
getConditions() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getConference() - Method in class org.dspace.app.util.GoogleMetadata
 
getConfidence() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getConfidence() - Method in class org.dspace.app.rest.model.MetadataValueRest
 
getConfidence() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getConfidence() - Method in class org.dspace.content.MetadataValue
Get the metadata confidence
getConfidenceText(int) - Static method in class org.dspace.content.authority.Choices
Get the symbolic name corresponding to a confidence value, or CF_NOVALUE's name if the value is unknown.
getConfidenceValue(String) - Static method in class org.dspace.content.authority.Choices
Get the value corresponding to a symbolic name of a confidence value, or CF_NOVALUE if the symbol is unknown.
getConfidenceValue(String, int) - Static method in class org.dspace.content.authority.Choices
Get the value corresponding to a symbolic name of a confidence value, or the given default if the symbol is unknown.
getConfig() - Static method in class org.dspace.app.launcher.ScriptLauncher
Load the launcher configuration file
getConfig() - Method in interface org.dspace.services.model.Cache
Returns a readable object which has the configuration used by this cache in it.
getConfig(DSpaceKernelImpl) - Static method in class org.dspace.app.launcher.ScriptLauncher
 
getConfigFile() - Static method in class org.dspace.app.statistics.LogAnalyser
get the current config file name
getConfigs() - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
getConfiguration() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getConfiguration() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getConfiguration() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getConfiguration() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getConfiguration() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns all loaded properties as a Configuration object.
getConfiguration() - Method in interface org.dspace.services.ConfigurationService
Convenience method - get entire configuration (settings) from the system.
getConfiguration() - Method in class org.dspace.usage.UsageSearchEvent
 
getConfiguration() - Method in class org.dspace.xoai.filter.DSpaceFilter
 
getConfigurationName() - Method in class org.dspace.content.packager.AbstractMETSIngester
Returns keyword that makes the configuration keys of this subclass unique, e.g.
getConfigurationName() - Method in class org.dspace.content.packager.DSpaceAIPIngester
Name used to distinguish DSpace Configuration entries for this subclass.
getConfigurationName() - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
getConfigurationService() - Static method in class org.dspace.discovery.SearchUtils
 
getConfigurationService() - Method in interface org.dspace.kernel.DSpaceKernel
 
getConfigurationService() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getConfigurationService() - Method in class org.dspace.services.factory.DSpaceServicesFactory
 
getConfigurationService() - Method in class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
getConfigurationService() - Method in class org.dspace.submit.model.UploadConfiguration
 
getConfigurationService() - Method in class org.dspace.utils.DSpace
 
getConnector() - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
getConstant() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of unchanged values
getConsumer() - Method in class org.dspace.event.ConsumerProfile
 
getConsumerIndex(String) - Method in class org.dspace.event.EventServiceImpl
 
getConsumerIndex(String) - Method in interface org.dspace.event.service.EventService
 
getConsumerKey() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getConsumers() - Method in class org.dspace.event.Dispatcher
 
getConsumerSecret() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getContacts(String) - Method in class org.dspace.workflow.Task
Get the collection of contacts for a given status such as Curator.CURATE_SUCCESS.
getContainerHome() - Static method in class org.dspace.servicemanager.spring.ResourceFinder
If running in Tomcat, get its home directory.
getContainerID() - Method in interface org.dspace.browse.BrowseDAO
Get the database ID of the container object.
getContainerID() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContainerIDField() - Method in interface org.dspace.browse.BrowseDAO
get the name of the field in which to look for the container id.
getContainerIDField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContainerTable() - Method in interface org.dspace.browse.BrowseDAO
Get the name of the container table that is being used to map items to distinct values when in a container constrained browse
getContainerTable() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContent() - Method in class org.dspace.app.rest.model.hateoas.DSpaceResource
 
getContent() - Method in class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
getContent() - Method in class org.dspace.orcid.client.OrcidResponse
 
getContent() - Method in class org.purl.sword.atom.Entry
Get the content element for this Entry.
getContent() - Method in class org.purl.sword.atom.Generator
Get the content.
getContent() - Method in class org.purl.sword.atom.Link
Get the content.
getContent() - Method in class org.purl.sword.atom.TextConstruct
Get the content in this TextConstruct.
getContent() - Method in class org.purl.sword.base.BasicBooleanContentElement
 
getContent() - Method in class org.purl.sword.base.BasicIntegerContentElement
 
getContent() - Method in class org.purl.sword.base.BasicStringContentElement
 
getContent() - Method in class org.purl.sword.base.SwordAcceptPackaging
Get the content in this TextConstruct.
getContentAsString() - Method in class org.purl.sword.base.BasicBooleanContentElement
 
getContentAsString() - Method in class org.purl.sword.base.BasicContentElement
 
getContentAsString() - Method in class org.purl.sword.base.BasicIntegerContentElement
 
getContentAsString() - Method in class org.purl.sword.base.BasicStringContentElement
 
getContentDescription() - Method in class org.purl.sword.base.SwordValidationInfo
 
getContentDisposition() - Method in class org.purl.sword.base.Deposit
Return the content disposition value.
getContentFiles() - Method in class org.dspace.content.packager.METSManifest
 
getContentInstance(Map<Float, List<String>>, String) - Static method in class org.dspace.sword2.SwordDisseminatorFactory
 
getContentInstance(Context, Deposit, DSpaceObject) - Static method in class org.dspace.sword2.SwordIngesterFactory
Generate an object which conforms to the SWORDIngester interface.
getContentLength() - Method in class org.purl.sword.base.Deposit
 
getContentType() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getContentType() - Method in class org.dspace.sword2.FeedContentDisseminator
 
getContentType() - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
getContentType() - Method in interface org.dspace.sword2.SwordContentDisseminator
 
getContentType() - Method in class org.purl.sword.base.Deposit
 
getContentType(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getContentType(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a mime-type associated with passed format
getContentUrl(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getContext() - Method in class org.dspace.browse.BrowserScope
 
getContext() - Method in class org.dspace.sword.SWORDContext
Returns the most appropriate context for operations on the database.
getContext() - Method in class org.dspace.sword.SWORDService
 
getContext() - Method in class org.dspace.sword2.SwordContext
Returns the most appropriate context for operations on the database.
getContext() - Method in class org.dspace.usage.UsageEvent
 
getContext() - Method in class org.dspace.xoai.filter.DSpaceFilter
 
getContext() - Method in interface org.dspace.xoai.services.api.context.ContextService
 
getContext() - Method in class org.dspace.xoai.services.impl.context.DSpaceContextService
 
getContinentCode(String) - Static method in class org.dspace.statistics.util.LocationUtils
Map DSpace continent codes onto ISO country codes.
getContinentName(String, Locale) - Static method in class org.dspace.statistics.util.LocationUtils
Map DSpace continent codes onto localized continent names.
getContributorEmailField() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getContributorFields() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getContributorFields() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getContributorOrcidField() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getContributors() - Method in class org.purl.sword.atom.Entry
Get a list of contributors.
getControlledVocabulariesDisplayValueLocalized(Item, List<MetadataValue>, String, String, String, Locale) - Static method in class org.dspace.app.util.Util
Get a list of all the respective "displayed-value(s)" from the given "stored-value(s)" for a specific metadata field of a DSpace Item, by reading submission-forms.xml
getControlledVocabulary() - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
getController() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getController() - Method in class org.dspace.app.rest.model.AuthenticationTokenRest
 
getController() - Method in class org.dspace.app.rest.model.AuthnRest
 
getController() - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
getController() - Method in class org.dspace.app.rest.model.AuthorizationRest
 
getController() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getController() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getController() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getController() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getController() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
getController() - Method in class org.dspace.app.rest.model.EntityTypeRest
 
getController() - Method in class org.dspace.app.rest.model.EPersonRest
 
getController() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
getController() - Method in class org.dspace.app.rest.model.ExternalSourceRest
 
getController() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getController() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getController() - Method in class org.dspace.app.rest.model.GroupRest
 
getController() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getController() - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
getController() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getController() - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
getController() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getController() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getController() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getController() - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
 
getController() - Method in class org.dspace.app.rest.model.ProcessRest
 
getController() - Method in class org.dspace.app.rest.model.PropertyRest
 
getController() - Method in class org.dspace.app.rest.model.RegistrationRest
 
getController() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getController() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getController() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getController() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
getController() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getController() - Method in class org.dspace.app.rest.model.RestAddressableModel
 
getController() - Method in class org.dspace.app.rest.model.RootRest
 
getController() - Method in class org.dspace.app.rest.model.ScriptRest
 
getController() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getController() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getController() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getController() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getController() - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
getController() - Method in class org.dspace.app.rest.model.SearchSupportRest
 
getController() - Method in class org.dspace.app.rest.model.StatisticsSupportRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionFormRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getController() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getController() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getController() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Return controller class responsible for this Rest object
getController() - Method in class org.dspace.app.rest.model.UsageReportRest
Return controller class responsible for this Rest object
getController() - Method in class org.dspace.app.rest.model.VersionHistoryRest
 
getController() - Method in class org.dspace.app.rest.model.VersionRest
 
getController() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getController() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getController() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getController() - Method in class org.dspace.app.rest.model.WorkflowActionRest
 
getController() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getController() - Method in class org.dspace.app.rest.model.WorkflowItemRest
 
getController() - Method in class org.dspace.app.rest.model.WorkflowStepRest
 
getController() - Method in class org.dspace.app.rest.model.WorkspaceItemRest
 
getControllerClass() - Method in class org.dspace.app.rest.link.AuthenticationTokenHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.AuthnHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.BrowseEntryHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.CollectionResourceWorkflowGroupHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.DSpaceResourceHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceEntryHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.HalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.harvest.HarvestedCollectionRestHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.OrcidQueueHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.process.ProcessResourceHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.process.SubmissionCCLicenseUrlResourceHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.relation.RelationshipHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.RootHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.search.DiscoveryRestHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.search.SearchConfigurationResourceHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.search.SearchSupportHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.statistics.StatisticsSupportHalLinkFactory
 
getControllerClass() - Method in class org.dspace.app.rest.link.SubmissionSectionHalLinkFactory
 
getConverterPlugins() - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
getCookiePath() - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Get the path that the CSRF cookie will be set to.
getCorruptRequest() - Method in class org.purl.sword.client.PostMessage
Get the status of the corrupt request flag.
getCorsAllowCredentials() - Method in class org.dspace.app.rest.utils.ApplicationConfig
Return whether to allow credentials (cookies) on CORS requests.
getCorsAllowedOrigins(String[]) - Method in class org.dspace.app.rest.utils.ApplicationConfig
Return the array of allowed origins (client URLs) for the CORS "Access-Control-Allow-Origin" header Used by Application class
getCorsAllowedOriginsConfig() - Method in class org.dspace.app.rest.utils.ApplicationConfig
Returns the rest.cors.allowed-origins defined in DSpace configuration.
getCount() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getCount() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getCount() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getCount() - Method in class org.dspace.statistics.ObjectCount
 
getCount(DSpaceObject) - Method in interface org.dspace.browse.ItemCountDAO
Get the number of items in the given DSpaceObject container.
getCount(DSpaceObject) - Method in class org.dspace.browse.ItemCountDAOSolr
Get the count of the items in the given container.
getCount(DSpaceObject) - Method in class org.dspace.browse.ItemCounter
Get the count of the items in the given container.
getCountry() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getCountryCode(String) - Static method in class org.dspace.statistics.util.LocationUtils
Revert a country name back into a country code (iso2) Source: https://stackoverflow.com/a/38588988
getCountryConverter() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getCountryName(String, Locale) - Static method in class org.dspace.statistics.util.LocationUtils
Map ISO country codes onto localized country names.
getCountValues() - Method in interface org.dspace.browse.BrowseDAO
Get the array of fields that we will be counting on.
getCountValues() - Method in class org.dspace.browse.SolrBrowseDAO
 
getCreated() - Method in class org.dspace.app.rest.model.VersionRest
Generic getter for the created
getCreationDate() - Method in class org.dspace.authority.AuthorityValue
 
getCreationTime() - Method in class org.dspace.scripts.Process
This method will return the time when the Process was created.
getCreativeCommonsService() - Method in class org.dspace.license.factory.LicenseServiceFactory
 
getCreativeCommonsService() - Method in class org.dspace.license.factory.LicenseServiceFactoryImpl
 
getCredential() - Method in class org.dspace.google.GoogleAccount
 
getCredentials() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getCriteriaBuilder(Context) - Method in class org.dspace.core.AbstractHibernateDAO
This method should always be used in order to retrieve a CriteriaBuilder for the given context
getCriteriaQuery(CriteriaBuilder, Class<T>) - Method in class org.dspace.core.AbstractHibernateDAO
This method should always be used in order to retrieve the CriteriaQuery in order to start creating a query that has to be executed
getCrosswalk() - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
getCrosswalk(String, Class) - Method in class org.dspace.content.packager.METSManifest
 
getCss() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getCSVLines() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the lines in CSV holders
getCSVLinesAsStringArray() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the CSV lines as an array of CSV formatted strings
getCurrent() - Static method in class org.dspace.content.DCDate
Get a date representing the current instant in time.
getCurrentChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
getCurrentDateString() - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Get the current date
getCurrentFlywayDSpaceState(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Return the DSpace version that this Flyway-enabled database reports to be compatible with.
getCurrentFlywayState(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Returns the current Flyway schema_version being used by the given database.
getCurrentItem() - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
getCurrentItem() - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Return the item that is currently being processed/filtered by the MediaFilterManager.
getCurrentLocale() - Method in class org.dspace.core.Context
Gets the current Locale
getCurrentMode() - Method in class org.dspace.core.Context
The current database mode of this context.
getCurrentRequest() - Method in interface org.dspace.services.RequestService
Finds out of there is a request running in this thread and if so returns it
getCurrentRequest() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
getCurrentRequestId() - Method in interface org.dspace.services.RequestService
Finds out of there is a request running in this thread and if so what the id of that request is.
getCurrentRequestId() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
getCurrentUser() - Method in class org.dspace.core.Context
Get the current (authenticated) user
getCurrentUser() - Method in class org.dspace.event.Event
 
getCurrentUserId() - Method in interface org.dspace.services.RequestService
Access the current user id for the current session.
getCurrentUserId() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
getCuttingLevel() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getData() - Method in class org.dspace.app.rest.model.hateoas.AccessStatusResource
 
getData() - Method in class org.dspace.app.rest.model.hateoas.LicenseResource
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in interface org.dspace.app.rest.submit.DataProcessingStep
Method to expose data in the a dedicated section of the in progress submission.
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.AccessConditionStep
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.CCLicenseStep
Retrieves the CC License data of the in progress submission
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.CollectionStep
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.DescribeStep
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.LicenseStep
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.SherpaPolicyStep
 
getData(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.UploadStep
 
getDatabaseConfig() - Method in interface org.dspace.core.DBConnection
Identify certain characteristics of the DBMS being used to support persistence.
getDatabaseConfig() - Method in class org.dspace.core.HibernateDBConnection
 
getDatabaseDriver() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
Get the name of the DBMS driver, which should indicate what DBMS is in use.
getDatabaseReader() - Method in class org.dspace.statistics.GeoIpService
Returns an instance of DatabaseReader based on the configured db file, if any.
getDatabaseUrl() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
Get the JDBC URL which identifies the DBMS instance and database.
getDataCCLicense(InProgressSubmission) - Method in class org.dspace.app.rest.submit.SubmissionService
Builds the CC License data of an inprogress submission based on the cc license info present in the metadata
getDataset() - Method in class org.dspace.statistics.content.StatisticsData
Return the existing query result if there is one.
getDataset() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDataset(Context, int) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDatasetGenerators() - Method in class org.dspace.statistics.content.StatisticsData
Return the current list of generators.
getDatasetGenerators() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDatasetType() - Method in class org.dspace.statistics.content.DatasetGenerator
 
getDataSource() - Method in interface org.dspace.core.DBConnection
The JDBC DataSource used by this session.
getDataSource() - Method in class org.dspace.core.HibernateDBConnection
 
getDataSource() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Get a reference to the configured DataSource (which can be used to initialize the database using Flyway).
getDataType() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getDataType() - Method in class org.dspace.browse.BrowseIndex
 
getDate() - Method in class org.dspace.app.itemimport.BatchUpload
Get date
getDate() - Method in class org.dspace.app.statistics.LogLine
get the date of the log line
getDate() - Method in class org.dspace.app.util.GoogleMetadata
 
getDateCreated() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
getDateFacet() - Method in class org.dspace.discovery.FacetYearRange
 
getDateFiled() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getDateFormatsToAttempt() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
 
getDateFormatted() - Method in class org.dspace.app.itemimport.BatchUpload
Get formatted date (DD/MM/YY)
getDateFormatter() - Static method in class org.dspace.util.SolrUtils
Create a formatter configured for Solr-style date strings and the UTC time zone.
getDateFormatters() - Method in class org.dspace.authority.AuthorityValue
 
getDateModified() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
getDatesFromMap(Map<String, StatisticsLoader.StatsFile>) - Static method in class org.dspace.app.statistics.StatisticsLoader
Convert the formatted dates that are the keys of the map into a date array.
getDatestamp() - Method in class org.dspace.xoai.data.DSpaceSolrItem
 
getDateType() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getDateView(String, String, Context) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getDay() - Method in class org.dspace.content.DCDate
Get the day, adjusting for current time zone.
getDay() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Retrieve the day from the object
getDayUTC() - Method in class org.dspace.content.DCDate
Get the day in UTC.
getDBConfig() - Method in class org.dspace.core.Context
 
getDbDescriptor() - Static method in class org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType
 
getDbType() - Method in class org.dspace.core.Context
 
getDbType(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine the type of Database, based on the DB connection.
getDCValueString(MetadataValue) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Get display of Metadatum
getDecision_date() - Method in class org.dspace.app.requestitem.RequestItem
 
getDecisionDate() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getDefaultAlgorithm() - Static method in class org.dspace.eperson.PasswordHash
The digest algorithm used if none is configured.
getDefaultDuration() - Method in class org.dspace.checker.ResultsPruner
The default amount of time before a result is removed.
getDefaultedConfiguration(String, String) - Static method in class org.dspace.app.util.SyndicationFeed
 
getDefaultFilterQueries() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getDefaultKernel() - Static method in class org.dspace.kernel.DSpaceKernelManager
 
getDefaultLicense(Context) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of the default.license according to language settings
getDefaultLocale() - Static method in class org.dspace.core.I18nUtil
Gets the default locale as defined in dspace.cfg If no default locale is defined, the Locale of the JVM is used
getDefaultOrder() - Method in class org.dspace.browse.BrowseIndex
 
getDefaultPruner(Context) - Static method in class org.dspace.checker.ResultsPruner
Factory method for the default results pruner configuration using dspace.cfg
getDefaultReadGroupName(Collection, String) - Method in class org.dspace.content.CollectionServiceImpl
 
getDefaultReadGroupName(Collection, String) - Method in interface org.dspace.content.service.CollectionService
This method will return the name to give to the group created by the CollectionService.createDefaultReadGroup(Context, Collection, String, int) method
getDefaultRpp() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getDefaultSortOption() - Static method in class org.dspace.sort.SortOption
Get the default sort option - initially, just the first one defined.
getDefaultSortOrder() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
getDefaultSubmissionConfigName() - Method in class org.dspace.app.util.SubmissionConfigReader
 
getDefaultSubmissionLicense() - Method in class org.dspace.core.LicenseServiceImpl
Get the site-wide default license that submitters need to grant
getDefaultSubmissionLicense() - Method in interface org.dspace.core.service.LicenseService
Get the site-wide default license that submitters need to grant
getDefaultWorkflow() - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Gets the default workflow, i.e.
getDefaultWorkflow() - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getDeleteConstraints(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getDeleteConstraints(Context, EPerson) - Method in interface org.dspace.eperson.service.EPersonService
Check for presence of EPerson in tables that have constraints on EPersons.
getDeletedBitstreamReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
Returns the bitstreams set found to be deleted for the specified date range.
getDeletedBitstreamReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Sends the Deleted bitstream report to an administrator.
getDeleteMethod() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getDelimiter() - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
This method could be used to get the delimiter used in this class
getDepositID() - Method in class org.purl.sword.base.Deposit
 
getDepositLocation(Collection) - Method in class org.dspace.sword.SWORDUrlManager
Obtain the deposit URL for the given collection.
getDepositLocation(Collection) - Method in class org.dspace.sword2.SwordUrlManager
Obtain the deposit URL for the given collection.
getDepositLocation(Community) - Method in class org.dspace.sword.SWORDUrlManager
Obtain the deposit URL for the given community.
getDepositLocation(Community) - Method in class org.dspace.sword2.SwordUrlManager
Obtain the deposit URL for the given community.
getDepositLocation(Item) - Method in class org.dspace.sword.SWORDUrlManager
Obtain the deposit URL for the given item.
getDepositTarget(Context, String, SwordConfigurationDSpace) - Method in class org.dspace.sword2.CollectionDepositManagerDSpace
 
getDepositTarget(Deposit) - Method in class org.dspace.sword.DepositManager
 
getDerivedResources() - Method in class org.dspace.sword2.DepositResult
 
getDescription() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getDescription() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getDescription() - Method in class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
getDescription() - Method in interface org.dspace.app.rest.authorization.AuthorizationFeature
Return the description of the feature
getDescription() - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
getDescription() - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
getDescription() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getDescription() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getDescription() - Method in class org.dspace.app.rest.model.ParameterRest
 
getDescription() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getDescription() - Method in class org.dspace.app.rest.model.ScriptRest
 
getDescription() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
getDescription() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
getDescription() - Method in class org.dspace.app.rest.utils.BitstreamResource
 
getDescription() - Method in class org.dspace.content.Bitstream
Get the description of this bitstream - optional free text, typically provided by a user at submission time
getDescription() - Method in class org.dspace.content.BitstreamFormat
Get a description of this bitstream format, including full application or format name
getDescription() - Method in class org.dspace.license.CCLicenseField
 
getDescription() - Method in class org.dspace.license.CCLicenseFieldEnum
Get the description of this enum
getDescription() - Method in class org.dspace.orcid.OrcidHistory
 
getDescription() - Method in class org.dspace.orcid.OrcidQueue
 
getDescription() - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic getter for the description
getDescription() - Method in class org.dspace.xmlworkflow.Role
 
getDescription() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getDescription() - Method in exception org.purl.sword.base.SWORDErrorException
 
getDescription(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getDescription(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns OpenSearch Servic Document as a string
getDescription(Context, Item, String) - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
getDescription(Context, Item, String) - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Returns a description of the item's metadata values related to the given signature.
getDescriptionDoc(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getDescriptionDoc(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns the OpenSearch service document appropriate for given scope
getDescriptionField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getDescriptionSelectors() - Static method in class org.dspace.app.util.SyndicationFeed
Returns list of metadata selectors used to compose the description element
getDestination() - Method in class org.purl.sword.client.PostMessage
Get the destination collection.
getDestinations() - Method in class org.purl.sword.client.PostDialog
Get the list of Post Destinations.
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in interface org.dspace.app.mediafilter.FormatFilter
Read the source stream and produce the filtered content.
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickImageThumbnailFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
getDetail() - Method in class org.dspace.event.Event
 
getDetails() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getDetails() - Method in class org.dspace.content.DSpaceObject
 
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the "digiprov" (digital provenance) metadata to create for each object and each Bitstream in an Item.
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the digiprovMD section of the METS Manifest.
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
getDir() - Method in class org.dspace.app.itemimport.BatchUpload
Get path to directory
getDirectory() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for directory in archive on disk
getDirectoryName() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for directory name in archive
getDisambiguatedOrganizationIdentifierFields() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getDisconnectionMode() - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
getDisconnectionMode() - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Returns the configuration ORCID profile's disconnection mode.
getDiscoverable() - Method in class org.dspace.app.rest.model.ItemRest
 
getDiscoverable() - Method in class org.dspace.app.rest.model.step.DataAccessCondition
 
getDiscoverableEndpoints() - Method in class org.dspace.app.rest.DiscoverableEndpointsService
 
getDiscoveryConfiguration() - Static method in class org.dspace.discovery.SearchUtils
 
getDiscoveryConfiguration(String) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getDiscoveryConfiguration(String, DSpaceObject) - Static method in class org.dspace.discovery.SearchUtils
Return the discovery configuration to use in a specific scope for the king of search identified by the prefix.
getDiscoveryConfiguration(DSpaceObject) - Static method in class org.dspace.discovery.SearchUtils
 
getDiscoveryConfiguration(IndexableObject) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getDiscoveryConfigurationByName(String) - Static method in class org.dspace.discovery.SearchUtils
Return the discovery configuration identified by the specified name
getDiscoveryConfigurationByNameOrDso(String, IndexableObject) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getDiscoveryConfigurationName() - Method in class org.dspace.discovery.DiscoverQuery
Return the name of discovery configuration used by this query
getDispatcher() - Method in class org.dspace.checker.CheckerCommand
Get dispatcher being used by this run of the checker.
getDispatcher() - Method in class org.dspace.event.Event
 
getDispatcher(String) - Method in class org.dspace.event.EventServiceImpl
 
getDispatcher(String) - Method in interface org.dspace.event.service.EventService
Get dispatcher for configuration named by "name".
getDisplay() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic getter for the display
getDisplay() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getDisplay() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getDisplay() - Method in class org.dspace.submit.model.LanguageFormField
 
getDisplayedValue() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getDisplayedValue() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getDisplayName() - Method in class org.dspace.content.DCLanguage
Get the displayable name for this language
getDisplayString(String, String) - Method in class org.dspace.app.util.DCInput
Gets the display string that corresponds to the passed storage string in a particular display-storage pair set.
getDisplayType() - Method in class org.dspace.browse.BrowseIndex
 
getDisplayValue() - Method in class org.dspace.external.model.ExternalDataObject
Generic getter for the display value
getDisseminatePackaging() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getDissertationInstitution() - Method in class org.dspace.app.util.GoogleMetadata
 
getDissertationName() - Method in class org.dspace.app.util.GoogleMetadata
 
getDistinctTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default name of the distinct table.
getDmdElements(String) - Method in class org.dspace.content.packager.METSManifest
Gets all dmdSec elements from a space separated list
getDMDNamespace(String) - Static method in class org.dspace.harvest.OAIHarvester
Cycle through the options and find the metadata namespace matching the provided key.
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the types of Item-wide DMD to include in package.
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the dmdSec section of the METS Manifest.
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Get DMD choice for Item.
getDocumentBuilder() - Static method in class org.dspace.app.itemupdate.ItemArchive
 
getDocumentIdType() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
getDoi() - Method in class org.dspace.identifier.DOI
 
getDOI() - Method in class org.dspace.app.util.GoogleMetadata
 
getDOIByObject(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Search the database for a DOI, using the type and id of an DSpaceObject.
getDOIOutOfObject(DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Loads a DOI out of the metadata of an DSpaceObject.
getDOIPostfix(String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
getDOIsByStatus(Context, List<Integer>) - Method in class org.dspace.identifier.DOIServiceImpl
 
getDOIsByStatus(Context, List<Integer>) - Method in interface org.dspace.identifier.service.DOIService
Find all DOIs that have one of a given set of statuses.
getDOIService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getDOIService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
getDomainClass() - Method in class org.dspace.app.rest.repository.AuthorizationFeatureRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.AuthorizationRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.BrowseIndexRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.BundleRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ClaimedTaskRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ConfigurationRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
The REST model supported by the repository
getDomainClass() - Method in class org.dspace.app.rest.repository.EntityTypeRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.OrcidHistoryRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.PoolTaskRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ProcessRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.RegistrationRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.RelationshipTypeRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.ScriptRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SiteRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.StatisticsRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionAccessOptionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionCCLicenseRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionDefinitionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionFormRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionPanelRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.SubmissionUploadRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.TemplateItemRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.VersionHistoryRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.VocabularyRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.WorkflowActionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.WorkflowStepRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
getDomainClass() - Method in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
getDomainUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getDp() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return Document Path
getDr() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return Document Referrer
getDraftVersion() - Method in class org.dspace.app.rest.model.VersionHistoryRest
 
getDraftVersion(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VersionHistoryDraftVersionLinkRepository
 
getDso() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDSObyIdentifier(HttpServletRequest, HttpServletResponse, String) - Method in class org.dspace.app.rest.IdentifierRestController
 
getDSObyIdentifier(HttpServletRequest, HttpServletResponse, UUID) - Method in class org.dspace.app.rest.UUIDLookupRestController
 
getDsoLength() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDsoRepresentations() - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
getDsoType() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getDsoType() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDsoType() - Method in class org.dspace.usage.UsageSearchEvent
 
getDsoTypes() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getDspaceApiActionId() - Method in enum org.dspace.app.rest.security.DSpaceRestPermission
 
getDSpaceAPIObjectFromRest(Context, BaseObjectRest) - Method in class org.dspace.app.rest.utils.Utils
Return the dspace api model object corresponding to the provided, not null, rest object.
getDSpaceHome(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
This attempts to find the DSpace home directory, based on system properties, and the providedHome (if not null).
getDSpaceLegacyObjectService(int) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDspaceName() - Method in class org.dspace.app.rest.model.RootRest
 
getdSpaceObject() - Method in class org.dspace.authorize.ResourcePolicy
 
getDSpaceObject() - Method in class org.dspace.content.MetadataValue
Get the dspaceObject
getDSpaceObject() - Method in class org.dspace.handle.Handle
 
getDSpaceObject() - Method in class org.dspace.identifier.DOI
 
getDSpaceObject(Context, String) - Method in class org.dspace.sword.SWORDUrlManager
Obtain the collection which is represented by the given URL
getDSpaceObjectFilters() - Method in class org.dspace.discovery.DiscoverQuery
Gets the DSpace object filters can be used to only return objects from certain DSpace Object types
getDSpaceObjectLegacySupportServices() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectLegacySupportServices() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueAddPatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueMovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueRemovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueReplacePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueAddPatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueMovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueRemovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueReplacePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueRemovePatchOperation
 
getDSpaceObjectService() - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
getDSpaceObjectService(int) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectService(T) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectServices() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectServices() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getDSpaceObjectUtils() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getDSpaceObjectUtils() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getDspaceOperator() - Method in enum org.dspace.app.rest.model.query.RestSearchOperator
 
getDspaceRunnableClass() - Method in class org.dspace.app.bulkedit.MetadataDeletionScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.bulkedit.MetadataExportScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.bulkedit.MetadataExportSearchScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.bulkedit.MetadataImportScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.harvest.HarvestScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.mediafilter.MediaFilterScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCliScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.curate.CurationScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.discovery.IndexDiscoveryScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.orcid.script.OrcidBulkPushScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic getter for the dspaceRunnableClass
getDspaceRunnableClass() - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTrackerScriptConfiguration
 
getDspaceRunnableClass() - Method in class org.dspace.submit.migration.SubmissionFormsMigrationCliScriptConfiguration
 
getDspaceServer() - Method in class org.dspace.app.rest.model.RootRest
 
getDspaceUI() - Method in class org.dspace.app.rest.model.RootRest
 
getDspaceVersion() - Method in class org.dspace.app.rest.model.RootRest
 
getDt() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return Document Title
getDublinCore() - Method in class org.dspace.sword2.SimpleDCMetadata
 
getEarliestDate() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getEarliestDate(Context) - Method in interface org.dspace.xoai.services.api.EarliestDateResolver
 
getEarliestDate(Context) - Method in class org.dspace.xoai.services.impl.DSpaceEarliestDateResolver
 
getEditIRI(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getElement() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getElement() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getElement() - Method in class org.dspace.app.util.DCInput
Get the DC element for this form field.
getElement() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getElement() - Method in class org.dspace.content.MetadataField
Get the element name.
getElement() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getElement() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Return the qualifier set to this object.
getElement() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Retrieve the element set to this MetadatumDTO.
getElement() - Method in class org.purl.sword.base.SwordValidationInfo
Return the element that this information describes.
getElement(List<Element>, String) - Static method in class org.dspace.xoai.util.ItemUtils
 
getElement(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns element node
getElement(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getElementAttribute(Element, String, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementByXPath(String, boolean) - Method in class org.dspace.content.packager.METSManifest
 
getElementData(Node, String) - Static method in class org.dspace.administer.RegistryImporter
Get the CDATA of a particular element.
getElementList(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getElements(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Splits "schema.element.qualifier.language" into an array.
getElementsFilled(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Splits "schema.element.qualifier.language" into an array.
getElementValue(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementValueArrayList(Element, String, String...) - Static method in class org.dspace.app.util.XMLUtils
root/subElement[]/field1, field2, fieldN
getElementValueList(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getEmail() - Method in class org.dspace.app.requestitem.RequestItemAuthor
 
getEmail() - Method in class org.dspace.app.rest.model.EPersonRest
 
getEmail() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getEmail() - Method in class org.dspace.app.rest.model.RegistrationRest
Generic getter for the email
getEmail() - Method in class org.dspace.eperson.EPerson
Get the e-person's email address
getEmail() - Method in class org.dspace.eperson.RegistrationData
 
getEmail() - Method in class org.purl.sword.atom.Author
Get the author email.
getEmail(String) - Static method in class org.dspace.core.Email
Get the VTL template for an email message.
getEmail(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Return the e-mail address referred to by a token, or null if email address can't be found ignores expiration of token
getEmail(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
getEmailAddress() - Method in class org.dspace.google.GoogleAccount
 
getEmailFilename(Locale, String) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of an email template according to language settings
getEmails() - Method in class org.dspace.authority.PersonAuthorityValue
 
getEmailService() - Method in class org.dspace.services.factory.DSpaceServicesFactory
 
getEmailService() - Method in class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
getEmbargo() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getEmbargoService() - Method in class org.dspace.embargo.factory.EmbargoServiceFactory
 
getEmbargoService() - Method in class org.dspace.embargo.factory.EmbargoServiceFactoryImpl
 
getEmbargoTermsAsDate(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getEmbargoTermsAsDate(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Get the embargo lift date for an Item, if any.
getEmbeddedResources() - Method in class org.dspace.app.rest.model.hateoas.HALResource
 
getEmbedLevel() - Method in class org.dspace.app.rest.model.RestAddressableModel
 
getEmbedSizes() - Method in class org.dspace.app.rest.projection.EmbedRelsProjection
 
getEmptyAuthorityValue(String) - Method in class org.dspace.authority.AuthorityTypes
 
getEmptyGroups(Context) - Method in interface org.dspace.eperson.dao.GroupDAO
Return all empty groups
getEmptyGroups(Context) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
getEmptyGroups(Context) - Method in class org.dspace.eperson.GroupServiceImpl
Get a list of groups with no members.
getEmptyGroups(Context) - Method in interface org.dspace.eperson.service.GroupService
Find all empty groups in DSpace
getEncryptionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Get the configuration property key for the encryption enable setting.
getEncryptionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
getEncryptionEnabledConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
getEncryptionKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Retrieve the encryption secret key from configuration.
getEncryptionSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Get the configuration property key for the encryption secret.
getEncryptionSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
getEncryptionSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
getEndDate() - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
getEndDate() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getEndDate() - Method in class org.dspace.authorize.ResourcePolicy
Get end date for the policy
getEndDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getEndDateField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getEndDateLimit() - Method in class org.dspace.submit.model.AccessConditionOption
getEndPageMetadata() - Method in class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
 
getEndTime() - Method in class org.dspace.app.rest.model.ProcessRest
 
getEntity() - Method in class org.dspace.orcid.OrcidHistory
 
getEntity() - Method in class org.dspace.orcid.OrcidQueue
 
getEntityId() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getEntityId() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getEntityPreference(Item, OrcidEntityType) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
getEntityPreference(Item, OrcidEntityType) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Returns the ORCID synchronization preference related to the given entity type configured for the given profile item.
getEntityService() - Method in class org.dspace.content.factory.ContentServiceFactory
Return the implementation of the EntityService interface
getEntityService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getEntityType() - Method in class org.dspace.app.rest.model.ItemRest
 
getEntityType() - Method in class org.dspace.orcid.model.factory.impl.OrcidFundingFactory
 
getEntityType() - Method in class org.dspace.orcid.model.factory.impl.OrcidWorkFactory
 
getEntityType() - Method in interface org.dspace.orcid.model.factory.OrcidEntityFactory
Returns the entity type created from this factory.
getEntityType() - Method in enum org.dspace.orcid.model.OrcidEntityType
 
getEntityType(Item) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Get the item's entity type from meta.
getEntityType(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getEntityType(Context, Item) - Method in interface org.dspace.content.service.ItemService
Retrieve the entity type of the given item.
getEntityType(Context, Item) - Method in class org.dspace.versioning.VersioningConsumer
Get the entity type (stored in metadata field dspace.entity.type) of any item.
getEntityTypeLabel(Item) - Method in class org.dspace.content.ItemServiceImpl
 
getEntityTypeLabel(Item) - Method in interface org.dspace.content.service.ItemService
Retrieve the label of the entity type of the given item.
getEntityTypeRelationship(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.EntityTypeRelationshipLinkRepository
This method will retrieve all the RelationshipTypes that conform to the given EntityType by the given ID and it will return this in a wrapped resource.
getEntityTypesByNames(Context, List<String>, Integer, Integer) - Method in interface org.dspace.content.dao.EntityTypeDAO
 
getEntityTypesByNames(Context, List<String>, Integer, Integer) - Method in class org.dspace.content.dao.impl.EntityTypeDAOImpl
 
getEntityTypesByNames(Context, List<String>, Integer, Integer) - Method in class org.dspace.content.EntityTypeServiceImpl
 
getEntityTypesByNames(Context, List<String>, Integer, Integer) - Method in interface org.dspace.content.service.EntityTypeService
 
getEntityTypeService() - Method in class org.dspace.content.factory.ContentServiceFactory
Return the implementation of the EntityTypeService interface
getEntityTypeService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getEntityTypeStringFromMetadata(Item) - Method in interface org.dspace.content.RelationshipMetadataService
Deprecated.
getEntityTypeStringFromMetadata(Item) - Method in class org.dspace.content.RelationshipMetadataServiceImpl
Deprecated.
getEntry() - Method in class org.purl.sword.base.DepositResponse
Get the SWORD Entry
getEntry(String, Map<String, String>, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
getEntryInstance() - Static method in class org.dspace.sword2.SwordDisseminatorFactory
 
getEntryInstance(Context, Deposit, DSpaceObject) - Static method in class org.dspace.sword2.SwordIngesterFactory
 
getEnums() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
getEnvironmentPath() - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getePerson() - Method in class org.dspace.eperson.Subscription
 
getEperson() - Method in class org.dspace.app.rest.authorization.Authorization
 
getEperson() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getEperson() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getEperson() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getEperson(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.AuthorizationEpersonLinkRepository
 
getEperson(Context, String) - Method in class org.dspace.app.rest.authorization.AuthorizationRestUtil
Get the eperson in the authorization extracting its uuid from the authorization business ID (Authorization.getID()) and retrieving the corresponding eperson object with the EPersonService.
getEPerson() - Method in class org.dspace.authorize.ResourcePolicy
 
getEPerson() - Method in class org.dspace.orcid.OrcidToken
 
getEPerson() - Method in class org.dspace.scripts.Process
This method returns an EPerson object.
getEPerson() - Method in class org.dspace.versioning.Version
 
getEPerson() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getEPerson(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ResearcherProfileEPersonLinkRepository
Returns the ePerson related to the Research profile with the given UUID.
getEPerson(Context, JWTClaimsSet) - Method in class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
getEPerson(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Return the EPerson corresponding to token, where token was emailed to the person by either the sendRegistrationInfo or sendForgotPasswordInfo methods.
getEPerson(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
getEPersonDeleteConstraints(Context, EPerson) - Method in interface org.dspace.workflow.WorkflowService
 
getEPersonDeleteConstraints(Context, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getEPersonFromString(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Attempt to find an EPerson based on string ID
getEpersonId() - Method in class org.dspace.curate.TaskQueueEntry
Returns the epersonId (email) of the agent who enqueued this task entry.
getEPersonId() - Method in exception org.dspace.eperson.EmptyWorkflowGroupException
 
getEpersonIdentifier() - Method in class org.dspace.scripts.DSpaceRunnable
Generic getter for the epersonIdentifier This EPerson identifier variable is the uuid of the eperson that's running the script
getEPersonLocale(EPerson) - Static method in class org.dspace.core.I18nUtil
Get the Locale for a specified EPerson.
getEPersonName(EPerson) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Get a description of an EPerson.
getEPersonName(EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getEpersonOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getEPersonRest() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getEPersons() - Method in class org.dspace.xmlworkflow.RoleMembers
 
getEPersonService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getEPersonService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getError() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Retrieve the last encountered exception
getErrorCode() - Method in exception org.purl.sword.base.SWORDException
Get the error code
getErrorDocument() - Method in class org.purl.sword.base.DepositResponse
Get the SWORD Entry as an error document
getErrorFields(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.state.actions.Action
Return a list of all UI fields which had errors that occurred during the workflow processing.
getErrorMsg() - Method in class org.dspace.app.itemimport.BatchUpload
Get error message
getErrorMsgHTML() - Method in class org.dspace.app.itemimport.BatchUpload
Get error message as HTML
getErrors() - Method in class org.dspace.app.rest.model.BaseObjectRest
 
getErrors() - Method in exception org.dspace.orcid.exception.OrcidValidationException
 
getErrorURI() - Method in class org.purl.sword.base.SWORDErrorDocument
Get the error URI
getErrorURI() - Method in exception org.purl.sword.base.SWORDErrorException
 
getEscape() - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
Method to get the escape character.
getEscapedAuthoritySeparator() - Method in class org.dspace.app.bulkedit.DSpaceCSV
 
getEtAl() - Method in class org.dspace.browse.BrowseInfo
 
getEtAl() - Method in class org.dspace.browse.BrowserScope
 
getEventNamePrefixes() - Method in class org.dspace.servicemanager.example.EventListenerExample
 
getEventNamePrefixes() - Method in interface org.dspace.services.model.EventListener
This defines the events that you want to know about by event name.
getEventNamePrefixes() - Method in class org.dspace.usage.AbstractUsageEventListener
Empty String[] flags to have Listener consume any event name prefixes.
getEvents() - Method in class org.dspace.core.Context
Get the current event list.
getEventService() - Method in class org.dspace.event.factory.EventServiceFactory
 
getEventService() - Method in class org.dspace.event.factory.EventServiceFactoryImpl
 
getEventService() - Method in class org.dspace.services.factory.DSpaceServicesFactory
 
getEventService() - Method in class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
getEventService() - Method in class org.dspace.utils.DSpace
 
getEventType() - Method in class org.dspace.event.Event
 
getEventTypeAsString() - Method in class org.dspace.event.Event
Get the text name of event (action) type.
getExceptionHandler(Exception) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Retrieve a list of SourceExceptionHandler objects that have an instanceof the exception configured to them.
getExpectedChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
getExpirationPeriod() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
 
getExpires() - Method in class org.dspace.app.requestitem.RequestItem
 
getExpires() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getExpires() - Method in class org.dspace.eperson.RegistrationData
 
getExpiresIn() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getExpiresIn() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getExplanation() - Method in class org.dspace.app.statistics.Statistics
get the explanation or clarification information for this block of stats
getExportDownloadDirectory(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportDownloadDirectory(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Use config file entry for org.dspace.app.itemexport.download.dir and id of the eperson to create a download directory name
getExportDownloadInputStream(String, EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportDownloadInputStream(String, EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Used to read the export archived.
getExportFileLastModified(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportFileLastModified(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Get the last modified date of the export archive represented by the file name.
getExportFileSize(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportFileSize(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Get the file size of the export archive represented by the file name.
getExportsAvailable(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportsAvailable(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Reads the download directory for the eperson to see if any export archives are available
getExportWorkDirectory() - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportWorkDirectory() - Method in interface org.dspace.app.itemexport.service.ItemExportService
Returns config file entry for org.dspace.app.itemexport.work.dir
getExpr() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getExtensions() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getExtensions() - Method in class org.dspace.content.BitstreamFormat
Get the filename extensions associated with this format
getExternalDataObject(String) - Method in interface org.dspace.external.provider.ExternalDataProvider
This method will take a String id as a parameter and it'll call the ExternalDataProvider's endpoint or data source to retrieve and build the ExternalDataObject
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
 
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Get a single journal based on a "title equals string" query
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Get a single journal based on a "issn equals string" query
getExternalDataObject(String) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Get a single publisher based on a "id equals string" query
getExternalDataObject(String, String) - Method in interface org.dspace.external.service.ExternalDataService
This method will return an Optional instance of ExternalDataObject for the given source and identifier It will try to retrieve one through an ExternalDataProvider as defined by the source with the given identifier
getExternalDataObject(String, String) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
getExternalDataObject(Context, Item, Set<String>) - Method in interface org.dspace.submit.listener.MetadataListener
Retrieve an ExternalDataObject to enrich the current item using the current metadata and the information about which listened metadata are changed
getExternalDataObject(Context, Item, Set<String>) - Method in class org.dspace.submit.listener.SimpleMetadataListener
 
getExternalDataProvider(String) - Method in interface org.dspace.external.service.ExternalDataService
This method will return a single ExternalDataProvider which will support the given sourceIdentifier param
getExternalDataProvider(String) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
getExternalDataProviders() - Method in interface org.dspace.external.service.ExternalDataService
This method will return a list of ExternalDataProvider objects defined by all ExternalDataProvider spring beans
getExternalDataProviders() - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
getExternalDataProvidersForEntityType(String) - Method in interface org.dspace.external.service.ExternalDataService
Return the ExternalDataProvider that supports a specific entity type
getExternalDataProvidersForEntityType(String) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
getExternalDataProvidersMap() - Method in class org.dspace.submit.listener.SimpleMetadataListener
 
getExternalDataService() - Method in class org.dspace.external.factory.ExternalServiceFactory
Calling this method will provide an ExternalDataService bean
getExternalDataService() - Method in class org.dspace.external.factory.ExternalServiceFactoryImpl
 
getExternalIdentifierFields() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getExternalIdentifierFields() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getExternalIds() - Method in class org.dspace.orcid.model.factory.impl.OrcidPersonExternalIdentifierFactory
 
getExternalSource() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic getter for the externalSource
getExternalSourceEntries(String, String, String, Pageable) - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
This method will retrieve all the ExternalSourceEntries for the ExternalSource for the given externalSourceName param
getExternalSourceEntries(String, String, String, Pageable, PagedResourcesAssembler) - Method in class org.dspace.app.rest.ExternalSourcesRestController
This method will retrieve all the ExternalSourceEntries for the ExternalSource for the given externalSourceName param curl -X GET http:///api/integration/externalsources/orcidV2/entries
getExternalSourceEntryValue(String, String) - Method in class org.dspace.app.rest.ExternalSourcesRestController
This method will retrieve one ExternalSourceEntryResource based on the ExternalSource for the given externalSourceName and with the given entryId curl -X GET http:///api/integration/externalsources/orcidV2/entries/0000-0000-0000-0000
getExternalSourceEntryValue(String, String) - Method in class org.dspace.app.rest.repository.ExternalSourceRestRepository
This method will retrieve one ExternalSourceEntryResource based on the ExternalSource for the given externalSourceName and with the given entryId
getExternalSources() - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
getExternalSources() - Method in class org.dspace.app.util.DCInput
 
getExtra(String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get a map of additional information related to the specified key in the authority.
getExtraLogInfo() - Method in class org.dspace.core.Context
Get extra information to be logged with message logged in the scope of this context.
getExtraLogInfo() - Method in class org.dspace.event.Event
 
getEzidHost() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEzidPath() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEzidScheme() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEZIDStatus() - Method in class org.dspace.identifier.ezid.EZIDResponse
Get the EZID request status.
getEZIDStatusValue() - Method in class org.dspace.identifier.ezid.EZIDResponse
Value associated with the EZID status (identifier, error text, etc.).
getFacetData() - Method in class org.dspace.app.rest.model.hateoas.SearchFacetEntryResource
 
getFacetData() - Method in class org.dspace.app.rest.model.hateoas.SearchFacetValueResource
 
getFacetEntry() - Method in class org.dspace.app.rest.model.FacetResultsRest
 
getFacetField() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getFacetFields() - Method in class org.dspace.discovery.DiscoverQuery
Gets the facets fields configured
getFacetLimit() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getFacetLimit() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getFacetLimit() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getFacetMinCount() - Method in class org.dspace.discovery.DiscoverQuery
Gets the minimum number of values that need to be present before a valid facet value has been found
getFacetObjects(String, String, String, List<String>, String, String, List<SearchFilter>, Pageable) - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getFacetOffset() - Method in class org.dspace.discovery.DiscoverQuery
Gets the facet field offset
getFacetQueries() - Method in class org.dspace.discovery.DiscoverQuery
Returns the facet queries
getFacetResources() - Method in class org.dspace.app.rest.model.hateoas.FacetsResource
 
getFacetResult(String) - Method in class org.dspace.discovery.DiscoverResult
 
getFacetResult(DiscoverySearchFilterFacet) - Method in class org.dspace.discovery.DiscoverResult
 
getFacetResultList() - Method in class org.dspace.app.rest.model.FacetResultsRest
 
getFacetResults() - Method in class org.dspace.discovery.DiscoverResult
 
getFacets() - Method in class org.dspace.app.rest.model.SearchResultsRest
 
getFacets(String, List<String>, String, String, List<SearchFilter>, Pageable) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getFacetsConfiguration(String, String) - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getFacetsConfiguration(String, String, Pageable) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getFacetType() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getFacetValues(String, String, String, List<String>, String, String, List<SearchFilter>, Pageable) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getFacetYearRange(Context, IndexableObject, DiscoverySearchFilterFacet, List<String>, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
 
getFacetYearRange(Context, IndexableObject, DiscoverySearchFilterFacet, List<String>, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
getFailedPackageDir() - Method in class org.dspace.sword.SWORDConfiguration
directory location of the files with original packages for failed ingests
getFailedPackageDir() - Method in class org.dspace.sword2.SwordConfigurationDSpace
directory location of the files with original packages for failed ingests
getFeature() - Method in class org.dspace.app.rest.authorization.Authorization
 
getFeature(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.AuthorizationFeatureLinkRepository
 
getFeatureName(String) - Method in class org.dspace.app.rest.authorization.AuthorizationRestUtil
Extract the feature name from the Authorization business ID.
getFeedbackService() - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
getField() - Method in class org.dspace.authority.AuthorityValue
 
getField() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
getField() - Method in class org.dspace.discovery.DiscoverFacetField
 
getField() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getField() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
 
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Method to retrieve the MetadataFieldConfig used in this contributor
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Return a string representing the field of this object
getField() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Return the MetadataFieldConfig used while retrieving MetadatumDTO
getField(String) - Method in class org.dspace.xoai.services.impl.MetadataFieldCache
 
getFieldDefaults() - Method in class org.dspace.authority.AuthorityTypes
 
getFieldEnum() - Method in class org.dspace.license.CCLicenseField
Returns the list of enums of this field
getFieldID(Context, String) - Method in interface org.dspace.xoai.services.api.FieldResolver
 
getFieldID(Context, String) - Method in class org.dspace.xoai.services.impl.DSpaceFieldResolver
 
getFieldMapping() - Method in class org.dspace.orcid.model.factory.impl.OrcidFundingFactory
 
getFieldName() - Method in class org.dspace.app.util.DCInput
 
getFieldPresentQueries() - Method in class org.dspace.discovery.DiscoverQuery
 
getFieldResolver() - Method in class org.dspace.xoai.filter.DSpaceFilter
 
getFields() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getFields() - Method in class org.dspace.app.rest.model.SubmissionFormRowRest
getFields() - Method in class org.dspace.app.util.DCInputSet
Get all the fields
getFields() - Method in class org.dspace.content.virtual.Collected
Generic getter for the fields property
getFields() - Method in class org.dspace.content.virtual.Concatenate
Generic getter for the fields property
getFieldToMetadata() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
getFieldType() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getFile() - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
getFile() - Method in class org.purl.sword.base.Deposit
 
getFile() - Method in class org.purl.sword.client.PostDialog
Get the file details.
getFile(String) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getFile(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return the file corresponding to a bitstream.
getFile(MultipartFile, String, String) - Static method in class org.dspace.app.rest.utils.Utils
Create a temporary file from a multipart file upload
getFileExtension(String) - Static method in class org.dspace.content.packager.PackageUtils
Utility method to retrieve the file extension off of a filename.
getFileInputStream(File, PackageParameters, String) - Static method in class org.dspace.content.packager.AbstractMETSIngester
Retrieve the inputStream for a File referenced from a specific path within a METS package.
getFilename() - Method in class org.dspace.app.rest.utils.BitstreamResource
 
getFilename() - Method in class org.purl.sword.base.Deposit
Retrieve the filename that is associated with this deposit.
getFilename() - Method in class org.purl.sword.client.ClientOptions
Get the name of the file to post.
getFilename() - Method in class org.purl.sword.client.PostMessage
Get the filename.
getFilename(int) - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the filename a sitemap at the given index should be stored at.
getFilename(int) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getFilename(int) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getFilename(Context, Deposit, boolean) - Method in class org.dspace.sword.SWORDService
Construct the most appropriate filename for the incoming deposit.
getFileName() - Method in class org.dspace.browse.BrowseOutput
 
getFileName(Element) - Static method in class org.dspace.content.packager.METSManifest
Get the "local" file name of this file or mdRef element.
getFileName(MultipartFile) - Static method in class org.dspace.app.rest.utils.Utils
Return the filename part from a multipartFile upload that could eventually contains the full path on the client
getFileNameForExportFile() - Method in class org.dspace.app.bulkedit.MetadataExport
 
getFileNameForExportFile() - Method in class org.dspace.app.bulkedit.MetadataExportCli
 
getFileNameOrExportFile() - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
getFileNameOrExportFile() - Method in class org.dspace.app.bulkedit.MetadataExportSearchCli
 
getFileNamesFromInputStreamOptions() - Method in class org.dspace.scripts.DSpaceRunnable
This method will traverse all the options and it'll grab options defined as an InputStream type to then save the filename specified by that option in a list of Strings that'll be returned in the end
getFilepath() - Method in class org.purl.sword.client.PostMessage
Get the filepath.
getFiles() - Method in class org.dspace.app.rest.model.step.DataUpload
 
getFiles(List<String>) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getFilesFromProcess(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ProcessFilesLinkRepository
This method will retrieve all the files from the process
getFileStream(Context, String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
getFileStream(Context, String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will grab the InputStream for the file defined by the given file name.
getFileStream(Context, String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
getFiletype() - Method in class org.purl.sword.client.ClientOptions
Get the type of the file to post.
getFiletype() - Method in class org.purl.sword.client.PostMessage
Get the filetype.
getFileType() - Method in class org.purl.sword.client.PostDialog
Get the filetype value.
getFileTypesForProcessBitstreams(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
getFileTypesForProcessBitstreams(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This will return a list of Strings where each String represents the type of a Bitstream in the Process given
getFileTypesFromProcess(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ProcessFileTypesLinkRepository
This will be the admin only endpoint that returns the ProcessFileTypesRest constructed with the values found in the Bitstreams of the Process with the given ProcessId
getFilter() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
getFilter() - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
getFilter() - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
getFilter() - Method in class org.dspace.app.util.DCInput
 
getFilter() - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
getFilter(AndCondition) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
getFilter(Condition) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
getFilter(NotCondition) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
getFilter(OrCondition) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
getFilter(Class<? extends Filter>, ParameterMap) - Method in class org.dspace.xoai.services.impl.xoai.BaseDSpaceFilterResolver
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getFilteredName(String) - Method in interface org.dspace.app.mediafilter.FormatFilter
Get a filename for a newly created filtered bitstream
getFilteredName(String) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
getFilterQueries() - Method in class org.dspace.discovery.DiscoverQuery
Returns the filter queries
getFilterQuery() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getFilterQueryForKey(String) - Method in class org.dspace.content.virtual.EntityTypeToFilterQueryService
Retrieves the filterQuery for the key that's given as a parameter.
getFilters() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getFilters() - Method in class org.dspace.event.ConsumerProfile
 
getFilters() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
getFilters() - Method in class org.dspace.statistics.content.StatisticsData
Return the current list of filters.
getFilters() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getFilterType() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getFilterType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getFilterType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getFilterType() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getFilterValue() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getFilterValue() - Method in interface org.dspace.browse.BrowseDAO
Get the value which we are constraining all our browse results to contain.
getFilterValue() - Method in class org.dspace.browse.BrowserScope
Used for second-level item browses, to only display items that match the value
getFilterValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getFilterValueField() - Method in interface org.dspace.browse.BrowseDAO
Get the name of the field in which the value to constrain results is contained
getFilterValueField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getFilterValueLang() - Method in class org.dspace.browse.BrowserScope
 
getFilterValuePartial() - Method in class org.dspace.browse.BrowserScope
Should the filter value be treated as partial, or exact
getFinish() - Method in class org.dspace.browse.BrowseInfo
Get an integer representing the number within the total set of results which marks the position of the last result in the current sub-set
getFinishedTime() - Method in class org.dspace.scripts.Process
This method returns the time that Process was finished
getFirstBitstream(Item, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFirstBitstream(Item, String) - Method in interface org.dspace.content.service.BitstreamService
 
getFirstName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getFirstName() - Method in class org.dspace.eperson.EPerson
Get the eperson's first name.
getFirstNames() - Method in class org.dspace.content.DCPersonName
Get the first name(s).
getFirstpage() - Method in class org.dspace.app.util.GoogleMetadata
 
getFirstStep() - Method in class org.dspace.xmlworkflow.state.Workflow
 
getFirstVersion(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getFirstVersion(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getFloor() - Method in class org.dspace.app.statistics.Statistics
get the floor value used in this stat block
getFlowstep() - Method in class org.dspace.workflow.TasksetType
Gets the value of the flowstep property.
getFlowStep(Context, XmlWorkflowItem) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
Find the flow step occupied by a work flow item.
getFlywayMigrationLocations() - Method in interface org.dspace.workflow.WorkflowService
 
getFlywayMigrationLocations() - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getFocus() - Method in class org.dspace.browse.BrowseInfo
 
getFocusItem() - Method in class org.dspace.browse.BrowseInfo
 
getFontFrom() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getFontTo() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getFormat() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getFormat() - Method in class org.dspace.statistics.Dataset
 
getFormat(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BitstreamFormatLinkRepository
 
getFormat(Context) - Method in class org.dspace.content.Bitstream
Get the format of the bitstream
getFormat(Context, String) - Method in class org.dspace.sword2.AbstractSwordContentIngester
 
getFormat(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFormat(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
 
getFormatDescription(Context) - Method in class org.dspace.content.Bitstream
Get the description of the format - either the user's or the description of the format defined by the system.
getFormatDescription(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFormatDescription(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Get the description of the format - either the user's or the description of the format defined by the system.
getFormatNamespace() - Method in class org.purl.sword.client.ClientOptions
Get the format namespace value.
getFormatNamespace() - Method in class org.purl.sword.client.PostDialog
Get the format namespace value.
getFormats() - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getFormats() - Method in interface org.dspace.app.util.service.OpenSearchService
Returns list of supported formats
getFormatString() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getFormatString() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getFormatString() - Method in class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
getFormName() - Method in class org.dspace.app.util.DCInputSet
Return the name of the form that defines this input set
getFrom() - Method in class org.dspace.app.rest.model.patch.FromOperation
 
getFullKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Utility Method: Prefix the key with a subfolder, if this instance assets are stored within subfolder
getFullList() - Method in class org.dspace.app.rest.model.hateoas.EmbeddedPage
 
getFullName() - Method in class org.dspace.app.requestitem.RequestItemAuthor
 
getFullName() - Method in class org.dspace.eperson.EPerson
Get the e-person's full name, combining first and last name in a displayable string.
getFulltextHTMLURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getFundingsPreference() - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
getGeneralAnalysis() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the current general analysis file.
getGeneralReport() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the current general report file.
getGenerateQueryForItem() - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
getGenerator() - Method in class org.purl.sword.atom.Entry
Get the generator for this Entry.
getGenerator() - Method in class org.purl.sword.atom.Source
Get the generator.
getGenerator() - Method in class org.purl.sword.base.Service
 
getGeneratorUrl() - Method in class org.dspace.sword.SWORDUrlManager
Get the generator URL for ATOM entry documents.
getGotError(Exception, String) - Method in class org.dspace.external.OpenAIRERestConnector
 
getGotError(Exception, String) - Method in class org.dspace.external.OrcidRestConnector
 
getGrantedAuthorities(Context) - Method in class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
Return list of GrantedAuthority objects for the user currently authenticated in the Context
getGranularity() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getGraphStoreEndpoint() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getGroup() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getGroup() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getGroup() - Method in class org.dspace.authorize.ResourcePolicy
gets the Group referred to by this policy
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getGroup2GroupResults(Context, boolean) - Method in interface org.dspace.eperson.dao.GroupDAO
Get a list of all direct parent - child group relations in the database
getGroup2GroupResults(Context, boolean) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
getGroupId() - Method in exception org.dspace.eperson.EmptyWorkflowGroupException
 
getGroupName() - Method in class org.dspace.submit.model.AccessConditionOption
 
getGroupOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getGroups() - Method in class org.dspace.eperson.EPerson
 
getGroups() - Method in class org.dspace.scripts.Process
This method sets the special groups associated with the Process.
getGroups() - Method in class org.dspace.xmlworkflow.RoleMembers
 
getGroups(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.EPersonGroupLinkRepository
 
getGroups(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.GroupGroupLinkRepository
 
getGroupService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getGroupService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getGroupType(Context, DSpaceObject, Group) - Method in class org.dspace.content.packager.RoleDisseminator
Return a Group Type string (see RoleDisseminator.GROUP_TYPE_* constants) which describes the type of group and its relation to the given object.
getHandle() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
getHandle() - Method in class org.dspace.content.DSpaceObject
Get the Handle of the object.
getHandle() - Method in class org.dspace.handle.Handle
 
getHandle() - Method in class org.dspace.sword.DepositResult
 
getHandle() - Method in class org.dspace.xoai.data.DSpaceItem
 
getHandle() - Method in class org.dspace.xoai.data.DSpaceSolrItem
 
getHandle(DSpaceObject) - Method in interface org.dspace.xoai.services.api.HandleResolver
 
getHandle(DSpaceObject) - Method in class org.dspace.xoai.services.impl.DSpaceHandleResolver
 
getHandles() - Method in class org.dspace.content.DSpaceObject
 
getHandlesByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.handle.dao.HandleDAO
 
getHandlesByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
getHandleService() - Method in class org.dspace.handle.factory.HandleServiceFactory
 
getHandleService() - Method in class org.dspace.handle.factory.HandleServiceFactoryImpl
 
getHandlesForNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return all handles in local storage which start with the naming authority handle.
getHandlesForPrefix(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
getHandlesForPrefix(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return all the handles which start with prefix.
getHandlesImported() - Method in class org.dspace.app.itemimport.BatchUpload
Get handles of imported files
getHandleURN(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
getHarvestDate() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestDate() - Method in class org.dspace.harvest.HarvestedItem
 
getHarvestedCollectionService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestedCollectionService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestedItemService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestedItemService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestMessage() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHarvestMessage() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestMetadataConfig() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestSchedulingService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestSchedulingService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestStartTime() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHarvestStartTime() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestStatus() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHarvestStatus() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestStatusAsString() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHarvestType() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHarvestType() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestTypeAsString() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getHasEndDate() - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
getHasEndDate() - Method in class org.dspace.submit.model.AccessConditionOption
 
getHash() - Method in class org.dspace.eperson.PasswordHash
Get the hash.
getHashString() - Method in class org.dspace.eperson.PasswordHash
Get the hash, as a String.
getHasStartDate() - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
getHasStartDate() - Method in class org.dspace.submit.model.AccessConditionOption
 
getHeader() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getHeader(Map<String, String>, String, String) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
getHeader(Context, String, String) - Static method in class org.dspace.core.LogHelper
Generate the log header
getHeading() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the heading for this step.
getHeadings() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the headings used in this CSV file
getHelpDeskPerson(Context, String) - Method in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
Return a RequestItemAuthor object for the specified helpdesk email address.
getHibernateSession(Context) - Method in class org.dspace.core.AbstractHibernateDAO
The Session used to manipulate entities of this type.
getHighlightedResults(IndexableObject) - Method in class org.dspace.discovery.DiscoverResult
 
getHighlightResults() - Method in class org.dspace.discovery.DiscoverResult.IndexableObjectHighlightResult
All the matching snippets in whatever metadata ignoring any authority value
getHighlightResults(String) - Method in class org.dspace.discovery.DiscoverResult.IndexableObjectHighlightResult
The matching snippets for a specific metadata ignoring any authority value
getHints() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getHints() - Method in class org.dspace.app.util.DCInput
Get the hint for this form field
getHistory(Context, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
getHistory(Context, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getHitHighlightingConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getHitHighlightingField(String) - Method in class org.dspace.discovery.DiscoverQuery
 
getHitHighlightingFields() - Method in class org.dspace.discovery.DiscoverQuery
 
getHitHighlights() - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
getHostName(String) - Static method in class org.dspace.core.Utils
Retrieve the hostname from a given URI string
getHour() - Method in class org.dspace.content.DCDate
Get the hour, adjusting for current time zone.
getHourUTC() - Method in class org.dspace.content.DCDate
Get the hour in UTC.
getHref() - Method in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader.Href
 
getHref() - Method in class org.purl.sword.atom.Link
Get the HREF attribute.
getHref() - Method in class org.purl.sword.client.ClientOptions
Get the HREF of the service to access.
getHreflang() - Method in class org.purl.sword.atom.Link
Get the HREF Lang attribute.
getHttpClient() - Method in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
getHttpReasonPhrase() - Method in class org.dspace.identifier.ezid.EZIDResponse
 
getHttpResponse() - Method in class org.purl.sword.base.DepositResponse
Retrieve the HTTP Response code.
getHttpServletRequest() - Method in interface org.dspace.services.model.Request
 
getHttpServletRequest() - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
getHttpServletRequest() - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
getHttpServletResponse() - Method in interface org.dspace.services.model.Request
 
getHttpServletResponse() - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
getHttpServletResponse() - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
getHttpStatusCode() - Method in class org.dspace.identifier.ezid.EZIDResponse
 
getHttpTransport() - Method in class org.dspace.google.GoogleAccount
 
getId() - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
getId() - Method in class org.dspace.app.rest.model.BaseObjectRest
 
getId() - Method in class org.dspace.app.rest.model.BundleRest
 
getId() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
getId() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic getter for the id
getId() - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic getter for the id
getId() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getId() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getId() - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
getId() - Method in class org.dspace.app.rest.model.ProcessRest
 
getId() - Method in class org.dspace.app.rest.model.PropertyRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionFormRest
 
getId() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getId() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getId() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Returns the id of this UsageReportPointRest object, of the form: type of UsageReport_dso uuid
getId() - Method in class org.dspace.app.rest.model.VersionHistoryRest
Generic getter for the id
getId() - Method in class org.dspace.app.rest.model.VersionRest
Generic getter for the id
getId() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getId() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getId() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getId() - Method in class org.dspace.app.rest.model.wrapper.SubmissionCCLicenseUrl
Generic getter for the id
getId() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getId() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
getId() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the ID for this step.
getId() - Method in class org.dspace.authority.AuthorityValue
 
getId() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getId() - Method in class org.dspace.external.model.ExternalDataObject
Generic getter for the ID
getId() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
This method compute the epo ID from fields
getId() - Method in class org.dspace.license.CCLicenseField
 
getId() - Method in class org.dspace.license.CCLicenseFieldEnum
Get the id of this enum
getId() - Method in class org.dspace.profile.ResearcherProfile
 
getId() - Method in class org.dspace.services.model.Event
 
getId() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getId() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getId() - Method in class org.dspace.xmlworkflow.Role
 
getId() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getId() - Method in class org.dspace.xmlworkflow.state.Step
 
getId() - Method in class org.purl.sword.atom.Entry
Get the ID for this Entry.
getID() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get the item ID that this line represents
getID() - Method in class org.dspace.app.requestitem.RequestItem
 
getID() - Method in class org.dspace.app.rest.authorization.Authorization
 
getID() - Method in class org.dspace.app.rest.model.wrapper.TemplateItem
 
getID() - Method in class org.dspace.app.util.WebApp
 
getID() - Method in class org.dspace.authorize.ResourcePolicy
Get the ResourcePolicy's internal identifier
getID() - Method in class org.dspace.checker.ChecksumHistory
 
getID() - Method in class org.dspace.content.BitstreamFormat
Get the internal identifier of this bitstream format
getID() - Method in class org.dspace.content.DSpaceObject
Get the internal ID (database primary key) of this object
getID() - Method in class org.dspace.content.EntityType
The standard getter for the ID of this EntityType
getID() - Method in interface org.dspace.content.InProgressSubmission
Get the internal ID of this submission
getID() - Method in class org.dspace.content.MetadataField
Get the metadata field id.
getID() - Method in class org.dspace.content.MetadataSchema
Get the schema record key number.
getID() - Method in class org.dspace.content.MetadataValue
Get the field ID the metadata value represents.
getID() - Method in class org.dspace.content.Relationship
Standard getter for the ID for this Relationship
getID() - Method in class org.dspace.content.RelationshipType
Standard getter for the ID of this RelationshipType
getID() - Method in class org.dspace.content.WorkspaceItem
Get the internal ID of this workspace item
getID() - Method in interface org.dspace.core.ReloadableEntity
The unique identifier of this entity instance.
getID() - Method in interface org.dspace.discovery.IndexableObject
Return the identifier of this indexableObject, this will be the identifier of the object in the database
getID() - Method in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
getID() - Method in class org.dspace.discovery.indexobject.IndexableDSpaceObject
 
getID() - Method in class org.dspace.discovery.indexobject.IndexableMetadataField
 
getID() - Method in class org.dspace.discovery.indexobject.IndexablePoolTask
 
getID() - Method in class org.dspace.discovery.indexobject.IndexableWorkflowItem
 
getID() - Method in class org.dspace.discovery.indexobject.IndexableWorkspaceItem
 
getID() - Method in class org.dspace.eperson.RegistrationData
 
getID() - Method in class org.dspace.eperson.Subscription
 
getID() - Method in class org.dspace.handle.Handle
 
getID() - Method in class org.dspace.harvest.HarvestedCollection
 
getID() - Method in class org.dspace.harvest.HarvestedItem
 
getID() - Method in class org.dspace.identifier.DOI
 
getID() - Method in class org.dspace.orcid.OrcidHistory
 
getID() - Method in class org.dspace.orcid.OrcidQueue
 
getID() - Method in class org.dspace.orcid.OrcidToken
 
getID() - Method in class org.dspace.scripts.Process
This method returns the ID that the Process holds within the Database
getID() - Method in class org.dspace.statistics.export.OpenURLTracker
Gets the OpenURLTracker id
getID() - Method in class org.dspace.versioning.Version
 
getID() - Method in class org.dspace.versioning.VersionHistory
 
getID() - Method in class org.dspace.xmlworkflow.state.Workflow
Get the name of this Workflow.
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Get the internal ID of this workflow item
getID(String) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getIdAndType() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
getIdentifier() - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
 
getIdentifier() - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
 
getIdentifier() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getIdentifier() - Method in class org.dspace.event.Dispatcher
 
getIdentifier() - Method in class org.dspace.xoai.data.DSpaceItem
 
getIdentifier2field() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierContributor
 
getIdentifiers() - Method in class org.dspace.event.Event
 
getIdentifiers(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getIdentifiers(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
Tries to lookup all Identifiers of this DSpaceObject.
getIdentifierService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getIdentifierService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
getIdentify() - Method in interface org.dspace.xoai.services.api.xoai.IdentifyResolver
 
getIdentify() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceIdentifyResolver
 
getIdToken() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getIgnoredMetadataFields() - Method in class org.dspace.versioning.AbstractVersionProvider
 
getIgnoredMetadataFields(int) - Static method in class org.dspace.discovery.SearchUtils
 
getIgnoreSpiderIPs() - Method in interface org.dspace.statistics.service.SolrLoggerService
Returns in a filterQuery string all the ip addresses that should be ignored
getIgnoreSpiderIPs() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getIiifAllowCredentials() - Method in class org.dspace.app.rest.utils.ApplicationConfig
Return whether to allow credentials (cookies) on IIIF requests.
getIiifAllowedOriginsConfig() - Method in class org.dspace.app.rest.utils.ApplicationConfig
Returns the rest.iiif.cors.allowed-origins (for IIIF access) defined in DSpace configuration.
getIIIFBitstreams(Context, Bundle) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return all the bitstreams in the bundle to be used as IIIF resources
getIIIFBitstreams(Context, Item) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return all the bitstreams in the item to be used as IIIF resources
getIIIFBundles(Item) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
 
getIIIFBundles(Item) - Static method in class org.dspace.iiif.util.IIIFSharedUtils
This method returns the bundles holding IIIF resources if any.
getIiifCanvasDimensionService() - Method in class org.dspace.iiif.canvasdimension.factory.IIIFCanvasDimensionServiceFactory
 
getIiifCanvasDimensionService() - Method in class org.dspace.iiif.canvasdimension.factory.IIIFCanvasDimensionServiceFactoryImpl
 
getIIIFDescription(DSpaceObject, String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the custom iiif description for the resource or the provided default if none
getIIIFLabel(DSpaceObject, String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the custom iiif label for the resource or the provided default if none
getIiifModule() - Static method in class org.dspace.app.iiif.model.ObjectMapperFactory
Gets the jackson SimpleModule with dbmdz configuration.
getIiifObjectMapper() - Static method in class org.dspace.app.iiif.model.ObjectMapperFactory
Gets the jackson ObjectMapper with dbmdz configuration.
getIIIFToCs(Bitstream, String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the table of contents (toc) positions in the iiif structure where the resource appears.
getIIIFViewingHint(Item, String) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return the iiif viewing hint for the item
getImageContent(String) - Method in class org.dspace.app.iiif.service.ImageContentService
 
getImageContent(UUID, String, ProfileGenerator, String) - Method in class org.dspace.app.iiif.service.ImageContentService
Association of images with their respective canvases is done via annotations.
getImageDimensions(InputStream) - Static method in class org.dspace.iiif.canvasdimension.ImageDimensionReader
Uses ImageIO to read height and width dimensions.
getImageDimensions(Bitstream) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Retrieves image dimensions from the image server (IIIF Image API v.2.1.1).
getImageDimensions(Bitstream) - Method in interface org.dspace.iiif.IIIFApiQueryService
Returns array with canvas height and width
getImageDimensions(Bitstream) - Method in class org.dspace.iiif.IIIFApiQueryServiceImpl
 
getImageFile(File, int, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getImageName() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getImageProfile() - Method in class org.dspace.app.iiif.service.utils.ImageProfileUtil
Utility method for obtaining the image service profile.
getImportsAvailable(EPerson) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getImportsAvailable(EPerson) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Get imports available for a person
getImportSource() - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
The string that identifies this import implementation.
getImportSource() - Method in class org.dspace.importer.external.bibtex.service.BibtexImportMetadataSourceServiceImpl
The string that identifies this import implementation as MetadataSource implementation
getImportSource() - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.endnote.service.EndnoteImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
The string that identifies this import implementation.
getImportSource() - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
The string that identifies this import implementation.
getImportSource() - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.ris.service.RisImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
The string that identifies this import implementation.
getImportSource() - Method in interface org.dspace.importer.external.service.components.MetadataSource
The string that identifies this import implementation.
getImportSource() - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getImportSource() - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
The string that identifies this import implementation.
getImportSources() - Method in class org.dspace.importer.external.service.ImportService
Retrieve the importSources set to this class.
getImportUploadableDirectory(EPerson) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getImportUploadableDirectory(EPerson) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Get import upload directory
getImportUrls() - Method in class org.dspace.importer.external.service.ImportService
Retrieve the importUrls that are set on the importSources .
getInArchive() - Method in class org.dspace.app.rest.model.ItemRest
 
getIncoming() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
getIndexableObject() - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
getIndexableObject() - Method in class org.dspace.discovery.DiscoverResult.IndexableObjectHighlightResult
Return the indexable object that the highlighting snippets refer to
getIndexableObjectFactory(String) - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Retrieve the IndexFactory implementation for the given indexable object unique identifier
getIndexableObjectFactory(IndexableObject) - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Retrieve the IndexFactory implementation for the given indexable object
getIndexableObjects() - Method in class org.dspace.discovery.DiscoverResult
 
getIndexableObjects(Context, Object) - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Retrieve all the indexable objects for the provided object
getIndexableObjects(Context, Collection) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
getIndexableObjects(Context, Community) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
getIndexableObjects(Context, Item) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
getIndexableObjects(Context, MetadataField) - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
getIndexableObjects(Context, WorkspaceItem) - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
getIndexableObjects(Context, ClaimedTask) - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
getIndexableObjects(Context, PoolTask) - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
getIndexableObjects(Context, XmlWorkflowItem) - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
getIndexableObjects(Context, S) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Retrieve all the indexable objects for the provided object
getIndexableObjectStringRepresentation(IndexableObject) - Static method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getIndexAlwaysConfigurations() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
Retrieves a list of all DiscoveryConfiguration objects where DiscoveryConfiguration.isIndexAlways() is true These configurations should always be included when indexing
getIndexClientOption(CommandLine) - Static method in enum org.dspace.discovery.IndexClientOptions
This method resolves the CommandLine parameters to figure out which action the index-discovery script should perform
getIndexColumn() - Method in class org.dspace.browse.BrowseIndex
Get the name of the primary key index column
getIndexedObject() - Method in interface org.dspace.discovery.IndexableObject
Get the entity that is linked to this indexable object
getIndexedObject() - Method in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
getIndexedObject() - Method in class org.dspace.discovery.indexobject.IndexableDSpaceObject
 
getIndexedObject() - Method in class org.dspace.discovery.indexobject.IndexableInProgressSubmission
 
getIndexedObject() - Method in class org.dspace.discovery.indexobject.IndexableMetadataField
 
getIndexedObject() - Method in class org.dspace.discovery.indexobject.IndexablePoolTask
 
getIndexFactories() - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Return the list of all the available implementations of the IndexableObjectService interface
getIndexFactories() - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactoryImpl
 
getIndexFactoryByType(String) - Method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Retrieve the IndexFactory implementation for the given indexable object type
getIndexFieldName() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getIndexFieldName() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getIndexFilename() - Method in class org.dspace.app.sitemap.AbstractGenerator
Get the filename the index should be written to.
getIndexFilename() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getIndexFilename() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getIndexFromPath(String) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Retrieved the index from the path of the patch operation, if one can be found
getIndexVersion(String) - Static method in class org.dspace.app.util.IndexVersion
Determine the version of Solr/Lucene which was used to create a given index directory.
getInDOAJ() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getInfoJsonPath(Bitstream) - Static method in class org.dspace.iiif.util.IIIFSharedUtils
Returns url for retrieving info.json metadata from the image server.
getIngestedList() - Method in class org.dspace.content.packager.AbstractPackageIngester
Return List of all DSpaceObject Identifiers which have been ingested/replaced by this instance of the Ingester.
getIngestedMap() - Method in class org.dspace.content.packager.AbstractPackageIngester
Return Map of all packages ingested and the DSpaceObjects which have been created/replaced by this instance of the Ingester.
getIngestionLicense() - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Get custom ingestion license for this Crosswalk.
getInProgressSubmissionService(InProgressSubmission) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getInProgressUserService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getInProgressUserService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getInput() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getInputDescriptions() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputDescriptions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputExtensions() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputExtensions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputFormNameByCollectionAndField(Collection, String) - Method in class org.dspace.app.util.DCInputsReader
 
getInputFormsFileName(Locale) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of submission-forms.xml according to language settings
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputMIMETypes() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputReader() - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
getInputsByCollectionHandle(String) - Method in class org.dspace.app.util.DCInputsReader
Returns the set of DC inputs used for a particular collection, or the default set if no inputs defined for the collection
getInputsByFormName(String) - Method in class org.dspace.app.util.DCInputsReader
Returns the set of DC inputs used for a particular input form
getInputsBySubmissionName(String) - Method in class org.dspace.app.util.DCInputsReader
 
getInputStream() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Creates and returns an InputStream from the CSV Lines in this DSpaceCSV
getInputStream() - Method in class org.dspace.app.rest.utils.BitstreamResource
 
getInputStream() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getInputStream(String) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getInputStream(Element) - Method in class org.dspace.content.packager.AbstractMETSIngester.MdrefManager
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
getInputStream(Element) - Method in interface org.dspace.content.packager.METSManifest.Mdref
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
getInputStreams(List<String>) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getInputType() - Method in class org.dspace.app.util.DCInput
Get the input type for this row
getInstallItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getInstallItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getInstance() - Static method in class org.dspace.access.status.factory.AccessStatusServiceFactory
 
getInstance() - Static method in class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
getInstance() - Static method in class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
getInstance() - Static method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
getInstance() - Static method in class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
getInstance() - Static method in class org.dspace.app.sfx.factory.SfxServiceFactory
 
getInstance() - Static method in class org.dspace.app.util.factory.UtilServiceFactory
 
getInstance() - Static method in class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
getInstance() - Static method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getInstance() - Static method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getInstance() - Static method in class org.dspace.checker.factory.CheckerServiceFactory
 
getInstance() - Static method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getInstance() - Static method in class org.dspace.content.factory.ContentServiceFactory
 
getInstance() - Static method in class org.dspace.core.factory.CoreServiceFactory
 
getInstance() - Static method in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
Retrieve an implementation instance for this factory
getInstance() - Static method in class org.dspace.disseminate.factory.DisseminateServiceFactory
 
getInstance() - Static method in class org.dspace.embargo.factory.EmbargoServiceFactory
 
getInstance() - Static method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getInstance() - Static method in class org.dspace.event.factory.EventServiceFactory
 
getInstance() - Static method in class org.dspace.external.factory.ExternalServiceFactory
This method will provide you with an implementation of this class to work with
getInstance() - Static method in class org.dspace.google.GoogleAccount
 
getInstance() - Static method in class org.dspace.handle.factory.HandleServiceFactory
 
getInstance() - Static method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getInstance() - Static method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getInstance() - Static method in class org.dspace.iiif.canvasdimension.factory.IIIFCanvasDimensionServiceFactory
 
getInstance() - Static method in class org.dspace.license.factory.LicenseServiceFactory
 
getInstance() - Static method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getInstance() - Static method in class org.dspace.rdf.factory.RDFFactory
 
getInstance() - Static method in class org.dspace.scripts.factory.ScriptServiceFactory
Use this method to retrieve an implementation of the ScriptServiceFactory to use to retrieve the different beans
getInstance() - Static method in class org.dspace.services.factory.DSpaceServicesFactory
 
getInstance() - Static method in class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactory
Retrieve the OpenURLTrackerLoggerServiceFactory
getInstance() - Static method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getInstance() - Static method in class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
getInstance() - Static method in class org.dspace.sword2.WorkflowManagerFactory
Get an instance of WorkflowManager
getInstance() - Static method in class org.dspace.versioning.factory.VersionServiceFactory
 
getInstance() - Static method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getInstance() - Static method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getInstance(String, String, String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
Configure an EZID request.
getInstance(Context) - Static method in class org.dspace.browse.BrowseDAOFactory
Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interface
getInstance(Context) - Static method in class org.dspace.browse.ItemCountDAOFactory
Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.
getInstance(Context, Deposit, DSpaceObject) - Static method in class org.dspace.sword.SWORDIngesterFactory
Generate an object which conforms to the SWORDIngester interface.
getInstitution() - Method in class org.dspace.authority.PersonAuthorityValue
 
getInstKey() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getIntermediatePath(String) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return the intermediate path derived from the internal_id.
getInternalHandles(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
Return the handle for an Object, or null if the Object has no handle.
getInternalId() - Method in class org.dspace.content.Bitstream
 
getInternalMoniker() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getInterrupt() - Static method in class org.dspace.harvest.HarvestScheduler
 
getIntParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as an int.
getIntParameters(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain an array of int parameters from the given request as an int.
getIntProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as an int value.
getIntProperty(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as an int value.
getIntProperty(String, int) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as an int value.
getIntProperty(String, int) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as an int value.
getIp() - Method in class org.dspace.usage.UsageEvent
 
getIPAddress() - Method in class org.purl.sword.base.AtomDocumentRequest
Get the IP address of the user
getIPAddress() - Method in class org.purl.sword.base.Deposit
Get the IP address of the user
getIPAddress() - Method in class org.purl.sword.base.ServiceDocumentRequest
Get the IP address of the user
getIPAddresses(String) - Static method in class org.dspace.core.Utils
Retrieve the IP address(es) of a given URI string.
getISBN() - Method in class org.dspace.app.util.GoogleMetadata
 
getIsDefault() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getISSN() - Method in class org.dspace.app.util.GoogleMetadata
 
getIssnItemExtractors() - Method in class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
getIssns() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getISSNs(Context, Item) - Method in interface org.dspace.app.sherpa.submit.ISSNItemExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Using the configured itemIssnExtractors from SHERPA configuration, extract ISSNs from item metadata or authority values
getIssue() - Method in class org.dspace.app.util.GoogleMetadata
 
getIsui() - Method in class org.dspace.app.util.WebApp
 
getItem() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the DSpace Item that these changes are applicable to.
getItem() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for the DSpace item referenced in the archive
getItem() - Method in class org.dspace.app.requestitem.RequestItem
 
getItem() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getItem() - Method in class org.dspace.app.rest.model.wrapper.TemplateItem
 
getItem() - Method in class org.dspace.content.Entity
Standard getter for the Item for this Entity object
getItem() - Method in interface org.dspace.content.InProgressSubmission
Get the incomplete item object
getItem() - Method in class org.dspace.content.WorkspaceItem
 
getItem() - Method in class org.dspace.harvest.HarvestedItem
 
getItem() - Method in class org.dspace.profile.ResearcherProfile
 
getItem() - Method in class org.dspace.sword.DepositResult
 
getItem() - Method in class org.dspace.sword2.DepositResult
 
getItem() - Method in class org.dspace.versioning.Version
 
getItem() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getItem(String) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemSolrRepository
 
getItem(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BundleItemLinkRepository
Get the item where the provided bundle resides in
getItem(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ResearcherProfileItemLinkRepository
Returns the item related to the Research profile with the given UUID.
getItem(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
 
getItemAcceptPackaging() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getItemBitstreams(Context, Item) - Method in class org.dspace.content.BitstreamServiceImpl
 
getItemBitstreams(Context, Item) - Method in interface org.dspace.content.service.BitstreamService
 
getItemBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
Get the internally defined browse index for archived items.
getItemByOAIId(Context, String, Collection) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
getItemByOAIId(Context, String, Collection) - Method in interface org.dspace.harvest.service.HarvestedItemService
Retrieve a DSpace Item that corresponds to this particular combination of owning collection and OAI ID.
getItemDmds() - Method in class org.dspace.content.packager.METSManifest
Gets all dmdSec elements containing metadata for the DSpace Item.
getItemExportService() - Method in class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
getItemExportService() - Method in class org.dspace.app.itemexport.factory.ItemExportServiceFactoryImpl
 
getItemHandle(Item) - Method in class org.dspace.ctask.general.BasicLinkChecker
Internal utitity method to get a description of the handle
getItemHandle(Item) - Method in class org.dspace.ctask.general.ClamScan
 
getItemId() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getItemIdentifiers(List<ScopedFilter>, int, int) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemSolrRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, String, Date, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiers(List<ScopedFilter>, int, int, Date, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiersUntil(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemIdentifiersUntil(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemImportService() - Method in class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
getItemImportService() - Method in class org.dspace.app.itemimport.factory.ItemImportServiceFactoryImpl
 
getItemInfo(Context, String) - Static method in class org.dspace.app.statistics.ReportGenerator
get the information for the item with the given handle
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
getItemMarkingInfo(Context, Item) - Method in interface org.dspace.app.itemmarking.ItemMarkingExtractor
 
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
getItemReadGroup(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionItemReadGroupLinkRepository
This method is responsible for retrieving the ItemReadGroup of a Collection
getItemRepository() - Method in interface org.dspace.xoai.services.api.xoai.ItemRepositoryResolver
 
getItemRepository() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepositoryResolver
 
getItemResourceRelFor(Class<?>) - Method in class org.dspace.app.rest.model.hateoas.DSpaceLinkRelationProvider
 
getItemResults() - Method in class org.dspace.browse.BrowseInfo
Deprecated. 
getItemRightsMD() - Method in class org.dspace.content.packager.METSManifest
Return rights metadata section(s) relevant to item as a whole.
getItems() - Method in class org.dspace.content.Bundle
Get the items this bundle appears in
getItems(List<ScopedFilter>, int, int) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemSolrRepository
 
getItems(List<ScopedFilter>, int, int, String) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItems(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItems(List<ScopedFilter>, int, int, String, Date, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItems(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItems(List<ScopedFilter>, int, int, Date, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemService() - Method in class org.dspace.app.rest.submit.step.validation.UploadValidation
 
getItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getItemService() - Method in class org.dspace.content.Item
 
getItemsImported() - Method in class org.dspace.app.itemimport.BatchUpload
Get items imported
getItemsUntil(List<ScopedFilter>, int, int, String, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemsUntil(List<ScopedFilter>, int, int, Date) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceItemRepository
 
getItemTitle(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getItemUuid() - Method in class org.dspace.content.dao.pojo.ItemUuidAndRelationshipId
 
getItemVersion(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemVersionLinkRepository
This method will return the VersionRest object from the Item that is associated with the given itemUuid
getIterator() - Method in class org.dspace.utils.servicemanager.ProviderStack
Get the iterator of all providers currently in the stack.
getJournals() - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
getJournalTitle() - Method in class org.dspace.app.util.GoogleMetadata
 
getJournalTitleField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getJsonFactory() - Method in class org.dspace.google.GoogleAccount
 
getJumpToField() - Method in interface org.dspace.browse.BrowseDAO
Get the field in which we will match a focus value from which to start the browse.
getJumpToField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getJumpToItem() - Method in class org.dspace.browse.BrowserScope
 
getJumpToValue() - Method in interface org.dspace.browse.BrowseDAO
Get the value at which the browse will start.
getJumpToValue() - Method in class org.dspace.browse.BrowserScope
 
getJumpToValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getJumpToValueLang() - Method in class org.dspace.browse.BrowserScope
 
getJwtKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Retrieve the token secret key from configuration.
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.dspace.service.impl.HttpConnectionPoolService.KeepAliveStrategy
 
getKernel() - Method in class org.dspace.kernel.DSpaceKernelManager
Get the kernel.
getKernel() - Method in class org.dspace.utils.DSpace
 
getKernel() - Method in class org.dspace.utils.servlet.DSpaceWebappServletFilter
 
getKernel(String) - Method in class org.dspace.kernel.DSpaceKernelManager
Get the kernel.
getKernel(String) - Static method in class org.dspace.servicemanager.DSpaceKernelInit
Creates or retrieves a DSpace Kernel with the given name.
getKey() - Method in class org.dspace.app.rest.security.jwt.AuthenticationMethodClaimProvider
 
getKey() - Method in class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
getKey() - Method in interface org.dspace.app.rest.security.jwt.JWTClaimProvider
 
getKey() - Method in class org.dspace.app.rest.security.jwt.SpecialGroupClaimProvider
 
getKey() - Method in class org.dspace.app.statistics.Stat
get the key (text describing) the statistic
getKey() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Method to retrieve field item
getKey() - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
 
getKeys() - Method in class org.dspace.identifier.ezid.EZIDResponse
Expose the available keys.
getKeys() - Method in interface org.dspace.services.model.Cache
Provides a method for finding out what keys are currently in the cache or getting all items out of the cache.
getKeyValue(int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Get the Key value for the specified row.
getKeywords() - Method in class org.dspace.app.util.GoogleMetadata
 
getKind() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getKind() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
What kind of webapp? Server, etc.
getLabel() - Method in class org.dspace.app.rest.model.EntityTypeRest
 
getLabel() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getLabel() - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
getLabel() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
getLabel() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
getLabel() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getLabel() - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
getLabel() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Returns label of this UsageReportPointRest object, e.g.
getLabel() - Method in class org.dspace.app.util.DCInput
Get the label for this form field.
getLabel() - Method in class org.dspace.content.EntityType
The standard getter for the label of this EntityType
getLabel() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getLabel() - Method in class org.dspace.license.CCLicenseField
 
getLabel() - Method in class org.dspace.license.CCLicenseFieldEnum
Get the label of this enum
getLabel() - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
getLabel() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getLabel(String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get the canonical user-visible "label" (i.e.
getLabel(String, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getLabel(String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getLabel(String, String) - Method in class org.dspace.content.authority.EPersonAuthority
 
getLabel(String, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getLabel(String, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getLabel(String, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getLabel(String, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getLabel(String, String) - Method in class org.dspace.content.authority.TestAuthority
 
getLabel(String, Collection, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getLabel(String, Collection, String, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by single field key.
getLabel(MetadataValue, Collection, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getLabel(MetadataValue, Collection, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by schema,element,qualifier.
getLanguage() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getLanguage() - Method in class org.dspace.app.rest.model.MetadataValueRest
 
getLanguage() - Method in class org.dspace.app.util.DCInput
Get the language for this form field.
getLanguage() - Method in class org.dspace.app.util.GoogleMetadata
 
getLanguage() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getLanguage() - Method in class org.dspace.content.MetadataValue
Get the language (e.g.
getLanguage() - Method in class org.dspace.eperson.EPerson
Get the e-person's language
getLanguage() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Return the MetadataContributor used while retrieving MetadatumDTO
getLanguage(String) - Static method in class org.dspace.text.filter.Language
 
getLanguageCodes() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getLanguageField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getLanguageForIANA(String) - Static method in class org.dspace.text.filter.Language
 
getLanguageForISO639_2(String) - Static method in class org.dspace.text.filter.Language
 
getLastActive() - Method in class org.dspace.app.rest.model.EPersonRest
 
getLastActive() - Method in class org.dspace.eperson.EPerson
Get the EPerson's last-active stamp.
getLastHarvested() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getLastLoadDate() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
Time that this kernel was started, as a java.util.Date.
getLastModified() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getLastModified() - Method in class org.dspace.app.rest.model.ItemRest
 
getLastModified() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getLastModified() - Method in class org.dspace.app.rest.model.wrapper.TemplateItem
 
getLastModified() - Method in class org.dspace.authority.AuthorityValue
 
getLastModified() - Method in class org.dspace.content.Item
Get the date the item was last modified, or the current date if last_modified is null
getLastModified() - Method in interface org.dspace.discovery.IndexableObject
Return the last modified date of an of an object, or if no modification dates are stored, return NUll
getLastModified() - Method in class org.dspace.discovery.indexobject.IndexableItem
 
getLastModified(Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getLastModified(Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Gets the last modified timestamp of the the given bitstream's content, if known.
getLastModified(Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
getLastModified(Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Gets the last modified timestamp of the the given bitstream's content, if known.
getLastModified(Context, Item) - Method in class org.dspace.sword2.GenericStatementDisseminator
 
getLastName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getLastName() - Method in class org.dspace.content.DCPersonName
Get the last name.
getLastName() - Method in class org.dspace.eperson.EPerson
Get the eperson's last name.
getLastpage() - Method in class org.dspace.app.util.GoogleMetadata
 
getLastUnmarshallInfo() - Method in class org.purl.sword.client.Client
 
getLatestVersion() - Static method in class org.dspace.app.util.IndexVersion
Determine the version of Solr/Lucene which DSpace is currently running.
getLatestVersion(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getLatestVersion(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getLatestVersionStatus() - Method in class org.dspace.content.Relationship
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the boilerplate at the top of a sitemap file.
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getLeftId() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getLeftItem() - Method in class org.dspace.content.Relationship
Standard getter for the leftItem field
getLeftItemPredicate(CriteriaBuilder, Root<Relationship>, Item, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
Get the predicate for a criteria query that selects relationships by their left item.
getLeftMaxCardinality() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getLeftMaxCardinality() - Method in class org.dspace.content.RelationshipType
Standard getter for the leftMaxCardinality Integer for this RelationshipType
getLeftMinCardinality() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getLeftMinCardinality() - Method in class org.dspace.content.RelationshipType
Standard getter for the leftMinCardinality Integer for this RelationshipType
getLeftPlace() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getLeftPlace() - Method in class org.dspace.content.Relationship
Standard getter for the leftPlace Integer in this Relationship
getLeftRelations(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getLeftRelations(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships, which are attached to the Entity object that is passed along, where the left item object of each relationship is equal to the Item object of the Entity object that is passed along
getLeftRelationshipTypes(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getLeftRelationshipTypes(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the leftEntityType
getLeftRelationshipTypes(Context, Entity, boolean, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
getLeftRelationshipTypes(Context, Entity, boolean, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the leftEntityType
getLeftType() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getLeftType() - Method in class org.dspace.content.RelationshipType
Standard getter for The leftType EntityType for this RelationshipType
getLeftwardType() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getLeftwardType() - Method in class org.dspace.content.RelationshipType
Standard getter for the leftwardType String for this RelationshipType
getLeftwardValue() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getLeftwardValue() - Method in class org.dspace.content.Relationship
Standard getter for the leftwardValue String in this Relationship
getLegacyId() - Method in class org.dspace.content.Bitstream
 
getLegacyId() - Method in class org.dspace.content.Bundle
 
getLegacyId() - Method in class org.dspace.content.Collection
 
getLegacyId() - Method in class org.dspace.content.Community
 
getLegacyId() - Method in interface org.dspace.content.DSpaceObjectLegacySupport
 
getLegacyId() - Method in class org.dspace.content.Item
 
getLegacyId() - Method in class org.dspace.eperson.EPerson
 
getLegacyId() - Method in class org.dspace.eperson.Group
 
getLength() - Method in class org.purl.sword.atom.Link
Get the length.
getLevel() - Method in class org.dspace.app.statistics.LogLine
get the level of this log line
getLicense(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionLicenseLinkRepository
 
getLicense(Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
getLicense(Collection) - Method in interface org.dspace.content.service.CollectionService
Get the license that users must grant before submitting to this collection.
getLicenseCollection() - Method in class org.dspace.content.Collection
Get the license that users must grant before submitting to this collection.
getLicenseId() - Method in class org.dspace.license.CCLicense
 
getLicenseName() - Method in class org.dspace.license.CCLicense
 
getLicenseName(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Returns the stored license name of the item
getLicenseName(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Returns the stored license name of the item
getLicenseRdfBitstream(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseRdfBitstream(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Get Creative Commons license RDF, returning Bitstream object.
getLicenses() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getLicenseService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getLicenseService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getLicenseText(String) - Method in class org.dspace.core.LicenseServiceImpl
 
getLicenseText(String) - Method in interface org.dspace.core.service.LicenseService
Get the License
getLicenseText(Locale, Collection, Item, EPerson) - Static method in class org.dspace.content.LicenseUtils
Utility method if no additional arguments are to be supplied to the license template.
getLicenseText(Locale, Collection, Item, EPerson, Map<String, Object>) - Static method in class org.dspace.content.LicenseUtils
Return the text of the license that the user has granted/must grant before for submit the item.
getLicenseTextBitstream(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Deprecated.
getLicenseTextBitstream(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Deprecated.
the bitstream with the license in the textual format it is no longer stored (see https://jira.duraspace.org/browse/DS-2604)
getLicenseURI(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Returns the stored license uri of the item
getLicenseURI(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Returns the stored license uri of the item
getLicenseURL(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseURL(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
getLiftMetadata(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getLiftMetadata(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
 
getLimit() - Method in interface org.dspace.browse.BrowseDAO
get the integer number which is the limit of the results that will be returned by any query.
getLimit() - Method in class org.dspace.browse.SolrBrowseDAO
 
getLimit() - Method in class org.dspace.discovery.DiscoverFacetField
 
getLink() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getLinkMethod(String, LinkRestRepository) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
getLinkResourceRepository(String, String, String) - Method in class org.dspace.app.rest.utils.Utils
Retrieve the LinkRestRepository associated with a specific link from the apiCategory and model specified in the parameters.
getLinks() - Method in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
Build the "_links" element with all valid pagination links (first, next, prev, last)
getLinks() - Method in class org.purl.sword.atom.Entry
Get the list of links for this Entry.
getLinksFor(HALResource, Pageable) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
getLinkType(String) - Method in class org.dspace.browse.CrossLinks
Get the type of link that the bit of metadata has.
getListOfAllowedSearchOperatorStrings() - Static method in enum org.dspace.app.rest.model.query.RestSearchOperator
Returns a list of dspace operators of this enum's values, plus "query" which is also allowed, but will be transformed in SearchQueryConverter to any of the others
getLiveImportClient() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getLoadTime() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
Time that this kernel was started, as seconds since the epoch.
getLocale() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getLocalizedMessage() - Method in interface org.dspace.app.rest.exception.TranslatableException
Already implemented by Throwable.
getLocalizedMessage(Context) - Method in exception org.dspace.app.rest.exception.RESTEmptyWorkflowGroupException
 
getLocalizedMessage(Context) - Method in interface org.dspace.app.rest.exception.TranslatableException
 
getLocalName() - Method in class org.purl.sword.base.XmlName
Get the local name.
getLocation() - Method in class org.purl.sword.base.AtomDocumentRequest
Get the location of the service document
getLocation() - Method in class org.purl.sword.base.Collection
Get the location.
getLocation() - Method in class org.purl.sword.base.Deposit
Get the location of the deposit
getLocation() - Method in class org.purl.sword.base.DepositResponse
Retrieve the Location header.
getLocation() - Method in class org.purl.sword.base.ServiceDocumentRequest
Get the location of the service document
getLocation() - Method in class org.purl.sword.client.ServiceDialog
The location from the dialog.
getLocation(Collection) - Method in class org.dspace.sword.CollectionLocation
Obtain the deposit URL for the given collection.
getLocations() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getLocations(Context, IndexableCollection) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
getLocations(Context, IndexableCommunity) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
getLocations(Context, IndexableItem) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
getLocations(Context, T) - Method in interface org.dspace.discovery.indexobject.factory.DSpaceObjectIndexFactory
Return a list of the identifiers from the parents for the provided IndexableObject, communities will be prepended by "m", collections b "c"
getLogFiles(String) - Static method in class org.dspace.app.statistics.LogAnalyser
get an array of file objects representing the passed log directory
getLoginResponse(HttpServletRequest, String) - Method in class org.dspace.app.rest.AuthenticationRestController
Check the request to see if the login succeeded or failed.
getLogLine(String) - Static method in class org.dspace.app.statistics.LogAnalyser
split the given line into it's relevant segments if applicable (i.e.
getLogo() - Method in class org.dspace.content.Collection
Get the logo for the collection.
getLogo() - Method in class org.dspace.content.Community
Get the logo for the community.
getLogo(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionLogoLinkRepository
 
getLogo(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CommunityLogoLinkRepository
 
getLongProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a long value.
getLongProperty(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a long value.
getLongProperty(String, long) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a long value.
getLongProperty(String, long) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a long value.
getMain() - Method in class org.dspace.app.rest.model.SubmissionVisibilityRest
 
getManagedBean() - Method in interface org.dspace.kernel.CommonLifecycle
Gets a reference to the bean that is being managed inside this lifecycle.
getManagedBean() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getManager() - Method in interface org.dspace.xoai.services.api.config.XOAIManagerResolver
 
getManager() - Method in class org.dspace.xoai.services.impl.context.DSpaceXOAIManagerResolver
 
getMandatoryMessage() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getManifest(Item, Context) - Method in class org.dspace.app.iiif.service.ManifestService
Returns JSON manifest response for a DSpace item.
getManifest(Context, UUID) - Method in class org.dspace.app.iiif.IIIFServiceFacade
The manifest response contains sufficient information for the client to initialize itself and begin to display something quickly to the user.
getManifestBitstreamFormat() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
getManifestId(UUID) - Method in class org.dspace.app.iiif.service.AbstractResourceService
Creates the manifest id from the provided uuid.
getManifestsCacheEvictService() - Static method in class org.dspace.iiif.consumer.CacheEvictBeanLocator
 
getMap() - Method in class org.dspace.app.rest.model.MetadataRest
Gets the map.
getMap() - Method in class org.dspace.app.rest.submit.PatchConfigurationService
 
getMap() - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
getMap() - Method in class org.dspace.content.virtual.EntityTypeToFilterQueryService
Standard getter for the map
getMap() - Method in class org.dspace.content.virtual.VirtualMetadataPopulator
Standard getter for the map
getMap() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getMap() - Method in class org.dspace.submit.model.UploadConfigurationService
 
getMapIndex(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getMappedCollections(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemMappedCollectionLinkRepository
 
getMappedItems(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionMappedItemLinkRepository
 
getMapping() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getMapping() - Method in class org.dspace.workflow.TasksetMapType
Gets the value of the mapping property.
getMappings() - Method in class org.dspace.app.util.GoogleMetadata
Fetch retaining the order of the values for any given key in which they where added (like authors).
getMapTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default name of the distinct map table.
getMatches(String, int, int, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get all values from the authority that match the preferred value.
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.EPersonAuthority
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getMatches(String, int, int, String) - Method in class org.dspace.content.authority.TestAuthority
 
getMatches(String, int, int, String, boolean) - Method in class org.dspace.content.authority.SolrAuthority
 
getMatches(String, String, String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getMatches(String, String, String, String, Collection, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getMatches method of the plugin corresponding to the metadata field defined by schema,element,qualifier.
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getMatches(String, String, Collection, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper calls getMatches method of the plugin corresponding to the metadata field defined by single field key.
getMatchingRelationship(Item, boolean, Relationship, List<Relationship>) - Method in class org.dspace.versioning.VersioningConsumer
From a list of relationships, find the relationship with the correct relationship type and items.
getMatchingRelationship(Item, RelationshipType, Item, List<Relationship>) - Method in class org.dspace.versioning.VersioningConsumer
Find the relationship with the given left item, relation type and right item, from a list of relationships.
getMatrix() - Method in class org.dspace.statistics.Dataset
 
getMax() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMax() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getMax() - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
getMax() - Method in class org.dspace.statistics.content.DSORepresentation
 
getMax() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getMaxChars() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
The max number of characters that should be shown for a field containing a matching hit.
getMaxConnections() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
Get the maximum number of concurrent DBMS connections that will be opened (if possible).
getMaxEmbed() - Method in class org.dspace.app.rest.projection.SpecificLevelProjection
 
getMaxEndDate() - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
getMaxPayloadLength() - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
getMaxResults() - Method in class org.dspace.discovery.DiscoverQuery
The maximum number of results returned by this query
getMaxResults() - Method in class org.dspace.discovery.DiscoverResult
 
getMaxRetry() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Return the number of max retries that can be undertaken before separate functionality kicks in
getMaxSize() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getMaxSize() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the maximum size in bytes that an individual sitemap file should be.
getMaxSize() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getMaxSize() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getMaxSize() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
getMaxSize() - Method in class org.dspace.submit.model.UploadConfiguration
 
getMaxSnippets() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
 
getMaxStartDate() - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
getMaxUploadSize() - Method in class org.dspace.sword.SWORDConfiguration
What is the max upload size (in bytes) for the SWORD interface?
getMaxUploadSize() - Method in class org.dspace.sword2.SwordConfigurationDSpace
What is the max upload size (in bytes) for the SWORD interface?
getMaxUploadSize() - Method in class org.purl.sword.base.Service
Get the maximum upload file size (in kB)
getMaxURLs() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the maximum number of URLs that an individual sitemap file should contain.
getMaxURLs() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getMaxURLs() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getMaxValue() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
Returns the highest value that can be found for this value in solr
getMBeanInfo() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getMBeanName() - Method in interface org.dspace.kernel.DSpaceKernel
 
getMBeanName() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getMd5() - Method in class org.purl.sword.base.Deposit
 
getMD5(byte[]) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data in hex format.
getMD5(String) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data in hex format.
getMD5Bytes(byte[]) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data as a byte array.
getMdBits() - Method in class org.dspace.sort.SortOption
 
getMdBits(int) - Method in class org.dspace.browse.BrowseIndex
 
getMdContentAsStream(Element, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Return contents of *md element as stream.
getMdContentMimeType(Element) - Method in class org.dspace.content.packager.METSManifest
Returns MIME type of metadata content, if available.
getMdFiles() - Method in class org.dspace.content.packager.METSManifest
Gets list of all mdRef elements in the METS document.
getMDrecord(String, String, String) - Method in class org.dspace.harvest.OAIHarvester
Query the OAI-PMH provider for a specific metadata record.
getMdType(Element) - Method in class org.dspace.content.packager.METSManifest
Get the metadata type from within a *mdSec element.
getMDValueByField(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMDValueByLegacyField(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMediaEntry(String) - Method in class org.dspace.sword.MediaEntryManager
Get the media entry for the given URL request.
getMediaFeedUrl(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getMediaFilterService() - Method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
getMediaFilterService() - Method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactoryImpl
 
getMediaLink() - Method in class org.dspace.sword.DepositResult
 
getMediaLink(Bitstream) - Method in class org.dspace.sword.SWORDUrlManager
Get the media link URL for the given bitstream.
getMediaRangeComparator() - Static method in class org.dspace.rdf.negotiation.Negotiator
Method to get a comparator to compare media ranges regarding their content negotiation precedence.
getMediaResourceRepresentation(String, Map<String, String>, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.MediaResourceManagerDSpace
 
getMediation() - Method in class org.purl.sword.base.Collection
Get the mediation value.
getMemberGroups() - Method in class org.dspace.eperson.Group
Return Group members of a Group.
getMembers() - Method in class org.dspace.eperson.Group
Return EPerson members of a Group
getMembers(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.GroupEPersonLinkRepository
 
getMembers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.Role
 
getMessage() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the exception message
getMessage() - Method in exception org.dspace.app.rest.exception.RepositoryNotFoundException
 
getMessage() - Method in interface org.dspace.app.rest.exception.TranslatableException
Already implemented by Throwable.
getMessage() - Method in class org.dspace.app.rest.model.ErrorRest
The error message as i18key
getMessage() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getMessage() - Method in class org.dspace.app.rest.model.step.UploadStatusResponse
 
getMessage() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
 
getMessage() - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
getMessage() - Method in exception org.dspace.identifier.doi.DOIIdentifierException
 
getMessage() - Method in exception org.dspace.orcid.exception.OrcidValidationException
 
getMessage() - Method in exception org.dspace.workflow.WorkflowException
 
getMessage() - Method in exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
getMessage() - Method in class org.purl.sword.base.SwordValidationInfo
Return the information message.
getMessage() - Method in class org.purl.sword.client.Status
Get the message.
getMessage(String) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and use the default Locale.
getMessage(String, Locale) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and locale
getMessage(String, Context) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and context
getMessageKey() - Method in exception org.dspace.app.rest.exception.EPersonNameNotProvidedException
 
getMessageKey() - Method in exception org.dspace.app.rest.exception.GroupHasPendingWorkflowTasksException
 
getMessageKey() - Method in exception org.dspace.app.rest.exception.GroupNameNotProvidedException
 
getMessageKey() - Method in exception org.dspace.app.rest.exception.RESTEmptyWorkflowGroupException
 
getMessageKey() - Method in interface org.dspace.app.rest.exception.TranslatableException
 
getMetadata() - Method in class org.dspace.app.rest.model.BrowseIndexRest.SortOption
 
getMetadata() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
Gets the rest representation of all metadata of the DSpace object.
getMetadata() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic getter for the metadata
getMetadata() - Method in class org.dspace.app.rest.model.step.DataDescribe
 
getMetadata() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getMetadata() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getMetadata() - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
getMetadata() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getMetadata() - Method in class org.dspace.app.rest.model.wrapper.TemplateItem
 
getMetadata() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
 
getMetadata() - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
getMetadata() - Method in class org.dspace.browse.BrowseIndex
 
getMetadata() - Method in class org.dspace.content.DSpaceObject
 
getMetadata() - Method in class org.dspace.external.model.ExternalDataObject
Generic getter for the Metadata
getMetadata() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
getMetadata() - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataSourceDto
 
getMetadata() - Method in class org.dspace.orcid.OrcidHistory
 
getMetadata() - Method in class org.dspace.orcid.OrcidQueue
 
getMetadata() - Method in class org.dspace.sort.SortOption
 
getMetadata() - Method in class org.dspace.submit.model.UploadConfiguration
 
getMetadata() - Method in class org.dspace.xoai.data.DSpaceSolrItem
 
getMetadata(int) - Method in class org.dspace.browse.BrowseIndex
 
getMetadata(int) - Method in class org.dspace.browse.ItemListConfig
What metadata is to go in the given column number?
getMetadata(String) - Method in class org.dspace.xoai.data.DSpaceItem
 
getMetadata(Item) - Method in class org.dspace.sword2.AbstractSimpleDC
 
getMetadata(Item, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
This method will return a list of MetadataValue objects that contains all the regular metadata of the item passed along in the parameters as well as all the virtual metadata which will be generated and processed together with the VirtualMetadataPopulator by processing the item's relationships
getMetadata(Item, String, String, String, String, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
getMetadata(Item, String, String, String, String, boolean) - Method in interface org.dspace.content.service.ItemService
Get metadata for the DSpace Object in a chosen schema.
getMetadata(EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getMetadata(T, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the value of a metadata field
getMetadata(T, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the value(s) of a metadata field.
getMetadata(T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get metadata for the DSpace Object in a chosen schema.
getMetadata(T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the value(s) of a metadata field.
getMetadataAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getMetadataAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
getMetadataByMetadataString(T, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadataByMetadataString(T, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Retrieve metadata field values from a given metadata string of the form <schema prefix>.<element>[.<qualifier>|.*]
getMetadataConfigId() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getMetadataConfigs() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getMetadataCount() - Method in class org.dspace.browse.BrowseIndex
 
getMetadataExposureService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getMetadataExposureService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getMetadataField() - Method in class org.dspace.content.MetadataValue
 
getMetadataField() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
getMetadataField(Context, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Retrieves metadataField based on the metadata element found in the operation
getMetadataFieldMap() - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
Retrieve the metadataFieldMap set to this class
getMetadataFieldMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Return metadataFieldMapping
getMetadataFieldMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
getMetadataFieldMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Return metadataFieldMapping
getMetadataFieldMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getMetadataFieldMapping() - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
Retrieve the MetadataFieldMapping containing the mapping between RecordType and Metadata
getMetadataFields() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for list of metadata fields
getMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
getMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getMetadataFields() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getMetadataFields() - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
getMetadataFields() - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Returns all the metadata fields involved in the profile section configuration.
getMetadataFieldService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataFieldService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadataFirstValue(T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Retrieve first metadata field value
getMetadataFirstValue(T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the first value of a metadata field.
getMetadataFirstValue(T, MetadataFieldName, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Retrieve first metadata field value
getMetadataFirstValue(T, MetadataFieldName, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the first value of a metadata field.
getMetadataKey(String, String, String) - Method in class org.dspace.app.rest.utils.Utils
Build the canonical representation of a metadata key in DSpace.
getMetadataList() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getMetadataProcessor(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
Return the metadataProcessor used to update values to make them more compliant for certain goals
getMetadataRDFMapping(Resource, String) - Static method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
getMetadataSchema() - Method in class org.dspace.content.MetadataField
Get the schema .
getMetadataSchemaService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataSchemaService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadataSignatureGenerator() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getMetadataSignatureGenerator() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getMetadataSignatures(Context, Item) - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
getMetadataSignatures(Context, Item) - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Given the input item's metadata values generate a metadata signature for each metadata field groups handled by this factory or for each metadata fields if the factory is configured with single metadata fields.
getMetadataSortField() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getMetadataToListen() - Method in interface org.dspace.submit.listener.MetadataListener
Return the list of metadata that should be monitored as change to them could allow the service to retrieve an ExternalDataObject to enrich the current item
getMetadataToListen() - Method in class org.dspace.submit.listener.SimpleMetadataListener
 
getMetadataValuePlace(Map<MetadataField, Integer>, MetadataValue) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Retrieve the place of the metadata value
getMetadataValues(Item, String) - Method in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
getMetadataValueService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataValueService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadatumContributors() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Return the List of MetadataContributor objects set to this class
getMetadatumContributors() - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Return the List of MetadataContributor objects set to this class
getMethodOn(Class<C>) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
getMethodOn(Object...) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
getMets() - Method in class org.dspace.content.packager.METSManifest
 
getMetsAsStream() - Method in class org.dspace.content.packager.METSManifest
Return entire METS document as an inputStream
getMimetype() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getMIMEType() - Method in class org.dspace.content.BitstreamFormat
Get the MIME type of this bitstream format, for example text/plain
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
Deprecated.
 
getMIMEType() - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
getMIMEType() - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
 
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
getMIMEType(PackageParameters) - Method in interface org.dspace.content.packager.PackageDisseminator
Identifies the MIME-type of this package, e.g.
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
Identifies the MIME-type of this package, i.e.
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.RoleDisseminator
 
getMinConfidence(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
Give the minimal level of confidence required to consider valid an authority value for the given metadata.
getMinConfidence(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Give the minimal level of confidence required to consider valid an authority value for the given metadata.
getMinimum(Context, int) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
getMinimum(Context, int) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
getMinimum(Context, int) - Method in class org.dspace.content.MetadataValueServiceImpl
 
getMinimum(Context, int) - Method in interface org.dspace.content.service.MetadataValueService
Get the minimum value of a given metadata field across all objects.
getMinimumAcceptanceScore() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
getMinTermFrequency() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMinute() - Method in class org.dspace.content.DCDate
Get the minute, adjusting for current time zone.
getMinuteUTC() - Method in class org.dspace.content.DCDate
Get the minute in UTC.
getMinValue() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
Returns the smallest value that can be found for this value in solr
getMinWordLength() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMode() - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
getMode() - Method in class org.dspace.curate.ResolvedTask
 
getMode() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
getModelClass() - Method in class org.dspace.app.rest.converter.AuthenticationTokenConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.AuthorizationConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.AuthorizationFeatureConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.BitstreamConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.BitstreamFormatConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.BrowseIndexConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.BundleConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ClaimedTaskConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.CollectionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.CommunityConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.DiscoverConfigurationConverter
 
getModelClass() - Method in interface org.dspace.app.rest.converter.DSpaceConverter
For what DSpace API model class does this converter convert?
getModelClass() - Method in class org.dspace.app.rest.converter.DSpaceRunnableParameterConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.EntityTypeConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.EPersonConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ExternalSourceEntryRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ExternalSourceRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.GroupConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.HarvestedCollectionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ItemConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.MetadataConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.MetadataFieldConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.MetadataSchemaConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.MetadataValueConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.OrcidHistoryRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.OrcidQueueRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.PoolTaskConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ProcessConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.RelationshipConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.RelationshipTypeConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.RequestItemConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ResearcherProfileConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ResourcePolicyConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.ScriptConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SiteConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionAccessOptionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseFieldConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseFieldEnumConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionCCLicenseUrlConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionDefinitionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionFormConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.SubmissionSectionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.TemplateItemConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.UsageReportConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.VersionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.VersionHistoryConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.VocabularyEntryDetailsRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.VocabularyRestConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.WorkflowActionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.WorkflowDefinitionConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.WorkflowItemConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.WorkflowStepConverter
 
getModelClass() - Method in class org.dspace.app.rest.converter.WorkspaceItemConverter
 
getModifiedEnvMap() - Static method in class org.dspace.servicemanager.config.DSpaceEnvironmentConfiguration
 
getMonth() - Method in class org.dspace.content.DCDate
Get the month, adjusting for current time zone.
getMonth() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Retrieve the month from the object
getMonthlyAnalysisDates() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get an array of the dates of the analysis files.
getMonthlyReportDates() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get an array of the dates of the report files.
getMonthName(int, Locale) - Static method in class org.dspace.content.DCDate
Get a month's name for a month between 1 and 12.
getMonthUTC() - Method in class org.dspace.content.DCDate
Get the month in UTC.
getMoreLikeThisConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getMostRecentChecksumService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getMostRecentChecksumService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getMultiPost() - Method in class org.purl.sword.client.ClientOptions
Get the list of post destinations.
getMultivaluedFieldNames() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
Retrieves a list of all the multi valued fields in the solr core.
getMyDSpaceLink() - Method in interface org.dspace.workflow.WorkflowService
 
getMyDSpaceLink() - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getName() - Method in interface org.dspace.app.rest.authorization.AuthorizationFeature
Return the name of the feature
getName() - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
getName() - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
getName() - Method in class org.dspace.app.rest.model.BrowseIndexRest.SortOption
 
getName() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
getName() - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic getter for the name
getName() - Method in class org.dspace.app.rest.model.GroupRest
 
getName() - Method in class org.dspace.app.rest.model.ParameterRest
 
getName() - Method in class org.dspace.app.rest.model.ParameterValueRest
 
getName() - Method in class org.dspace.app.rest.model.PropertyRest
 
getName() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getName() - Method in class org.dspace.app.rest.model.ScriptRest
 
getName() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
getName() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getName() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getName() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getName() - Method in class org.dspace.app.rest.model.SubmissionFormRest
getName() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getName() - Static method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getName() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getName() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getName() - Method in class org.dspace.app.rest.parameter.SearchFilter
 
getName() - Method in class org.dspace.app.rest.projection.CompositeProjection
 
getName() - Method in class org.dspace.app.rest.projection.DefaultProjection
 
getName() - Method in class org.dspace.app.rest.projection.EmbedRelsProjection
 
getName() - Method in class org.dspace.app.rest.projection.FullProjection
 
getName() - Method in interface org.dspace.app.rest.projection.Projection
Gets the projection name.
getName() - Method in class org.dspace.app.rest.projection.SpecificLevelProjection
 
getName() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getName() - Method in class org.dspace.app.rest.submit.step.validation.AbstractValidation
An unique name to identify the validation implementation
getName() - Method in interface org.dspace.app.rest.submit.step.validation.Validation
 
getName() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getName() - Method in interface org.dspace.authenticate.AuthenticationMethod
Returns a short name that uniquely identifies this authentication method
getName() - Method in class org.dspace.authenticate.IPAuthentication
 
getName() - Method in class org.dspace.authenticate.LDAPAuthentication
 
getName() - Method in class org.dspace.authenticate.OidcAuthentication
 
getName() - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
getName() - Method in class org.dspace.authenticate.OrcidAuthentication
 
getName() - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
getName() - Method in class org.dspace.authenticate.PasswordAuthentication
 
getName() - Method in class org.dspace.authenticate.ShibAuthentication
 
getName() - Method in class org.dspace.authenticate.X509Authentication
 
getName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getName() - Method in class org.dspace.browse.BrowseIndex
 
getName() - Method in class org.dspace.content.Bitstream
Get the name of this bitstream - typically the filename, without any path information
getName() - Method in class org.dspace.content.Bundle
Get the name of the bundle
getName() - Method in class org.dspace.content.Collection
 
getName() - Method in class org.dspace.content.Community
 
getName() - Method in class org.dspace.content.DSpaceObject
 
getName() - Method in class org.dspace.content.Item
 
getName() - Method in class org.dspace.content.MetadataSchema
Get the schema name.
getName() - Method in enum org.dspace.content.MetadataSchemaEnum
Generic getter for the String representation of the enumerated object.
getName() - Method in class org.dspace.content.Site
 
getName() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getName() - Method in class org.dspace.curate.ResolvedTask
Returns local name of task
getName() - Method in class org.dspace.discovery.FullTextContentStreams
 
getName() - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
getName() - Method in class org.dspace.eperson.EPerson
 
getName() - Method in class org.dspace.eperson.Group
 
getName() - Method in class org.dspace.event.ConsumerProfile
 
getName() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getName() - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic getter for the name
getName() - Method in class org.dspace.scripts.DSpaceCommandLineParameter
 
getName() - Method in class org.dspace.scripts.Process
This method returns the name of the Process.
getName() - Method in class org.dspace.servicemanager.example.ConcreteExample
 
getName() - Method in interface org.dspace.servicemanager.example.ServiceExample
 
getName() - Method in class org.dspace.servicemanager.example.ServiceExampleImpl
 
getName() - Method in interface org.dspace.services.model.Cache
Get the unique name which identifies this cache.
getName() - Method in class org.dspace.services.model.Event
 
getName() - Method in class org.dspace.sort.SortOption
 
getName() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getName() - Method in class org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType
 
getName() - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
getName() - Method in class org.dspace.submit.model.AccessConditionOption
 
getName() - Method in class org.dspace.submit.model.UploadConfiguration
 
getName() - Method in class org.dspace.workflow.FlowstepType
Gets the value of the name property.
getName() - Method in class org.dspace.workflow.TasksetType
Gets the value of the name property.
getName() - Method in class org.dspace.workflow.TaskType
Gets the value of the name property.
getName() - Method in class org.dspace.xmlworkflow.Role
 
getName() - Method in class org.purl.sword.atom.Author
Retrieve the author name.
getName(Site) - Method in class org.dspace.content.SiteServiceImpl
 
getName(EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getName(Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
getName(T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getName(T) - Method in interface org.dspace.content.service.DSpaceObjectService
Get a proper name for the object.
getNamedPlugin(Class, String) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns an instance of a plugin that implements the interface and is bound to a name matching name.
getNamedPlugin(Class, String) - Method in interface org.dspace.core.service.PluginService
Returns an instance of a plugin that implements the interface and is bound to a name matching name.
getNameLength() - Method in class org.dspace.statistics.content.DSORepresentation
 
getNameLong() - Method in class org.dspace.app.rest.model.ParameterRest
Generic getter for the nameLong
getNamespace() - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
getNamespace() - Method in class org.dspace.content.MetadataSchema
Get the schema namespace.
getNamespace() - Method in class org.purl.sword.base.XmlName
Get the current namespace value.
getNamespaces() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
getNamespaces() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Return the MODS namespace
getNamespaces() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Return the namespace used by this crosswalk.
getNamespaceSeparator() - Method in class org.dspace.identifier.DOIIdentifierProvider
Get namespace separator from configuration
getNamespaceURI(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getNameVariants() - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
getNameVariants() - Method in class org.dspace.authority.PersonAuthorityValue
 
getNbCols() - Method in class org.dspace.statistics.Dataset
 
getNbRecords(String, String) - Method in class org.dspace.importer.external.service.ImportService
Find the number of records matching a string query;
getNbRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
Find the number of records matching a query;
getNbRows() - Method in class org.dspace.statistics.Dataset
 
getNetid() - Method in class org.dspace.app.rest.model.EPersonRest
 
getNetid() - Method in class org.dspace.eperson.EPerson
Get the e-person's netid
getNewestYear() - Method in class org.dspace.discovery.FacetYearRange
 
getNewMappedCollections() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of new mapped Collections
getNewOwningCollection() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the new owning collection
getNewsFilePath() - Method in class org.dspace.core.NewsServiceImpl
 
getNewsFilePath() - Method in interface org.dspace.core.service.NewsService
Get the path for the news files.
getNewsService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getNewsService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getNext(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getNext(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getNextAction(WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.state.Step
Look up the action which follows a given action.
getNextHandleSuffix(Context) - Method in interface org.dspace.handle.dao.HandleDAO
 
getNextHandleSuffix(Context) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
Return next available value of Handle suffix (based on DB sequence).
getNextOffset() - Method in class org.dspace.browse.BrowseInfo
 
getNextStep(int) - Method in class org.dspace.xmlworkflow.state.Step
Get the next step based on out the outcome
getNextStep(Context, XmlWorkflowItem, Step, int) - Method in class org.dspace.xmlworkflow.state.Workflow
Find the Step that follows a given Step given an outcome.
getNextVersionNumber(Context, VersionHistory) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
getNextVersionNumber(Context, VersionHistory) - Method in interface org.dspace.versioning.dao.VersionDAO
 
getNextVersionNumer(Context, VersionHistory) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getNode(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNodeList(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNodeListIterator(NodeList) - Static method in class org.dspace.authority.util.XMLUtils
Creates an iterator for all direct child nodes within a given NodeList that are element nodes: node.getNodeType() == Node.ELEMENT_NODE node instanceof Element
getNodeListIterator(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNonInternalBitstreams(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getNonInternalBitstreams(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get all non-internal bitstreams in the item.
getNonPersistedObject() - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
getNonPersistedObject() - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
getNormalizedInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getNotReferencedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
getNotReferencedBitstreams(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
getNotReferencedBitstreams(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
getNotReferencedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
 
getNotToBeProcessedReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The bitstreams that were set to not be processed report for the specified date range.
getNotToBeProcessedReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the bitstreams that were set to not be processed report for the specified date range.
getNow() - Method in class org.dspace.util.DateMathParser
Returns a clone of this instance's concept of "now" (never null).
getNumber() - Method in class org.dspace.app.rest.model.PageRest
 
getNumber() - Method in class org.dspace.content.DCSeriesNumber
Get the number - guaranteed non-null
getNumber() - Method in class org.dspace.sort.SortOption
 
getNumber() - Method in class org.dspace.usage.UsageSearchEvent.Page
 
getNumberFields() - Method in class org.dspace.app.util.DCInputSet
Return the number of fields in this input set
getNumberOfFinishedUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
getNumberOfFinishedUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
getNumberOfInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
getNumberOfInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
getNumberOfResults(String) - Method in interface org.dspace.external.provider.ExternalDataProvider
Returns the total amount of results that this source can return for the given query
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
 
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Get number of results returned from a SHERPA v2 publication search
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Get number of results returned from a SHERPA v2 publication search
getNumberOfResults(String) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Get number of results returned from a SHERPA v2 publication search
getNumberOfResults(String, String) - Method in interface org.dspace.external.service.ExternalDataService
This method wil return the total amount of results that will be found for the given query in the given source
getNumberOfResults(String, String) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
getNumberOfResultsFromXml(InputStream) - Method in class org.dspace.external.provider.orcid.xml.XMLtoBio
 
getNumberOfSteps() - Method in class org.dspace.app.util.SubmissionConfig
Return the number of steps in this submission process
getNumberOfVisits(int, Item) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
Returns the number of visits for the item.
getNumItems(Context) - Static method in class org.dspace.app.statistics.LogAnalyser
get the total number of items in the archive at time of execution, ignoring all other constraints
getNumItems(Context, String) - Static method in class org.dspace.app.statistics.LogAnalyser
get the number of items in the archive which were accessioned between the provided start and end dates, with the given value for the DC field 'type' (unqualified)
getOaiID() - Method in class org.dspace.harvest.HarvestedItem
Get the oai_id associated with this item
getOaiSetId() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getOaiSetId() - Method in class org.dspace.harvest.HarvestedCollection
 
getOaiSource() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getOaiSource() - Method in class org.dspace.harvest.HarvestedCollection
 
getObject() - Method in class org.dspace.app.rest.authorization.Authorization
 
getObject() - Method in exception org.dspace.authorize.AuthorizeException
 
getObject() - Method in class org.dspace.usage.UsageEvent
 
getObject(String, String, Class<T>) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves an object from ORCID with the given putCode related to the given orcid using the public API.
getObject(String, String, Class<T>) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getObject(String, String, String, Class<T>) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves an object from ORCID with the given putCode related to the given orcid.
getObject(String, String, String, Class<T>) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getObject(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.AuthorizationObjectLinkRepository
 
getObject(Context) - Method in class org.dspace.event.Event
Get the DSpace object which is the "object" of an event.
getObject(Context, String) - Method in class org.dspace.app.rest.authorization.AuthorizationRestUtil
Get the object addressed in the authorization extracting its type and primary key from the authorization business ID (Authorization.getID()) and using the appropriate service
getObjectByDOI(Context, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Returns a DSpaceObject depending on its DOI.
getObjectHandle(METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines the handle of the DSpace object represented in this METS doc.
getObjectId() - Method in class org.dspace.curate.TaskQueueEntry
Returns the object identifier.
getObjectID() - Method in class org.dspace.event.Event
 
getObjectID(METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
 
getObjectSizesInfo(Context) - Method in class org.dspace.health.ItemCheck
 
getObjectType() - Method in class org.dspace.event.Event
 
getObjectType(METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines what type of DSpace object is represented in this METS doc.
getObjectType(METSManifest) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Return the type of DSpaceObject in this package; it is in the TYPE attribute of the mets:mets element.
getObjectType(METSManifest) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
getObjectTypeAsString() - Method in class org.dspace.event.Event
 
getObjectTypeString(DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Build a string which will be used as the "Type" of this object in the METS manifest.
getObjID() - Method in class org.dspace.content.packager.METSManifest
Return the OBJID attribute of the METS manifest.
getObjStructDiv() - Method in class org.dspace.content.packager.METSManifest
Return the <div> which describes this DSpace Object (and its contents) from the <structMap>.
getOffset() - Method in interface org.dspace.browse.BrowseDAO
Get the offset from the first result from which to return results.
getOffset() - Method in class org.dspace.browse.BrowseInfo
Return the position of the requested item or value in the set of results.
getOffset() - Method in class org.dspace.browse.BrowserScope
 
getOffset() - Method in class org.dspace.browse.SolrBrowseDAO
 
getOffset() - Method in class org.dspace.discovery.DiscoverFacetField
 
getOidcClient() - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
getOldestRecord(Context) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
getOldestRecord(Context) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
getOldestRecord(Context, Date) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
getOldestRecord(Context, Date) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
getOldestWorkflowItemDate(int) - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
 
getOldestYear() - Method in class org.dspace.discovery.FacetYearRange
 
getOldMappedCollections() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of old mapped Collections
getOldOwningCollection() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the old owning collection
getOldState() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getOn() - Method in class org.dspace.workflow.NotifyType
Gets the value of the on property.
getOnBehalfOf() - Method in class org.dspace.sword.SWORDContext
 
getOnBehalfOf() - Method in class org.dspace.sword2.SwordContext
 
getOnBehalfOf() - Method in class org.purl.sword.base.Deposit
 
getOnBehalfOf() - Method in class org.purl.sword.base.ServiceDocumentRequest
Get the onBehalfOf name.
getOnBehalfOf() - Method in class org.purl.sword.client.ClientOptions
Get the onBehalfOf value.
getOnBehalfOf() - Method in class org.purl.sword.client.PostDestination
 
getOnBehalfOf() - Method in class org.purl.sword.client.PostDialog
Get the onBehalfOf value.
getOnBehalfOf() - Method in class org.purl.sword.client.PostMessage
Get the onBehalfOf value.
getOnBehalfOf() - Method in class org.purl.sword.client.ServiceDialog
The onBehalfOf value from the dialog.
getOnBehalfOfContext() - Method in class org.dspace.sword.SWORDContext
Get the context of the on-behalf-of user.
getOnBehalfOfContext() - Method in class org.dspace.sword2.SwordContext
Get the context of the on-behalf-of user.
getOneDC(Item, String) - Method in class org.dspace.app.util.SyndicationFeed
 
getOp() - Method in class org.dspace.app.rest.model.patch.Operation
 
getOpenSearchService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getOpenSearchService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getOpenUrlService() - Method in class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactory
Returns the OpenUrlService
getOpenUrlService() - Method in class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactoryImpl
Returns the OpenUrlService
getOpenUrlTrackerLoggerService() - Method in class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactory
Returns the FailedOpenURLTrackerService
getOpenUrlTrackerLoggerService() - Method in class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactoryImpl
Returns the FailedOpenURLTrackerService
getOperation() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getOperation() - Method in class org.dspace.orcid.OrcidHistory
 
getOperation() - Method in class org.dspace.orcid.OrcidQueue
 
getOperationId() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Retrieve the operationId
getOperations() - Method in class org.dspace.app.rest.model.patch.Patch
 
getOperator() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter.Operator
 
getOperator() - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
getOperator() - Method in class org.dspace.app.rest.parameter.SearchFilter
 
getOperator() - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
getOperator() - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
getOperators() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
getOption() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataDeletionScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataExportCliScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataExportScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataExportSearchCliScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataExportSearchScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataImportCliScriptConfiguration
 
getOptions() - Method in class org.dspace.app.bulkedit.MetadataImportScriptConfiguration
 
getOptions() - Method in class org.dspace.app.harvest.HarvestCliScriptConfiguration
 
getOptions() - Method in class org.dspace.app.harvest.HarvestScriptConfiguration
 
getOptions() - Method in class org.dspace.app.mediafilter.MediaFilterScriptConfiguration
 
getOptions() - Method in class org.dspace.app.rest.model.WorkflowActionRest
Generic getter for the options
getOptions() - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCliScriptConfiguration
 
getOptions() - Method in class org.dspace.curate.CurationCliScriptConfiguration
 
getOptions() - Method in class org.dspace.curate.CurationScriptConfiguration
 
getOptions() - Method in class org.dspace.discovery.IndexDiscoveryScriptConfiguration
 
getOptions() - Method in class org.dspace.orcid.script.OrcidBulkPushScriptConfiguration
 
getOptions() - Method in class org.dspace.scripts.configuration.ScriptConfiguration
The getter for the options of the Script
getOptions() - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTrackerScriptConfiguration
 
getOptions() - Method in class org.dspace.submit.migration.SubmissionFormsMigrationCliScriptConfiguration
 
getOptions() - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
getOptions() - Method in class org.dspace.submit.model.UploadConfiguration
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.Action
Returns a list of options that the user can select at this action which results in the next step in the workflow
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
getOptions() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
Returns a list of options the user has on this action, resulting in the next step of the workflow
getOrcid() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
getOrcid() - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
getOrcid() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getOrcid() - Method in class org.dspace.profile.ResearcherProfile
 
getOrcid(Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
getOrcid_id() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
getOrcidClient() - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
getOrcidClient() - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
getOrcidClient() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidClient() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidClient() - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
getOrcidConfiguration() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidConfiguration() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidConfiguration() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getOrcidEntityFactoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidEntityFactoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidHistoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidHistoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidProfileSectionFactoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidProfileSectionFactoryService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidQueueService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidQueueService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidRestConnector() - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
getOrcidSynchronization() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
getOrcidSynchronizationService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidSynchronizationService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidTokenService() - Method in class org.dspace.orcid.factory.OrcidServiceFactory
 
getOrcidTokenService() - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
getOrcidUrl() - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic getter for the orcidUrl
getOrder() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getOrder() - Method in class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
getOrder() - Method in class org.dspace.browse.BrowserScope
 
getOrder() - Method in interface org.dspace.kernel.mixins.OrderedService
Sets the order to load the bean which implements this method compared to other beans of the same type.
getOrder() - Method in class org.dspace.servicemanager.example.RequestInterceptorExample
 
getOrder() - Method in class org.dspace.services.events.SystemEventService.EventRequestInterceptor
 
getOrder() - Method in class org.dspace.usage.UsageSearchEvent.Sort
 
getOrderField() - Method in interface org.dspace.browse.BrowseDAO
Get the database field which will be used to do the sorting of result sets on.
getOrderField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getOrdering() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getORENamespace() - Static method in class org.dspace.harvest.OAIHarvester
Search the configuration options and find the ORE serialization string
getOreStatementUri(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getOrganizationCityField() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getOrganizationCountryField() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getOrganizationRelationshipType() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getOrganizationTitleField() - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
getOriginal() - Method in class org.dspace.content.Thumbnail
 
getOriginalDeposit() - Method in class org.dspace.sword2.DepositResult
 
getOriginalDeposits(Context, Item, String) - Method in class org.dspace.sword2.GenericStatementDisseminator
 
getOriginalFilePath(Element) - Method in class org.dspace.content.packager.METSManifest
Get the "original" file element for a derived file.
getOriginalURL(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Get the original request URL.
getOriginatingHostIP() - Method in interface org.dspace.services.model.Session
 
getOriginatingHostName() - Method in interface org.dspace.services.model.Session
 
getOther() - Method in class org.dspace.app.rest.model.SubmissionVisibilityRest
 
getOtherInformation() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getOtherInformation() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getOtherMetadata() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
getOtherName() - Method in interface org.dspace.servicemanager.example.ServiceExample
 
getOtherName() - Method in class org.dspace.servicemanager.example.ServiceExampleImpl
 
getOutputFromProcess(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ProcessOutputLinkRepository
This method will retrieve the output for the Process as defined through the given ID in the rest call.
getOutputStream() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getOverallPosition() - Method in class org.dspace.browse.BrowseInfo
Return the position of the results in index being browsed.
getOwner() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getOwner() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getOwningCollection() - Method in class org.dspace.content.Item
Get the owning Collection for the item
getOwningCollection(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemOwningCollectionLinkRepository
 
getOwningCollection(Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getOwningCollection(Item) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Get name of owning collection
getOwningCommunity(Context, Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getOwningCommunity(Context, Item) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Get name of owning community
getPackageList() - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Return List of all package Files which have been disseminated this instance of the Disseminator.
getPackageName(DSpaceObject, String) - Static method in class org.dspace.content.packager.PackageUtils
Returns name of a dissemination information package (DIP), based on the DSpace object and a provided fileExtension
getPackageReferences(DSpaceObject) - Method in class org.dspace.content.packager.AbstractPackageIngester
Return a list of known SIP references from a newly created DSpaceObject.
getPackaging() - Method in class org.dspace.sword2.FeedContentDisseminator
 
getPackaging() - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
getPackaging() - Method in interface org.dspace.sword2.SwordContentDisseminator
 
getPackaging() - Method in class org.purl.sword.base.Deposit
 
getPackaging() - Method in class org.purl.sword.base.SWORDEntry
Get the packaging format
getPackaging() - Method in class org.purl.sword.client.PostMessage
Get the packaging format.
getPackagingParameters() - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Get custom packaging parameters for this Crosswalk.
getPage() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getPage() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getPage() - Method in class org.dspace.usage.UsageSearchEvent
 
getPage(List<T>, Pageable) - Method in class org.dspace.app.rest.utils.Utils
 
getPageable(Pageable) - Method in class org.dspace.app.rest.utils.Utils
Convenience method to get a default pageable instance if needed.
getPageContent() - Method in class org.dspace.app.rest.model.hateoas.EmbeddedPage
 
getPageInfo() - Method in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
Build the "page" element with all valid pagination information (number, size, totalPages, totalElements)
getPageReached() - Method in class org.dspace.content.WorkspaceItem
Get the value of the page reached column (which represents the page reached within a stage/step)
getPageSize() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
getPageSize() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getPageViews(String, String, String) - Method in class org.dspace.google.GoogleQueryManager
 
getPagingOptions(String, HALResource<? extends RestAddressableModel>, Link...) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
getPagingOptions(String, HALResource<? extends RestAddressableModel>, Link...) - Method in class org.dspace.app.rest.projection.EmbedRelsProjection
 
getPagingOptions(String, HALResource<? extends RestAddressableModel>, Link...) - Method in interface org.dspace.app.rest.projection.Projection
This method will return the PageRequest object for a specific given rel
getPaidAccessDescription() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getPaidAccessUrl() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getPairs() - Method in class org.dspace.app.util.DCInput
Get the name of the pairs type
getPairs(String) - Method in class org.dspace.app.util.DCInputsReader
 
getPairsNameIterator() - Method in class org.dspace.app.util.DCInputsReader
 
getPairsType() - Method in class org.dspace.app.util.DCInput
Get the name of the pairs type
getPanels() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getParameter(String) - Method in class org.dspace.importer.external.datamodel.Query
Gets the collection mapped to the specified key.
getParameterAsClass(String, Class<T>) - Method in class org.dspace.importer.external.datamodel.Query
Retrieve a parameter as a certain given class
getParameterHelp() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.AbstractMETSIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceAIPIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceMETSIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in interface org.dspace.content.packager.PackageDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in interface org.dspace.content.packager.PackageIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.PDFPackager
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.RoleDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.RoleIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterNames() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getParameterRestList() - Method in class org.dspace.app.rest.model.ProcessRest
 
getParameterRestList() - Method in class org.dspace.app.rest.model.ScriptRest
 
getParameters() - Method in class org.dspace.content.logic.condition.AbstractCondition
Get parameters set by spring configuration in item-filters.xml These could be any kind of map that the extending condition class needs for evaluation
getParameters() - Method in interface org.dspace.content.logic.condition.Condition
Get parameters set by Spring in item-filters.xml These could be any kind of map that the extending condition class needs for evaluation
getParameters() - Method in class org.dspace.importer.external.datamodel.Query
Retrieve the parameters set to this Query object
getParameters() - Method in class org.dspace.scripts.Process
To get the parameters, use ProcessService.getParameters() to get a parsed list of DSpaceCommandLineParameters This String representation is the parameter in an unparsed fashion.For example "-c test"
getParameters(Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
getParameters(Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will retrieve the list of parameters from the Process in its String format and it will parse these parameters to a list of DSpaceCommandLineParameter objects for better usability throughout DSpace
getParameterValues() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getParams() - Method in class org.dspace.app.statistics.LogLine
get the parameters associated with the action
getParent() - Method in class org.dspace.eperson.Group2GroupCache
 
getParent() - Method in class org.dspace.xmlworkflow.state.actions.Action
Get the configuration of this Action.
getParent(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VocabularyEntryDetailsParentLinkRepository
 
getParentChoice(String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getParentChoice(String, String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getParentChoice(String, String, String) - Method in interface org.dspace.content.authority.HierarchicalAuthority
It returns the parent choice in the hierarchy if any
getParentChoice(String, String, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Return the direct parent of an entry identified by its id in an hierarchical authority.
getParentCommunities() - Method in class org.dspace.content.Community
Return the parent community of this community, or null if the community is top-level
getParentCommunity(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionParentCommunityLinkRepository
This method retrieves the ParentCommunity object for the Collection which is defined by the given collectionId It'll transform this Parent Community to a REST object and return this
getParentCommunity(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CommunityParentCommunityLinkRepository
This method retrieves the ParentCommunity object for the Community which is defined by the given communityId It'll transform this Parent Community to a REST object and return this
getParentObject(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.GroupParentObjectLinkRepository
This returns the DSpace Object (Community, Collection) belonging to this Group.
getParentObject(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getParentObject(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getParentObject(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
getParentObject(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getParentObject(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getParentObject(Context, METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines what parent DSpace object is referenced in this METS doc.
getParentObject(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
getParentObject(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getParentObject(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
Return the dspace object that "own" the current object in the hierarchy.
getParentOwnerLink() - Method in class org.dspace.content.packager.METSManifest
Return the reference to the Parent Object from the "Parent" <structMap>.
getPassword() - Method in class org.dspace.app.rest.model.EPersonRest
 
getPassword() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
getPassword() - Method in class org.purl.sword.base.AtomDocumentRequest
Get the password.
getPassword() - Method in class org.purl.sword.base.Deposit
 
getPassword() - Method in class org.purl.sword.base.ServiceDocumentRequest
Get the password.
getPassword() - Method in class org.purl.sword.client.ClientOptions
Get the password.
getPassword() - Method in class org.purl.sword.client.PostDestination
 
getPassword() - Method in class org.purl.sword.client.ServiceDialog
Get the password from the dialog.
getPasswordAuthentication() - Method in class org.dspace.services.email.EmailServiceImpl
 
getPasswordHash(EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getPasswordHash(EPerson) - Method in interface org.dspace.eperson.service.EPersonService
Return the EPerson's password hash.
getPatchConfigurationService() - Method in class org.dspace.app.rest.submit.factory.PatchOperationFactory
 
getPatentCountry() - Method in class org.dspace.app.util.GoogleMetadata
 
getPatentNumber() - Method in class org.dspace.app.util.GoogleMetadata
 
getPath() - Method in class org.dspace.app.rest.model.patch.Operation
 
getPath() - Method in enum org.dspace.orcid.model.OrcidEntityType
 
getPath() - Method in enum org.dspace.orcid.model.OrcidProfileSectionType
 
getPaths() - Method in class org.dspace.app.rest.model.ErrorRest
The json paths where the error message apply.
getPaths() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
 
getPDFSimpleUrl(Item) - Method in class org.dspace.app.util.GoogleMetadata
Gets the URL to a PDF using a very basic strategy by assuming that the PDF is in the default content bundle, and that the item only has one public bitstream and it is a PDF.
getPDFURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getPermissionFilteredMetadata(Context, M) - Method in class org.dspace.app.rest.converter.DSpaceObjectConverter
Retrieves the metadata list filtered according to the hidden metadata configuration When the context is null, it will return the metadatalist as for an anonymous user
getPermissionFilteredMetadata(Context, Item) - Method in class org.dspace.app.rest.converter.ItemConverter
Retrieves the metadata list filtered according to the hidden metadata configuration When the context is null, it will return the metadatalist as for an anonymous user Overrides the parent method to include virtual metadata
getPermittedVersions() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getPerson(String, String) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves a summary of the ORCID person related to the given orcid.
getPerson(String, String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getPgcryptoAvailableVersion(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Get version of pgcrypto extension available.
getPgcryptoInstalledVersion(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Get version of pgcrypto extension installed in the DSpace database.
getPKClass() - Method in class org.dspace.app.rest.repository.DSpaceObjectRestRepository
 
getPKClass() - Method in interface org.dspace.app.rest.repository.ReloadableEntityObjectRepository
 
getPKClass() - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
getPKClass() - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
getPlace() - Method in class org.dspace.app.rest.model.MetadataValueRest
 
getPlace() - Method in class org.dspace.content.MetadataValue
Get the place ordering.
getPlace() - Method in class org.dspace.content.virtual.Related
Generic getter for the place property of this class
getPluginInstanceName() - Method in class org.dspace.content.authority.EPersonAuthority
 
getPluginInstanceName() - Method in class org.dspace.content.authority.SampleAuthority
 
getPluginInstanceName() - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getPluginInstanceName() - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getPluginInstanceName() - Method in class org.dspace.content.authority.SolrAuthority
 
getPluginInstanceName() - Method in class org.dspace.content.authority.TestAuthority
 
getPluginInstanceName() - Method in interface org.dspace.core.NameAwarePlugin
Get the instance's particular name.
getPluginInstanceName() - Method in class org.dspace.core.SelfNamedPlugin
 
getPluginNames() - Static method in class org.dspace.content.authority.DCInputAuthority
 
getPluginNames() - Static method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.packager.PDFPackager
 
getPluginNames() - Static method in class org.dspace.core.SelfNamedPlugin
Get the names of this plugin implementation.
getPluginSequence(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns instances of all plugins that implement the interface, in an Array.
getPluginSequence(Class) - Method in interface org.dspace.core.service.PluginService
Returns instances of all plugins that implement the interface, in an Array.
getPluginService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getPluginService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getPmid() - Method in class org.dspace.app.util.GoogleMetadata
 
getPoints() - Method in class org.dspace.app.rest.model.UsageReportRest
Returns the list of UsageReportPointRest objects attached to this UsageReportRest object, or empty list if none
getPolicies() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for an object
getPoliciesActionFilter(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPoliciesActionFilter(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a list of policies for an object that match the action
getPoliciesActionFilterExceptRpType(Context, DSpaceObject, int, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPoliciesActionFilterExceptRpType(Context, DSpaceObject, int, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a list of policies for an object that match the action except the record labeled with the rpType
getPoliciesForGroup(Context, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPoliciesForGroup(Context, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for a group
getPolicyType() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getPoolTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getPoolTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getPopulateWithNameVariant() - Method in class org.dspace.content.virtual.Collected
 
getPopulateWithNameVariant() - Method in class org.dspace.content.virtual.Concatenate
 
getPopulateWithNameVariant() - Method in class org.dspace.content.virtual.Related
 
getPopulateWithNameVariant() - Method in class org.dspace.content.virtual.UUIDValue
 
getPopulateWithNameVariant() - Method in interface org.dspace.content.virtual.VirtualMetadataConfiguration
Generic getter for the populateWithNameVariant property
getPostArchiving() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getPostLocation() - Method in class org.purl.sword.client.PostDialog
Get the post location.
getPreArchiving() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getPredefinedUUID() - Method in class org.dspace.content.DSpaceObject
 
getPrefix() - Method in class org.dspace.app.rest.model.FacetResultsRest
 
getPrefix() - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
getPrefix() - Method in class org.dspace.discovery.DiscoverFacetField
 
getPrefix() - Method in class org.dspace.handle.HandleServiceImpl
 
getPrefix() - Method in interface org.dspace.handle.service.HandleService
Get the configured Handle prefix string, or a default
getPrefix() - Method in class org.dspace.identifier.DOIIdentifierProvider
Get DOI prefix from configuration
getPrefix() - Static method in class org.dspace.identifier.HandleIdentifierProvider
Get the configured Handle prefix string, or a default
getPrefix() - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
Get the configured Handle prefix string, or a default
getPrefix() - Static method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Get the configured Handle prefix string, or a default
getPrefix() - Method in class org.purl.sword.base.XmlName
Get the prefix.
getPrefix(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getPrefixes() - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
Loads the prefixes that should be used by the SimpleDSORelationsConverterPlugin.
getPrefixes(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getPrefixToNamespaceMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Return prefixToNamespaceMapping
getPrefixToNamespaceMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Return prefixToNamespaceMapping
getPrefixToNamespaceMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getPreloadLevel() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getPreloadLevel() - Method in interface org.dspace.content.authority.ChoiceAuthority
Hierarchical authority can provide an hint for the UI about how many levels preload to improve the UX.
getPreloadLevel() - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getPreloadLevel() - Method in interface org.dspace.content.authority.HierarchicalAuthority
Provides an hint for the UI to preload some levels to improve the UX.
getPrerequisites() - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
getPresentation(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getPresentation(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Get the presentation keyword (should be "lookup", "select" or "suggest", but this is an informal convention so it can be easily extended) for this field.
getPresentation(String, String, String) - Method in class org.dspace.app.rest.utils.AuthorityUtils
 
getPrevious(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getPrevious(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getPreviousActive() - Method in class org.dspace.eperson.EPerson
 
getPreviousLoginDate() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getPrevOffset() - Method in class org.dspace.browse.BrowseInfo
 
getPrimaryBitstream() - Method in class org.dspace.content.Bundle
Get the primary bitstream ID of the bundle
getPrimaryBitstream(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BundlePrimaryBitstreamLinkRepository
 
getPrimaryOrLogoBitstream() - Method in class org.dspace.content.packager.METSManifest
Returns file element corresponding to primary bitstream.
getPrincipal() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
getPrint() - Method in class org.dspace.authority.UpdateAuthorities
 
getPrivateBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
 
getProcess(Context) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
This method will return the process created by this handler
getProcessBitstreamByType(Integer, String) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
Retrieves the Bitstream in the given Process of a given type
getProcessBitstreams(Integer) - Method in class org.dspace.app.rest.repository.ProcessRestRepository
Calls on the getBitstreams method to retrieve all the Bitstreams of this process
getProcessEndDate() - Method in class org.dspace.checker.ChecksumHistory
Get the process end date.
getProcessEndDate() - Method in class org.dspace.checker.MostRecentChecksum
 
getProcessId() - Method in class org.dspace.app.rest.model.ProcessRest
 
getProcessingAction() - Method in class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
getProcessingAction() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getProcessingClassName() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the class which handles all processing for this step.
getProcessService() - Method in class org.dspace.scripts.factory.impl.ScriptServiceFactoryImpl
 
getProcessService() - Method in class org.dspace.scripts.factory.ScriptServiceFactory
This method will return an instance of the ProcessService
getProcessStartDate() - Method in class org.dspace.checker.CheckerCommand
Get time at which checker process began.
getProcessStartDate() - Method in class org.dspace.checker.ChecksumHistory
Get the process start date.
getProcessStartDate() - Method in class org.dspace.checker.MostRecentChecksum
 
getProcessStatus() - Method in class org.dspace.app.rest.model.ProcessRest
 
getProcessStatus() - Method in class org.dspace.scripts.Process
This method returns a ProcessStatus value that represents the current state of the Process.
getProfile() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns name of METS profile to which this package conforms, e.g.
getProfile() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return identifier string for the METS profile this produces.
getProfile() - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Return identifier string for the profile this produces.
getProfile() - Method in class org.dspace.content.packager.METSManifest
Gets name of the profile to which this METS document conforms.
getProfileItem() - Method in class org.dspace.orcid.OrcidHistory
 
getProfileItem() - Method in class org.dspace.orcid.OrcidQueue
 
getProfileItem() - Method in class org.dspace.orcid.OrcidToken
 
getProfileItemId() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getProfileItemId() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getProfilePreferences() - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
getProfilePreferences(Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
getProfilePreferences(Item) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Returns the ORCID synchronization preferences related to the profile itself configured for the given profile item.
getProfileSectionType() - Method in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
getProfileSectionType() - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Returns the profile section type related to this factory.
getProfileType() - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
getProfileType() - Method in interface org.dspace.profile.service.ResearcherProfileService
Returns the profile entity type, if any.
getProjection() - Method in class org.dspace.app.rest.model.RestAddressableModel
 
getProjection(String) - Method in class org.dspace.app.rest.converter.ConverterService
Gets the projection with the given name, or the default (no-op) projection if null is given.
getProperties() - Method in class org.dspace.discovery.DiscoverQuery
Returns the misc search properties
getProperties() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns all loaded properties as a Properties object.
getProperties() - Method in interface org.dspace.services.ConfigurationService
Convenience method - get all configuration properties (settings) from the system.
getProperties() - Method in class org.dspace.services.model.Event
 
getProperties(String) - Method in class org.dspace.content.packager.PackageParameters
Returns multiple property values in an array.
getProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a String.
getProperty(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a String.
getProperty(String) - Method in interface org.dspace.xoai.services.api.config.ConfigurationService
 
getProperty(String) - Method in class org.dspace.xoai.services.impl.config.DSpaceConfigurationService
 
getProperty(String, String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as a String.
getProperty(String, String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as a String.
getProperty(String, String) - Method in interface org.dspace.xoai.services.api.config.ConfigurationService
 
getProperty(String, String) - Method in class org.dspace.xoai.services.impl.config.DSpaceConfigurationService
 
getPropertyAsType(String, Class<T>) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
getPropertyAsType(String, Class<T>) - Method in interface org.dspace.services.ConfigurationService
Get a configuration property (setting) from the system as a specified type.
getPropertyAsType(String, T) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
getPropertyAsType(String, T) - Method in interface org.dspace.services.ConfigurationService
Get a configuration property (setting) from the system, or return a default value if none is found.
getPropertyAsType(String, T, boolean) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
getPropertyAsType(String, T, boolean) - Method in interface org.dspace.services.ConfigurationService
Get a configuration property (setting) from the system, or return (and possibly store) a default value if none is found.
getPropertyKeys() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns all Property keys.
getPropertyKeys() - Method in interface org.dspace.services.ConfigurationService
Get keys all currently known configuration settings
getPropertyKeys(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns all Property keys that begin with a given prefix.
getPropertyKeys(String) - Method in interface org.dspace.services.ConfigurationService
Get keys all currently known configuration settings, which begin with a given prefix.
getPropertyValue(String) - Method in class org.dspace.app.iiif.model.generator.PropertyValueGenerator
 
getPropertyValue(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns property value as an Object.
getPropertyValue(String) - Method in interface org.dspace.services.ConfigurationService
Convenience method - get a configuration property (setting) from the system as its stored object
getPropertyValue(String, String) - Method in class org.dspace.app.iiif.model.generator.PropertyValueGenerator
 
getProvenanceStartId() - Method in class org.dspace.xmlworkflow.state.actions.Action
Build provenance information for the action.
getProvider() - Method in class org.dspace.utils.servicemanager.ProviderHolder
Gets the provider out of this holder.
getProvider(int) - Method in class org.dspace.utils.servicemanager.ProviderStack
Get a provider based on the position in the stack (starting at 0 and ending at size-1).
getProviderHolder(int) - Method in class org.dspace.utils.servicemanager.ProviderStack
Get the provider holder from the position in the stack if there is one.
getProviderHolders() - Method in class org.dspace.utils.servicemanager.ProviderStack
This allows access to the provider holders.
getProviderOrFail() - Method in class org.dspace.utils.servicemanager.ProviderHolder
Gets the provider out of this holder if it still exists.
getProviders() - Method in class org.dspace.utils.servicemanager.ProviderStack
Get the list of all providers currently in the stack.
getProxyHost() - Method in class org.purl.sword.client.ClientOptions
Get the proxy host.
getProxyPort() - Method in class org.purl.sword.client.ClientOptions
Get the proxy port.
getPruner(Context, String) - Static method in class org.dspace.checker.ResultsPruner
Factory method for ResultsPruners
getPruner(Context, Properties) - Static method in class org.dspace.checker.ResultsPruner
Factory method for ResultsPruners (used to load ConfigurationManager properties.
getPubArchiving() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getPublicationCount() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getPublicationCount() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getPublicationDateField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getPublicationsPreference() - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
getPublicUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getPublished() - Method in class org.purl.sword.atom.Entry
Get the published date, expressed as a String.
getPublisher() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getPublisher() - Method in class org.dspace.app.util.GoogleMetadata
 
getPublishers() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getPublishers() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
 
getPutCode() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getPutCode() - Method in class org.dspace.orcid.client.OrcidResponse
 
getPutCode() - Method in class org.dspace.orcid.OrcidHistory
 
getPutCode() - Method in class org.dspace.orcid.OrcidQueue
 
getQualifiedName() - Method in class org.purl.sword.base.XmlElement
Retrieve the qualified name for this object.
getQualifiedName() - Method in class org.purl.sword.base.XmlName
 
getQualifiedName(String) - Method in class org.purl.sword.base.XmlElement
Retrieve the qualified name.
getQualifiedNameWithPrefix(String, String) - Method in class org.purl.sword.base.XmlElement
Get the qualified name for the given prefix and name
getQualifier() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getQualifier() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getQualifier() - Method in class org.dspace.app.util.DCInput
Get the DC qualifier for this form field.
getQualifier() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getQualifier() - Method in class org.dspace.content.MetadataField
Get the qualifier.
getQualifier() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getQualifier() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Return the qualifier set to this object.
getQualifier() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Retrieve the qualifier set to this MetadatumDTO.
getQualifierOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getQualityValue() - Method in class org.purl.sword.base.QualityValue
Get the quality value
getQualityValue() - Method in class org.purl.sword.base.SwordAcceptPackaging
Get the type.
getQueries() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getQuery() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getQuery() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getQuery() - Method in class org.dspace.discovery.DiscoverQuery
 
getQuery() - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Return query used to create an xpathExpression on, this query is used to
getQuery() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Return query used to create the JSonPath
getQuery() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Return query used to create an xpathExpression on, this query is used to
getQuery() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataSearches
Returns the query to be used in solr in case of a dso a scopeDso query will be returned otherwise the default *:* query will be used
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
Returns the query to be used in solr in case of a dso a scopeDso query will be returned otherwise the default *:* query will be used
getQuery() - Method in class org.dspace.usage.UsageSearchEvent
 
getQuery() - Method in class org.dspace.xoai.filter.results.SolrFilterResult
 
getQuery() - Method in class org.dspace.xoai.filter.SolrFilterResult
 
getQueryBuilder() - Static method in class org.dspace.discovery.SearchUtils
 
getQueryParameterMap() - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic getter for the queryParameterMap
getQueue() - Method in class org.dspace.workflow.FlowstepType
Gets the value of the queue property.
getQuote() - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
This method could be used to get the quote char used in this class
getQvalue() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getRangeCanvasReference(String) - Method in class org.dspace.app.iiif.service.CanvasService
Ranges expect the Canvas object to have only an identifier.
getRangeReference(RangeGenerator) - Method in class org.dspace.app.iiif.service.RangeService
Ranges expect the sub-range to have only an identifier.
getRawHandleValues(byte[], int[], byte[][]) - Method in class org.dspace.handle.HandlePlugin
Return the raw values for this handle.
getRDFConverter() - Method in class org.dspace.rdf.factory.RDFFactory
 
getRDFConverter() - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
getRDFStorage() - Method in class org.dspace.rdf.factory.RDFFactory
 
getRDFStorage() - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
getReader() - Method in class org.dspace.discovery.FullTextContentStreams
 
getReadPublicAccessToken() - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves an /read-public access token using a client-credentials OAuth flow, or 2-step OAuth.
getReadPublicAccessToken() - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getReason() - Method in exception org.dspace.app.itemexport.ItemExportException
 
getRecentSubmissionConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getRecord(File, String) - Method in class org.dspace.importer.external.service.ImportService
 
getRecord(InputStream) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
getRecord(InputStream) - Method in class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
Return an ImportRecord constructed from input file.
getRecord(InputStream) - Method in interface org.dspace.importer.external.service.components.FileSource
Return an ImportRecord constructed from input file.
getRecord(String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Get a single record of metadata from the arxiv by ArXiv ID.
getRecord(String) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Get a single record from the source.
getRecord(String) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Get a single record from the PubMed Europe.
getRecord(String) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecord(String) - Method in interface org.dspace.importer.external.service.components.QuerySource
Get a single record from the source.
getRecord(String) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecord(String) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecord(String, String) - Method in class org.dspace.importer.external.service.ImportService
Get a single record from a source.
getRecord(String, Query) - Method in class org.dspace.importer.external.service.ImportService
Get a single record from the source.
getRecord(Query) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Get a single record from the ArXiv matching the query.
getRecord(Query) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Get a single record from the source.
getRecord(Query) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Get a single record from the PubMed Europe.
getRecord(Query) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in interface org.dspace.importer.external.service.components.QuerySource
Get a single record from the source.
getRecord(Query) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecords(InputStream) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
getRecords(InputStream) - Method in class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
Return a list of ImportRecord constructed from input file.
getRecords(InputStream) - Method in interface org.dspace.importer.external.service.components.FileSource
Return a list of ImportRecord constructed from input file.
getRecords(String, int, int) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Find the number of records matching the query string in ArXiv.
getRecords(String, int, int) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Find the number of records matching a string query.
getRecords(String, int, int) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Find records matching a string query.
getRecords(String, int, int) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in interface org.dspace.importer.external.service.components.QuerySource
Gets a set of records matching a query.
getRecords(String, int, int) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecords(String, String, int, int) - Method in class org.dspace.importer.external.service.ImportService
Find the number of records matching a string query.
getRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
Find the number of records matching a object query.
getRecords(Query) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Find records based on a object query and convert them to a list metadata mapped in ImportRecord.
getRecords(Query) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Find records based on a object query.
getRecords(Query) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Find records based on a object query.
getRecords(Query) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in interface org.dspace.importer.external.service.components.QuerySource
Find records based on a object query.
getRecords(Query) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Find the number of records matching the query string in ArXiv;
getRecordsCount(String) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Find the number of records matching a query;
getRecordsCount(String) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Find the number of records matching a query;
getRecordsCount(String) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in interface org.dspace.importer.external.service.components.QuerySource
Gets the number of records matching a query
getRecordsCount(String) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecordsCount(String) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Find the number of records matching a query; The entry with the key "query" of the Query's map will be used to get the query string.
getRecordsCount(Query) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Find the number of records matching a query;
getRecordsCount(Query) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Find the number of records matching a query;
getRecordsCount(Query) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in interface org.dspace.importer.external.service.components.QuerySource
Gets the number of records matching a query
getRecordsCount(Query) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getRecordsCount(Query) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getRecordType() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getRecordType() - Method in class org.dspace.orcid.OrcidHistory
 
getRecordType() - Method in class org.dspace.orcid.OrcidQueue
 
getRedirectUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getReference() - Method in class org.dspace.app.statistics.Stat
get the reference to related statistic information
getRefreshToken() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getRefreshToken() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getRegex() - Method in enum org.dspace.app.rest.model.query.RestSearchOperator
 
getRegex() - Method in class org.dspace.app.rest.model.SubmissionFormInputTypeRest
 
getRegex() - Method in class org.dspace.app.util.DCInput
 
getRegistrationDataService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getRegistrationDataService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getReindexDiscovery() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Whether or not reindexing is required in Discovery.
getRel() - Method in class org.purl.sword.atom.Link
Get the Rel attribute.
getRelated(Item) - Method in class org.dspace.app.iiif.service.RelatedService
 
getRelatedItems(Context, Item, DiscoveryMoreLikeThisConfiguration) - Method in interface org.dspace.discovery.SearchService
 
getRelatedItems(Context, Item, DiscoveryMoreLikeThisConfiguration) - Method in class org.dspace.discovery.SolrServiceImpl
 
getRelationsByTypeName(Context, String) - Method in class org.dspace.content.EntityServiceImpl
 
getRelationsByTypeName(Context, String) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships for which their relationshiptype has a left or right label that is equal to the passed along label String
getRelationsByTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
getRelationsByTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships for which their relationshiptype has a left or right label that is equal to the passed along label String
getRelationshipId() - Method in class org.dspace.content.dao.pojo.ItemUuidAndRelationshipId
 
getRelationshipId() - Method in class org.dspace.content.RelationshipMetadataValue
Retrieves the Relationship ID from which the current RelationshipMetadataValue is derived
getRelationshipMetadata(Item, boolean) - Method in interface org.dspace.content.RelationshipMetadataService
This method retrieves a list of MetadataValue objects that get constructed from processing the given Item's Relationships through the config given to the VirtualMetadataPopulator
getRelationshipMetadata(Item, boolean) - Method in class org.dspace.content.RelationshipMetadataServiceImpl
 
getRelationshipMetadataService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getRelationshipMetadataService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getRelationships() - Method in class org.dspace.content.Entity
Standard getter for the list of relationships for the Item in this Entity object
getRelationships(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemRelationshipLinkRepository
 
getRelationshipService() - Method in class org.dspace.content.factory.ContentServiceFactory
Return the implementation of the RelationshipService interface
getRelationshipService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getRelationshipType() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getRelationshipType() - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
getRelationshipType() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getRelationshipType() - Method in class org.dspace.app.util.DCInput
 
getRelationshipType() - Method in class org.dspace.content.Relationship
Standard getter for the relationshipType field
getRelationshipType(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.RelationshipTypeRelationshipLinkRepository
 
getRelationshipTypes(Context, EntityType) - Method in class org.dspace.versioning.VersioningConsumer
Get all relationship types that have the given entity type on their left and/or right side.
getRelationshipTypesByTypeName(Context, String) - Method in class org.dspace.content.EntityServiceImpl
 
getRelationshipTypesByTypeName(Context, String) - Method in interface org.dspace.content.service.EntityService
Retrieves a list of RelationshipType objects for which either their left or right label is equal to the label parameter that's being passed along
getRelationshipTypesByTypeName(Context, String, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
getRelationshipTypesByTypeName(Context, String, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
Retrieves a list of RelationshipType objects for which either their left or right label is equal to the label parameter that's being passed along
getRelationshipTypeService() - Method in class org.dspace.content.factory.ContentServiceFactory
Return the implementation of the RelationshipTypeService interface
getRelationshipTypeService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getRelationshipTypeString() - Method in class org.dspace.content.virtual.Related
Generic getter for the relationshipTypeString property of this class
getRelationshipVersioningUtils() - Method in class org.dspace.versioning.factory.VersionServiceFactory
 
getRelationshipVersioningUtils() - Method in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
getRelativePath() - Static method in class org.dspace.servicemanager.spring.ResourceFinder
 
getRemoves() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of elements and their values that have been removed.
getRepeatable() - Method in class org.dspace.app.util.DCInput
Alternate way of calling isRepeatable()
getRepeatedElementData(Node, String) - Static method in class org.dspace.administer.RegistryImporter
Get repeated CDATA for a particular element.
getReportFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the report file for a given date.
getReportType() - Method in class org.dspace.app.rest.model.UsageReportRest
Returns the report type of this UsageReport, options listed in UsageReportUtils, e.g.
getRepositories() - Method in class org.dspace.app.rest.utils.Utils
Find the names of all DSpaceRestRepository implementations.
getRepositoryName() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration
 
getReqEmail() - Method in class org.dspace.app.requestitem.RequestItem
 
getReqList(String) - Method in class org.dspace.ctask.general.RequiredMetadata
 
getReqMessage() - Method in class org.dspace.app.requestitem.RequestItem
 
getReqName() - Method in class org.dspace.app.requestitem.RequestItem
 
getRequest() - Method in class org.dspace.usage.UsageEvent
 
getRequest_date() - Method in class org.dspace.app.requestitem.RequestItem
 
getRequestConfigBuilder() - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
 
getRequestDate() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getRequestEmail() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getRequestFactory() - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
getRequestId() - Method in interface org.dspace.services.model.Request
 
getRequestId() - Method in class org.dspace.services.sessions.model.AbstractRequestImpl
 
getRequestItemAuthor(Context, Item) - Method in interface org.dspace.app.requestitem.RequestItemAuthorExtractor
Retrieve the auhtor to contact for a request copy of the give item.
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemSubmitterStrategy
Returns the submitter of an Item as RequestItemAuthor or null if the Submitter is deleted.
getRequestItemService() - Method in class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
getRequestItemService() - Method in class org.dspace.app.requestitem.factory.RequestItemServiceFactoryImpl
 
getRequestLogInfo(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Return a string for logging, containing useful information about the current request - the URL, the method and parameters.
getRequestMessage() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getRequestName() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getRequestService() - Method in class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
getRequestService() - Method in class org.dspace.services.factory.DSpaceServicesFactory
 
getRequestService() - Method in class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
getRequestService() - Method in class org.dspace.utils.DSpace
 
getRequireCertificate() - Method in class org.dspace.eperson.EPerson
Get require certificate or not
getRequiredUsers() - Method in class org.dspace.xmlworkflow.state.Step
Getter for the number of required reviews.
getResolver() - Method in class org.dspace.identifier.DOIServiceImpl
 
getResolver() - Method in interface org.dspace.identifier.service.DOIService
Get the URL stem of the DOI resolver, e.g.
getResource() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getResource(String) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
Resolve a path into a resource relative to environmental defaults or relative paths or the classloader.
getResource(String) - Method in class org.dspace.xoai.services.impl.resources.DSpaceResourceResolver
 
getResource(HttpServletRequest, String, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ProcessFilesLinkRepository
This method will retrieve a bitstream for the given processId for the given fileType
getResourceAsString(String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Read a given Resource, converting to a String.
getResourceClass() - Method in class org.dspace.app.rest.link.AuthenticationTokenHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.AuthnHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.BrowseEntryHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.CollectionResourceWorkflowGroupHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.DSpaceResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceEntryHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.externalsources.ExternalSourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.HalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.harvest.HarvestedCollectionHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.OrcidQueueHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.process.ProcessResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.process.SubmissionCCLicenseUrlResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.relation.RelationshipHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.RootHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.FacetConfigurationResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.FacetResultsHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.FacetsResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchConfigurationResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchFacetEntryHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchFacetValueHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchResultEntryHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchResultsResourceHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.search.SearchSupportHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.statistics.StatisticsSupportHalLinkFactory
 
getResourceClass() - Method in class org.dspace.app.rest.link.SubmissionSectionHalLinkFactory
 
getResourceFromPaths(String[]) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
Attempt to resolve multiple paths in order until one is found.
getResourceParts(Context, Item, List<String>) - Method in class org.dspace.sword2.GenericStatementDisseminator
 
getResourcePaths(ConfigurationService) - Method in class org.dspace.app.configuration.APISpringLoader
 
getResourcePaths(ConfigurationService) - Method in class org.dspace.app.rest.configuration.RESTSpringLoader
 
getResourcePaths(ConfigurationService) - Method in interface org.dspace.kernel.config.SpringLoader
Returns all the locations that contain spring files
getResourcePaths(ConfigurationService) - Method in class org.dspace.xoai.app.OAISpringLoader
 
getResourcePolicies() - Method in class org.dspace.content.DSpaceObject
 
getResourcePolicyService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getResourcePolicyService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
getResourcePrefix() - Method in class org.dspace.servicemanager.example.EventListenerExample
 
getResourcePrefix() - Method in interface org.dspace.services.model.EventListener
This defines the events that you want to know about by event resource (reference).
getResourcePrefix() - Method in class org.dspace.usage.AbstractUsageEventListener
Currently consumes events generated for all resources.
getResourceReference() - Method in class org.dspace.services.model.Event
Reference the resource affected by this event.
getResourceRepository(String, String) - Method in class org.dspace.app.rest.utils.Utils
Retrieve the DSpaceRestRepository for the specified category and model in the plural form as used in the endpoints.
getResourceRepositoryByCategoryAndModel(String, String) - Method in class org.dspace.app.rest.utils.Utils
Retrieve the DSpaceRestRepository for the specified category and model.
getResources(List<String>) - Static method in class org.dspace.servicemanager.spring.ResourceFinder
Resolves a list of paths into resources relative to environmental defaults or relative paths or the classloader.
getResourceTypeId() - Method in class org.dspace.handle.Handle
 
getResourceTypeId() - Method in class org.dspace.identifier.DOI
returns the resource type of the DSpaceObject the DOI is or was assigned to.
getResourceTypes() - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
getResponseCodeFromUrl(String) - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
Returns the response code from accessing the url.
getResponseMessage() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getResponseMessage() - Method in class org.dspace.orcid.OrcidHistory
 
getResponseStatus(String) - Method in class org.dspace.ctask.general.BasicLinkChecker
Get the response code for a URL.
getResult() - Method in class org.dspace.checker.ChecksumHistory
Return the processing result.
getResult() - Method in class org.dspace.xmlworkflow.state.actions.ActionResult
 
getResult(String) - Method in class org.dspace.curate.Curator
Returns the result string for the latest performance of the named task.
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.AbstractCondition
Get the result of logical evaluation for an item
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.BitstreamCountCondition
Return true if bitstream count is within bounds of min and/or max parameters Return false if out of bounds
getResult(Context, Item) - Method in interface org.dspace.content.logic.condition.Condition
Get the result of logical evaluation for an item
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.InCollectionCondition
Return true if item is in one of the specified collections Return false if not
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.InCommunityCondition
Return true if item is in one of the specified collections Return false if not
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.IsWithdrawnCondition
Return true if item is withdrawn Return false if not
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.MetadataValueMatchCondition
Return true if any value for a specified field in the item matches a specified regex pattern Return false if not
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.MetadataValuesMatchCondition
Return true if any value for a specified field in the item matches any of the specified regex patterns Return false if not
getResult(Context, Item) - Method in class org.dspace.content.logic.condition.ReadableByGroupCondition
Return true if this item allows a specified action (eg READ, WRITE, ADD) by a specified group
getResult(Context, Item) - Method in class org.dspace.content.logic.DefaultFilter
Get the result of logical evaluation for an item
getResult(Context, Item) - Method in interface org.dspace.content.logic.Filter
Get the result of logical evaluation for an item
getResult(Context, Item) - Method in interface org.dspace.content.logic.LogicalStatement
Get the result of logical evaluation for an item
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.AbstractOperator
 
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.And
Return true if ALL statements return true Return false otherwise
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.Nand
Return true if the result of AND'ing all sub-statements is false (ie.
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.Nor
Return true if the result of OR'ing the sub-statements is false Return false otherwise
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.Not
Return true if the result of the sub-statement is false Return false otherwise
getResult(Context, Item) - Method in class org.dspace.content.logic.operator.Or
Return true if any sub-statement returns true Return false otherwise
getResultCode() - Method in class org.dspace.checker.ChecksumResult
 
getResultCount() - Method in class org.dspace.browse.BrowseInfo
Return the number of results.
getResultDescription() - Method in class org.dspace.checker.ChecksumResult
 
getResultName() - Method in class org.dspace.app.statistics.Statistics
get the name of the result set
getResultName(String, StatisticsDataVisits.DatasetQuery, Context) - Method in class org.dspace.statistics.content.StatisticsDataVisits
Gets the name of the DSO (example for collection: ((Collection) dso).getname();
getResults() - Method in class org.dspace.browse.BrowseInfo
The results of the Browse.
getResults(Context, String, String, int, int, int, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResultsDoc(Context, String, String, int, int, int, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResultsDoc(Context, String, String, int, int, int, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a formatted set of search results as a document
getResultsPerPage() - Method in class org.dspace.browse.BrowseInfo
 
getResultsPerPage() - Method in class org.dspace.browse.BrowserScope
 
getResultsString(Context, String, String, int, int, int, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResultsString(Context, String, String, int, int, int, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a formatted set of search results as a string
getRetrievalTime() - Method in class org.dspace.app.rest.model.step.SherpaPolicy
 
getRetrievalTime() - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
getRetry() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Return the number of retries that have currently been undertaken
getRightId() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getRightItem() - Method in class org.dspace.content.Relationship
Standard getter for the rightItem Item object in this Relationship
getRightItemPredicate(CriteriaBuilder, Root<Relationship>, Item, boolean, boolean) - Method in class org.dspace.content.dao.impl.RelationshipDAOImpl
Get the predicate for a criteria query that selects relationships by their right item.
getRightMaxCardinality() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getRightMaxCardinality() - Method in class org.dspace.content.RelationshipType
Standard getter for the rightMaxCardinality Integer for this RelationshipType
getRightMinCardinality() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getRightMinCardinality() - Method in class org.dspace.content.RelationshipType
Standard getter for the rightMinCardinality Integer for this RelationshipType
getRightPlace() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getRightPlace() - Method in class org.dspace.content.Relationship
Standard getter for the rightPlace Integer in this Relationship
getRightRelations(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getRightRelations(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships, which are attached to the Entity object that is passed along, where the right item object of each relationship is equal to the Item object of the Entity object that is passed along
getRightRelationshipTypes(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getRightRelationshipTypes(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the rightEntityType
getRightRelationshipTypes(Context, Entity, boolean, Integer, Integer) - Method in class org.dspace.content.EntityServiceImpl
 
getRightRelationshipTypes(Context, Entity, boolean, Integer, Integer) - Method in interface org.dspace.content.service.EntityService
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the rightEntityType
getRights() - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
getRights() - Method in class org.purl.sword.atom.Entry
Get the rights for this Entry.
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the "rights" (permission and/or license) metadata to create for each object and each Bitstream in an Item.
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the rightsMD section of the METS Manifest.
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Add rights MD (licenses) for DSpace item.
getRightType() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getRightType() - Method in class org.dspace.content.RelationshipType
Standard getter for The rightType EntityType for this RelationshipType
getRightwardType() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getRightwardType() - Method in class org.dspace.content.RelationshipType
Standard getter for the rightwardType String for this RelationshipType
getRightwardValue() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getRightwardValue() - Method in class org.dspace.content.Relationship
Standard getter for the rightwardValue String in this Relationship
getRole() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
getRole() - Method in class org.dspace.xmlworkflow.state.Step
Get the configured Role for this step.
getRoleGroup(Context, Collection, Role) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getRoleId() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getRoleId() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getRoles() - Method in class org.dspace.xmlworkflow.state.Workflow
Get the roles that are used in this workflow
getRomeoPub() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getRoot() - Method in class org.dspace.app.rest.repository.RootRestRepository
 
getRootRange() - Method in class org.dspace.app.iiif.service.RangeService
Get the root range generator.
getRowCount() - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Get the number of rows.
getRowLabels() - Method in class org.dspace.statistics.Dataset
 
getRowLabelsAttrs() - Method in class org.dspace.statistics.Dataset
 
getRows() - Method in class org.dspace.app.rest.model.SubmissionFormRest
getRowTitle() - Method in class org.dspace.statistics.Dataset
 
getRpDescription() - Method in class org.dspace.authorize.ResourcePolicy
 
getRpName() - Method in class org.dspace.authorize.ResourcePolicy
 
getRpType() - Method in class org.dspace.authorize.ResourcePolicy
 
getRunParameter(String) - Method in class org.dspace.curate.Curator
Look up a run parameter.
getSalt() - Method in class org.dspace.eperson.PasswordHash
Get the salt.
getSaltString() - Method in class org.dspace.eperson.PasswordHash
Get the salt, as a String.
getScaledInstance(BufferedImage, int, int, Object, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
Convenience method that returns a scaled instance of the provided BufferedImage.
getSchema() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getSchema() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getSchema() - Method in class org.dspace.app.util.DCInput
Get the DC namespace prefix for this form field.
getSchema() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getSchema() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getSchema() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Return the schema set to this object.
getSchema() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Retrieve the schema set to this MetadatumDTO.
getSchema() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
Get the name of the database schema.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
getSchemaLocation() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Return the MODS schema
getSchemaLocation() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Return the schema location used by this crosswalk.
getSchemaName(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Get the Database Schema Name in use by this Connection, so that it can be used to limit queries in other methods (e.g.
getSchemaOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getScope() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getScope() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getScope() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getScope() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getScope() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getScope() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getScope() - Method in class org.dspace.app.util.DCInput
 
getScope() - Method in class org.dspace.app.util.SubmissionStepConfig
 
getScope() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getScope() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getScope() - Method in class org.dspace.usage.UsageSearchEvent
 
getScope() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getScope() - Method in class org.dspace.xmlworkflow.Role
 
getScopeAsArray() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getScopeNote() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getScopeNote() - Method in class org.dspace.content.MetadataField
Get the scope note.
getScopes() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getScopes() - Method in class org.dspace.services.model.Event
 
getScopusId() - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
getScriptConfiguration() - Method in class org.dspace.app.bulkedit.MetadataDeletion
 
getScriptConfiguration() - Method in class org.dspace.app.bulkedit.MetadataExport
 
getScriptConfiguration() - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
getScriptConfiguration() - Method in class org.dspace.app.bulkedit.MetadataImport
 
getScriptConfiguration() - Method in class org.dspace.app.harvest.Harvest
 
getScriptConfiguration() - Method in class org.dspace.app.mediafilter.MediaFilterScript
 
getScriptConfiguration() - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 
getScriptConfiguration() - Method in class org.dspace.curate.Curation
 
getScriptConfiguration() - Method in class org.dspace.discovery.IndexClient
 
getScriptConfiguration() - Method in class org.dspace.orcid.script.OrcidBulkPush
 
getScriptConfiguration() - Method in class org.dspace.scripts.DSpaceRunnable
This method will return the Configuration that the implementing DSpaceRunnable uses
getScriptConfiguration() - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTracker
 
getScriptConfiguration() - Method in class org.dspace.submit.migration.SubmissionFormsMigration
 
getScriptConfiguration(String) - Method in class org.dspace.scripts.ScriptServiceImpl
 
getScriptConfiguration(String) - Method in interface org.dspace.scripts.service.ScriptService
This method will return the ScriptConfiguration that has the name that's equal to the name given in the parameters
getScriptConfigurations(Context) - Method in class org.dspace.scripts.ScriptServiceImpl
 
getScriptConfigurations(Context) - Method in interface org.dspace.scripts.service.ScriptService
This method will return a list of ScriptConfiguration objects for which the given Context is authorized
getScriptName() - Method in class org.dspace.app.rest.model.ProcessRest
 
getScriptService() - Method in class org.dspace.scripts.factory.impl.ScriptServiceFactoryImpl
 
getScriptService() - Method in class org.dspace.scripts.factory.ScriptServiceFactory
This method will return an instance of the ScriptService
getSearchConfiguration() - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
getSearchConfiguration() - Method in class org.dspace.app.util.DCInput
 
getSearchConfiguration(String, String) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getSearchConfiguration(String, String) - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getSearchData() - Method in class org.dspace.app.rest.model.hateoas.SearchFacetEntryResource
 
getSearchData() - Method in class org.dspace.app.rest.model.hateoas.SearchFacetValueResource
 
getSearchDocument(IndexableObject) - Method in class org.dspace.discovery.DiscoverResult
Returns all the sought after search document values
getSearchEvent(UUID) - Method in class org.dspace.app.rest.StatisticsRestController
 
getSearchEvents() - Method in class org.dspace.app.rest.StatisticsRestController
 
getSearchFields() - Method in class org.dspace.discovery.DiscoverQuery
Get list of fields which Discovery will return in the search results
getSearchFields() - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getSearchFieldValues(String) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getSearchFilter(String) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSearchFilterQuery() - Method in class org.dspace.statistics.content.StatisticsDataSearches
Returns a filter query that only allows new searches to pass new searches are searches that haven't been paged through
getSearchFilters() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getSearchFilters() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSearchMethod(String, DSpaceRestRepository) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
getSearchObjects(String, List<String>, String, String, List<SearchFilter>, Pageable) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getSearchObjects(String, List<String>, String, String, List<SearchFilter>, Pageable, Projection) - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getSearchQuery(Context, String, String, List<MetadataField>, List<MetadataField>, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
getSearchQuery(Context, String, String, List<MetadataField>, List<MetadataField>, String, int, int) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
getSearchResponse(UUID, String) - Method in interface org.dspace.app.iiif.service.SearchAnnotationService
Executes the Search API solr query and returns iiif search result annotations.
getSearchResponse(UUID, String) - Method in class org.dspace.app.iiif.service.WordHighlightSolrSearch
 
getSearchResults() - Method in class org.dspace.app.rest.model.SearchResultsRest
 
getSearchService() - Static method in class org.dspace.content.authority.SolrAuthority
 
getSearchService() - Static method in class org.dspace.discovery.SearchUtils
 
getSearchSortConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSearchSupport() - Method in class org.dspace.app.rest.repository.DiscoveryRestRepository
 
getSearchSupport(String, String) - Method in class org.dspace.app.rest.DiscoveryRestController
 
getSearchTime() - Method in class org.dspace.discovery.DiscoverResult
 
getSecond() - Method in class org.dspace.content.DCDate
Get the second, adjusting for current time zone.
getSecondUTC() - Method in class org.dspace.content.DCDate
Get the second in UTC.
getSectionHeader() - Method in class org.dspace.app.statistics.Statistics
get the header for this particular stats block
getSections() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getSectionType() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getSeeAlso(Item) - Method in class org.dspace.app.iiif.service.SeeAlsoService
 
getSeeAlsoAnnotations(Context, UUID) - Method in class org.dspace.app.iiif.IIIFServiceFacade
Returns annotations for machine readable metadata that describes the resource.
getSeeAlsoAnnotations(Context, UUID) - Method in class org.dspace.app.iiif.service.AnnotationListService
Returns an AnnotationList for bitstreams in the OtherContent bundle.
getSeeAlsoBitstreams(Item) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Return all the bitstreams in the item to be used as annotations
getSelectableMetadata() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getSelectableRelationship() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
getSelectValues() - Method in interface org.dspace.browse.BrowseDAO
Get the array of values that we will be selecting on.
getSelectValues() - Method in class org.dspace.browse.SolrBrowseDAO
 
getSelfRegistered() - Method in class org.dspace.eperson.EPerson
Is the user self-registered?
getSeparate() - Method in class org.dspace.statistics.content.DSORepresentation
 
getSeparator() - Method in class org.dspace.content.virtual.Concatenate
Generic getter for the seperator
getSeparator() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Return the separator used to differentiate between distinct values
getSequence(Item) - Method in class org.dspace.app.iiif.service.SequenceService
Returns a sequence generator that has been configured with canvases.
getSequenceId() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getSequenceID() - Method in class org.dspace.content.Bitstream
Get the sequence ID of this bitstream.
getSequenceName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Get the name of the sequence that will be used in the given circumstances
getSequenceName(int, boolean, boolean) - Static method in class org.dspace.browse.BrowseIndex
Get the name of the sequence that will be used in the given circumstances
getSeries() - Method in class org.dspace.content.DCSeriesNumber
Get the series name - guaranteed non-null
getServer() - Method in interface org.dspace.xoai.services.api.solr.SolrServerResolver
 
getServer() - Method in class org.dspace.xoai.services.impl.solr.DSpaceSolrServerResolver
 
getServer() - Static method in class org.dspace.xoai.solr.DSpaceSolrServer
 
getServerId() - Method in interface org.dspace.services.model.Session
 
getService() - Method in class org.purl.sword.base.Collection
Get the sword service.
getService() - Method in class org.purl.sword.base.ServiceDocument
Retrieve the Service object associated with this document.
getService(Class<T>) - Method in interface org.dspace.xoai.services.api.ServiceResolver
 
getService(Class<T>) - Method in class org.dspace.xoai.services.impl.DSpaceServiceResolver
 
getServiceByName(String, Class<T>) - Method in interface org.dspace.kernel.ServiceManager
Allows developers to get the desired service singleton by the provided name and type.
getServiceByName(String, Class<T>) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getServiceDocument() - Method in class org.dspace.sword.ServiceDocumentManager
Obtain the service document for the repository based on the DSpace context and the SWORD context which must be set for this object prior to calling this method.
getServiceDocument(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
Returns as a document the OpenSearch service document
getServiceDocument(String) - Method in class org.dspace.sword.ServiceDocumentManager
 
getServiceDocument(String) - Method in class org.purl.sword.client.Client
Retrieve the service document.
getServiceDocument(String) - Method in interface org.purl.sword.client.SWORDClient
Get a service document, specified in the URL.
getServiceDocument(String, String) - Method in class org.purl.sword.client.Client
Retrieve the service document.
getServiceDocument(String, String) - Method in interface org.purl.sword.client.SWORDClient
Get a service document, specified in the URL.
getServiceDocument(String, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ServiceDocumentManagerDSpace
 
getServiceDocument(SwordContext, String, SwordConfigurationDSpace) - Method in class org.dspace.sword2.ServiceDocumentManagerDSpace
 
getServiceManager() - Method in interface org.dspace.kernel.DSpaceKernel
 
getServiceManager() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
getServiceManager() - Method in class org.dspace.services.factory.DSpaceServicesFactory
 
getServiceManager() - Method in class org.dspace.services.factory.DSpaceServicesFactoryImpl
 
getServiceManager() - Method in class org.dspace.utils.DSpace
 
getServices() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getServices() - Method in interface org.dspace.servicemanager.ServiceManagerSystem
Map service names to their beans.
getServicesByType(Class<T>) - Method in interface org.dspace.kernel.ServiceManager
Allows developers to get the desired service singleton by the provided type.
getServicesByType(Class<T>) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getServicesNames() - Method in interface org.dspace.kernel.ServiceManager
Get the names of all registered service singletons.
getServicesNames() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
getServletInfo() - Method in class org.dspace.rdf.providing.DataProviderServlet
Returns a short description of the servlet.
getServletInfo() - Method in class org.dspace.rdf.providing.LocalURIRedirectionServlet
Returns a short description of the servlet.
getServletRequest() - Method in interface org.dspace.services.model.Request
 
getServletRequest() - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
getServletRequest() - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
getServletResponse() - Method in interface org.dspace.services.model.Request
 
getServletResponse() - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
getServletResponse() - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
getSession() - Method in interface org.dspace.core.DBConnection
Access to the underlying persistence provider's session object.
getSession() - Method in class org.dspace.core.HibernateDBConnection
Retrieves the current Session from Hibernate (per our settings, Hibernate is configured to create one Session per thread).
getSession() - Method in class org.dspace.services.email.EmailServiceImpl
Provide a reference to the JavaMail session.
getSession() - Method in interface org.dspace.services.EmailService
Provide a reference to the JavaMail session.
getSessionId() - Method in interface org.dspace.services.model.Session
 
getSessionSalt() - Method in class org.dspace.eperson.EPerson
 
getSetRepository() - Method in interface org.dspace.xoai.services.api.xoai.SetRepositoryResolver
 
getSetRepository() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceSetRepositoryResolver
 
getSets() - Method in class org.dspace.xoai.data.DSpaceSolrItem
 
getSfxFileReaderService() - Method in class org.dspace.app.sfx.factory.SfxServiceFactory
 
getSfxFileReaderService() - Method in class org.dspace.app.sfx.factory.SfxServiceFactoryImpl
 
getSherpaResponse() - Method in class org.dspace.app.rest.model.step.SherpaPolicy
 
getShortDescription() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getShortDescription() - Method in class org.dspace.content.BitstreamFormat
Get a short (one or two word) description of this bitstream format
getShortDescriptionField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getShortLivedAuthenticationToken(Context, HttpServletRequest) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
Create a short-lived token for bitstream downloads among other things
getShortLivedAuthenticationToken(Context, HttpServletRequest) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Retrieve a short lived authentication token, this can be used (among other things) for file downloads
getSidebarFacet(String) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSidebarFacets() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getSidebarFacets() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSimilarDOIsNotInState(Context, String, List<Integer>, boolean) - Method in class org.dspace.identifier.DOIServiceImpl
 
getSimilarDOIsNotInState(Context, String, List<Integer>, boolean) - Method in interface org.dspace.identifier.service.DOIService
Find all DOIs that are similar to the specified pattern and not in the specified states.
getSimilarityMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getSimpleReporterService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getSimpleReporterService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getSingle(Context, String, boolean) - Static method in class org.dspace.search.Harvest
Get harvested item info for a single item.
getSingleElement(Element, String) - Static method in class org.dspace.app.util.XMLUtils
Return the first element child with the specified name
getSinglePlugin(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns an instance of the singleton (single) plugin implementing the given interface.
getSinglePlugin(Class) - Method in interface org.dspace.core.service.PluginService
Returns an instance of the singleton (single) plugin implementing the given interface.
getSingletonService(Class<T>) - Method in class org.dspace.utils.DSpace
 
getSingularProperty(Resource, Property) - Static method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
getSiteService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getSiteService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getSize() - Method in class org.dspace.app.rest.model.PageRest
 
getSize() - Method in class org.dspace.discovery.FullTextContentStreams
 
getSize() - Method in class org.dspace.usage.UsageSearchEvent.Page
 
getSizeBytes() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getSizeBytes() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getSizeBytes() - Method in class org.dspace.content.Bitstream
Get the size of the bitstream
getSkipLines() - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
 
getSlug() - Method in class org.purl.sword.base.Deposit
 
getSlug() - Method in class org.purl.sword.client.ClientOptions
Get the current slug header.
getSlug() - Method in class org.purl.sword.client.PostMessage
Get the Slug value.
getSnippets() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
Get the maximum number of highlighted snippets to generate per field
getSolr() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
getSolr() - Method in class org.dspace.discovery.SolrSearchCore
Get access to current SolrClient.
getSolr() - Method in class org.dspace.statistics.SolrStatisticsCore
Returns the SolrClient for the Statistics core.
getSolrInputDocument() - Method in class org.dspace.authority.AuthorityValue
Generate a solr record from this instance
getSolrInputDocument() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Generate a solr record from this instance
getSolrInputDocument() - Method in class org.dspace.authority.PersonAuthorityValue
 
getSolrLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getSolrLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
getSort() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getSort() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getSort() - Method in class org.dspace.usage.UsageSearchEvent
 
getSortBy() - Method in class org.dspace.browse.BrowserScope
 
getSortedUnion(String[]...) - Method in class org.dspace.app.rest.utils.Utils
Gets the alphanumerically sorted union of multiple string arrays.
getSortField() - Method in class org.dspace.discovery.DiscoverQuery
 
getSortField(boolean) - Method in class org.dspace.browse.BrowseIndex
Get the field for sorting associated with this index.
getSortFieldConfiguration(String) - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
getSortFields() - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
getSortOption() - Method in class org.dspace.browse.BrowseIndex
Get the SortOption associated with this index.
getSortOption() - Method in class org.dspace.browse.BrowseInfo
 
getSortOption() - Method in class org.dspace.browse.BrowserScope
Obtain the sort option
getSortOption(int) - Static method in class org.dspace.sort.SortOption
Get the defined sort option by number (.1, .2, etc).
getSortOption(String) - Static method in class org.dspace.sort.SortOption
Get the defined sort option by name
getSortOptions() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getSortOptions() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getSortOptions() - Static method in class org.dspace.sort.SortOption
Return all the configured sort options.
getSortOrder() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
getSortOrder() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getSortOrder() - Method in class org.dspace.discovery.DiscoverFacetField
 
getSortOrder() - Method in class org.dspace.discovery.DiscoverQuery
 
getSortOrder() - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic getter for the sortOrder
getSortOrderFilterPage() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getSortOrderSidebar() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getSortProperty() - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic getter for the sortProperty
getSortValue() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getSortValue() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getSource() - Method in class org.dspace.content.Bitstream
Get the source of this bitstream - typically the filename with path information (if originally provided) or the name of the tool that generated this bitstream
getSource() - Method in class org.dspace.external.model.ExternalDataObject
Generic getter for the source
getSource() - Method in class org.purl.sword.atom.Content
Get the Source.
getSource() - Method in class org.purl.sword.atom.Entry
Deprecated. 
getSourceIdentifier() - Method in interface org.dspace.external.provider.ExternalDataProvider
This method will return the SourceIdentifier for the ExternalDataProvider that implements the interface
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
 
getSourceIdentifier() - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
 
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the source metadata to create for each object and each Bitstream in an Item.
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the sourceMD section of the METS Manifest.
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
getSourceVersion() - Static method in class org.dspace.app.util.Util
Gets Maven version string of the source that built this instance.
getSparqlEndpoint() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getSpecialGroups() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getSpecialGroups() - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
getSpecialGroups() - Method in class org.dspace.core.Context
Get an array of all of the special groups that current user is a member of.
getSpecialGroups() - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will return a List of UUIDs for the special groups associated with the processId contained by specific implementations of this interface.
getSpecialGroups() - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
getSpecialGroups(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.IPAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.LDAPAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.PasswordAuthentication
Add authenticated users to the group defined in authentication-password.cfg by the login.specialgroup key.
getSpecialGroups(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.X509Authentication
Return special groups configured in dspace.cfg for X509 certificate authentication.
getSpecialGroupUuids() - Method in class org.dspace.core.Context
Get a set of all of the special groups uuids that current user is a member of.
getSpellCheckQuery() - Method in class org.dspace.discovery.DiscoverResult
 
getSpiderDetectorService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getSpiderDetectorService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
getSpiderIpAddresses() - Static method in class org.dspace.statistics.util.SpiderDetector
Get an immutable Set representing all the Spider Addresses here
getSplashUrl(Item) - Method in class org.dspace.sword2.SwordUrlManager
 
getSplitter() - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
getSpringPaths(boolean, String[], DSpaceConfigurationService) - Static method in class org.dspace.servicemanager.DSpaceServiceManager
Build the complete list of Spring configuration paths, including hard-wired paths.
getStageReached() - Method in class org.dspace.content.WorkspaceItem
Get the value of the stage reached column
getStageReachedCounts(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
getStageReachedCounts(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
getStageReachedCounts(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
The map entry returned contains stage reached as the key and count of items in that stage as a value
getStageReachedCounts(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
getStart() - Method in class org.dspace.browse.BrowseInfo
Get an integer representing the number within the total set of results which marks the position of the first result in the current sub-set
getStart() - Method in class org.dspace.discovery.DiscoverQuery
 
getStart() - Method in class org.dspace.discovery.DiscoverResult
 
getStartDate() - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
getStartDate() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getStartDate() - Method in class org.dspace.authorize.ResourcePolicy
Get the start date of the policy
getStartDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getStartDateField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getStartDateLimit() - Method in class org.dspace.submit.model.AccessConditionOption
getStarted() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getStarted() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
When did this application start?
getStarted() - Method in class org.dspace.app.util.WebApp
 
getStartPageMetadata() - Method in class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
 
getStartsWith() - Method in interface org.dspace.browse.BrowseDAO
 
getStartsWith() - Method in class org.dspace.browse.BrowserScope
 
getStartsWith() - Method in class org.dspace.browse.SolrBrowseDAO
 
getStartTime() - Method in class org.dspace.app.rest.model.ProcessRest
 
getStartTime() - Method in class org.dspace.scripts.Process
This method returns the Start time for the Process.
getStateDescription(String) - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getStatement(String, Map<String, String>, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.StatementManagerDSpace
 
getStatementInstance(Map<Float, List<String>>) - Static method in class org.dspace.sword2.SwordDisseminatorFactory
 
getStatements() - Method in class org.dspace.content.logic.operator.AbstractOperator
Get sub-statements for this operator
getStatements() - Method in class org.dspace.content.logic.operator.Not
Get sub-statement (note: singular! even though we keep the method name) for this operator
getStates(Context, Item) - Method in class org.dspace.sword2.GenericStatementDisseminator
 
getStateUri(String) - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getStatisticsSupport() - Method in class org.dspace.app.rest.repository.StatisticsRestRepository
 
getStatisticsSupport() - Method in class org.dspace.app.rest.StatisticsRestController
 
getStatName() - Method in class org.dspace.app.statistics.Statistics
get the name of the statistic
getStats() - Method in class org.dspace.app.statistics.Statistics
get an array of statistics back from this object
getStatus() - Method in class org.dspace.app.rest.model.AccessStatusRest
 
getStatus() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getStatus() - Method in exception org.dspace.authenticate.oidc.OidcClientException
 
getStatus() - Static method in class org.dspace.harvest.HarvestScheduler
 
getStatus() - Method in class org.dspace.identifier.DOI
 
getStatus() - Method in class org.dspace.orcid.client.OrcidResponse
 
getStatus() - Method in exception org.dspace.orcid.exception.OrcidClientException
 
getStatus() - Method in class org.dspace.orcid.OrcidHistory
 
getStatus() - Method in exception org.purl.sword.base.SWORDErrorException
 
getStatus() - Method in class org.purl.sword.client.Client
Return the status information that was returned from the most recent request sent to the server.
getStatus() - Method in interface org.purl.sword.client.SWORDClient
Get the status result returned from the most recent network test.
getStatus(String) - Method in class org.dspace.curate.Curator
Returns the status code for the latest performance of the named task.
getStatusCode() - Method in class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
getStep() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getStep(int) - Method in class org.dspace.app.util.SubmissionConfig
Retrieve a particular Step configuration in this Item Submission Process configuration.
getStep(String) - Method in class org.dspace.xmlworkflow.state.Workflow
Return a step with a given name.
getStep(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ClaimedTaskStepLinkRepository
This method will retrieve the WorkflowStepRest object for the ClaimedTask with the given id
getStep(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.PoolTaskStepLinkRepository
This method will retrieve the WorkflowStepRest object for the PoolTask with the given id
getStep(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.WorkflowItemStepLinkRepository
This method will retrieve the WorkflowStepRest object for the WorkflowItem with the given id
getStepByName(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Retrieves a Step object based on its name, should correspond with bean id in workflow.xml
getStepByName(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getStepConfig(String) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns a particular global step definition based on its ID.
getStepID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getStepID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getStepNumber() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the number of this step in the current Submission process config.
getSteps() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getSteps() - Method in class org.dspace.xmlworkflow.state.Workflow
Get the steps that need to be executed in this workflow before the item is archived
getSteps(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.WorkflowDefinitionStepsLinkRepository
GET endpoint that returns the list of steps of a workflow-definition.
getStoredString(String, String) - Method in class org.dspace.app.util.DCInput
Gets the stored string that corresponds to the passed display string in a particular display-storage pair set.
getStoreNumber() - Method in class org.dspace.content.Bitstream
Get the asset store number where this bitstream is stored
getStores() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
getStream() - Method in class org.dspace.discovery.FullTextContentStreams
 
getStringFromBitstream(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method wraps a String around a byte array returned from the bitstream method further down Note: This helper method assumes that the CC bitstreams are short and easily expressed as byte arrays in RAM
getStringListFromRequest(HttpServletRequest) - Method in class org.dspace.app.rest.utils.Utils
This method will retrieve a list of DSpaceObjects from the Request by reading in the Request's InputStream with a Scanner and searching the InputStream for UUIDs which will then be resolved to a DSpaceObject.
getStringProperty(String, String) - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getStringProperty(String, String, String[]) - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getStringResults() - Method in class org.dspace.browse.BrowseInfo
Return the results of the Browse as an array of String array.
getStringValue(Node) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Return the String value of a Node.
getStyle() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
getStyle() - Method in class org.dspace.app.util.DCInput
Get the style for this form field
getSubcommunities() - Method in class org.dspace.content.Community
Get the immediate sub-communities of this community.
getSubcommunities(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CommunitySubcommunityLinkRepository
 
getSubfolder() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getSubject(Context) - Method in class org.dspace.event.Event
Syntactic sugar to get the DSpace object which is the "subject" of an event.
getSubjectID() - Method in class org.dspace.event.Event
 
getSubjectType() - Method in class org.dspace.event.Event
 
getSubjectTypeAsString() - Method in class org.dspace.event.Event
 
getSubmissionConfigByCollection(String) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns the Item Submission process config used for a particular collection, or the default if none is defined for the collection
getSubmissionConfigByName(String) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns the Item Submission process config
getSubmissionConfigReader() - Method in class org.dspace.app.rest.converter.SubmissionSectionConverter
 
getSubmissionDefinition() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getSubmissionName() - Method in class org.dspace.app.util.SubmissionConfig
Return the name of the item submission process definition
getSubmitAuthorizedTypes(Context) - Method in class org.dspace.content.EntityTypeServiceImpl
 
getSubmitAuthorizedTypes(Context) - Method in interface org.dspace.content.service.EntityTypeService
Retrieves all entity types related to the collections on which the current user can deposit
getSubmitButton(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Get the button the user pressed on a submitted form.
getSubmitter() - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
getSubmitter() - Method in interface org.dspace.content.InProgressSubmission
Get the submitter
getSubmitter() - Method in class org.dspace.content.Item
Get the e-person that originally submitted this item
getSubmitter() - Method in class org.dspace.content.WorkspaceItem
 
getSubmitter() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getSubmitterName() - Method in class org.dspace.app.rest.model.VersionRest
Generic getter for the submitterName
getSubmitterName(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getSubmitters() - Method in class org.dspace.content.Collection
Get the default group of submitters, if there is one.
getSubmittersGroup(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.CollectionSubmitterGroupLinkRepository
This method is responsible for retrieving the Submittergroup of a Collection
getSubmitTime() - Method in class org.dspace.curate.TaskQueueEntry
Returns the timestamp of when this entry was enqueued.
getSubscribeService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getSubscribeService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getSubscriptions(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections an e-person is subscribed to
getSubscriptions(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getSubTitleField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getSubtype() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getSummary() - Method in class org.dspace.app.rest.model.VersionRest
Generic getter for the summary
getSummary() - Method in class org.dspace.versioning.Version
 
getSummary() - Method in class org.purl.sword.atom.Entry
Get the summary.
getSupervisedItems() - Method in class org.dspace.eperson.Group
 
getSupervisedItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getSupervisedItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getSupervisorGroups() - Method in class org.dspace.content.WorkspaceItem
 
getSupervisorService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getSupervisorService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getSupportedEntityTypes() - Method in class org.dspace.external.provider.AbstractExternalDataProvider
 
getSupportedEntityTypes(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ExternalSourceEntityTypeLinkRepository
 
getSupportedExtensions() - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
getSupportedExtensions() - Method in class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
 
getSupportedExtensions() - Method in interface org.dspace.importer.external.service.components.FileSource
Get the file extensions (xml, csv, txt, ...) supported by the FileSource
getSupportedLocale(String) - Static method in class org.dspace.core.I18nUtil
Gets the appropriate supported Locale according for a given Locale If no appropriate supported locale is found, the DEFAULTLOCALE is used
getSupportedLocale(Locale) - Static method in class org.dspace.core.I18nUtil
Gets the appropriate supported Locale according for a given Locale If no appropriate supported locale is found, the DEFAULTLOCALE is used
getSupportedLocales() - Static method in class org.dspace.core.I18nUtil
get the available Locales for the User Interface as defined in dspace.cfg returns an array of Locales or null
getSupportedTypes() - Method in interface org.dspace.app.rest.authorization.AuthorizationFeature
Return the supported object type according to the RestAddressableModel.getUniqueType()
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.AdministratorOfFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanChangePasswordFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanClaimItemFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanCreateVersionFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanDeleteVersionFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanEditVersionFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanManageBitstreamBundlesFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanManageMappingsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanManageRelationshipsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanManageVersionsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanSeeVersionsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanSendFeedbackFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanSynchronizeWithORCID
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CanViewUsageStatisticsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CCLicenseFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CollectionAdminFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ComColAdminFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CommunityAdminFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CreateBitstreamFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CreateBundleFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CreateCollectionFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.CreateCommunityFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.DeleteFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.DownloadFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.EditMetadataFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.EPersonRegistrationFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.LoginOnBehalfOfFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.MakeDiscoverableFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.MakePrivateFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageAdminGroupFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageGroupFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageGroupsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageSubmitterGroupFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageTemplateItemFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ManageWorkflowGroupFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.MoveFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.PolicyFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ReinstateFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ReorderBitstreamFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.RequestCopyFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ViewSearchStatisticsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.ViewWorkflowStatisticsFeature
 
getSupportedTypes() - Method in class org.dspace.app.rest.authorization.impl.WithdrawFeature
 
getSupportedTypes() - Method in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
getSupportedTypes() - Method in class org.dspace.orcid.model.factory.impl.OrcidPersonExternalIdentifierFactory
 
getSupportedTypes() - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
getSupportLevel() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getSupportLevel() - Method in class org.dspace.content.BitstreamFormat
Get the support level for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
getSupportLevelID(String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
getSupportLevelID(String) - Method in interface org.dspace.content.service.BitstreamFormatService
If you know the support level string, look up the corresponding type ID constant.
getSupportLevelText(BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
getSupportLevelText(BitstreamFormat) - Method in interface org.dspace.content.service.BitstreamFormatService
Get the support level text for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
getSupportsTypeConstant() - Method in class org.dspace.content.BitstreamServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.BundleServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.CollectionServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.CommunityServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.ItemServiceImpl
 
getSupportsTypeConstant() - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
Returns the Constants which this service supports
getSupportsTypeConstant() - Method in interface org.dspace.content.service.DSpaceObjectService
Returns the Constants which this service supports
getSupportsTypeConstant() - Method in class org.dspace.content.SiteServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.eperson.EPersonServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.eperson.GroupServiceImpl
 
getSwordBaseUrl() - Method in class org.dspace.sword2.SwordUrlManager
 
getSwordBundle() - Method in class org.dspace.sword.SWORDConfiguration
Get the bundle name that SWORD will store its original deposit packages in, when storing them inside an item.
getSwordBundle() - Method in class org.dspace.sword2.SwordConfigurationDSpace
Get the bundle name that SWORD will store its original deposit packages in, when storing them inside an item
getSwordConfig() - Method in class org.dspace.sword.SWORDService
 
getSwordContext() - Method in class org.dspace.sword.SWORDService
 
getSWORDEntry(DSpaceObject) - Method in class org.dspace.sword.DSpaceATOMEntry
Get the SWORD entry for the given DSpace object.
getSWORDEntry(DepositResult, Deposit) - Method in class org.dspace.sword.DSpaceATOMEntry
Construct the SWORDEntry object which represents the given item with the given handle.
getSynchronizationMode(Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
getSynchronizationMode(Item) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Returns the ORCID synchronization mode configured for the given profile item.
getSynchronizationPreference() - Method in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
getSynchronizationPreference() - Method in interface org.dspace.orcid.model.factory.OrcidProfileSectionFactory
Returns the profile synchronization preference related to this factory.
getTable() - Method in interface org.dspace.browse.BrowseDAO
get the name of the table that we are querying
getTable() - Method in class org.dspace.browse.SolrBrowseDAO
 
getTable() - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
getTable() - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
 
getTableId() - Method in class org.dspace.google.GoogleAccount
 
getTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default index table name.
getTableName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName(boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName(boolean, boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName(int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTables() - Method in exception org.dspace.eperson.EPersonDeletionException
Return the list of offending tables.
getTag() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
getTagCloudConfiguration() - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
getTagCloudFacetConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getTagCloudFacets() - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
getTargetFields() - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Get target fields
getTargetId() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getTargetType() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getTask() - Method in class org.dspace.workflow.FlowstepType
Gets the value of the task property.
getTaskNames() - Method in class org.dspace.curate.TaskQueueEntry
Return the list of tasks associated with this entry.
getTaskOptions() - Static method in enum org.dspace.curate.CurationClientOptions
Creates list of the taskOptions' keys from the configs of plugin.named.org.dspace.curate.CurationTask
getTaskset() - Method in class org.dspace.workflow.MappingType
Gets the value of the taskset property.
getTaskset() - Method in class org.dspace.workflow.TasksetsType
Gets the value of the taskset property.
getTasksetMap() - Method in class org.dspace.workflow.WorkflowCuration
Gets the value of the tasksetMap property.
getTasksets() - Method in class org.dspace.workflow.WorkflowCuration
Gets the value of the tasksets property.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the technical metadata to create for each object and each Bitstream in an Item.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the techMD section of the METS Manifest.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Get name of technical metadata crosswalk for Bitstreams.
getTechnicalReportInstitution() - Method in class org.dspace.app.util.GoogleMetadata
 
getTechnicalReportNumber() - Method in class org.dspace.app.util.GoogleMetadata
 
getTempDir() - Method in class org.dspace.sword.SWORDConfiguration
Get the temp directory for storing files during deposit.
getTempDirectory() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getTempFilename() - Method in class org.dspace.sword.SWORDService
Get the name of the temp files that should be used.
getTemplateItem() - Method in class org.dspace.content.Collection
Get the template item for this collection.
getTemplateItem(HttpServletRequest, UUID) - Method in class org.dspace.app.rest.CollectionItemTemplateController
This method gets the template Item based on the owning Collection
getTemplateItem(HttpServletRequest, UUID) - Method in class org.dspace.app.rest.ItemTemplateRestController
This method gets a template Item based on its uuid Example:
getTemplateItem(Collection) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method looks up the template Item associated with a Collection
getTemplateItemOf() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getTemplateItemOf() - Method in class org.dspace.app.rest.model.wrapper.TemplateItem
 
getTemplateItemOf() - Method in class org.dspace.content.Item
 
getTemplateItemOf(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemTemplateItemOfLinkRepository
 
getTempWorkDir() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getTempWorkDir() - Method in interface org.dspace.app.itemimport.service.ItemImportService
Get temporary work directory
getTempWorkDirFile() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getTempWorkDirFile() - Method in interface org.dspace.app.itemimport.service.ItemImportService
Get temporary work directory (as File)
getText() - Method in class org.dspace.app.rest.model.LicenseRest
 
getText() - Method in class org.purl.sword.client.SWORDComboBox
Get the text of the currently selected item in the combo box.
getTextContent(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getThumb() - Method in class org.dspace.content.Thumbnail
 
getThumb(Item, BufferedImage, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getThumbDim(Item, BufferedImage, boolean, float, float, boolean, boolean, int, int, String) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getThumbnail(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BitstreamThumbnailLinkRepository
 
getThumbnail(HttpServletRequest, UUID, Pageable, Projection) - Method in class org.dspace.app.rest.repository.ItemThumbnailLinkRepository
 
getThumbnail(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getThumbnail(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
 
getThumbnail(Context, Item, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
getThumbnail(Context, Item, boolean) - Method in interface org.dspace.content.service.ItemService
 
getThumbnailFile(File, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getThumbnailProfile() - Method in class org.dspace.app.iiif.service.utils.ThumbProfileUtil
Utility method for obtaining the thumbnail image service profile.
getTilted() - Method in class org.dspace.content.RelationshipType
Generic getter for tilted
getTime() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return Time of event
getTimestamp() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getTimestamp() - Method in class org.dspace.orcid.OrcidHistory
 
getTimeStamp() - Method in class org.dspace.event.Event
 
getTimeZone() - Method in class org.dspace.util.DateMathParser
 
getTitle() - Method in class org.dspace.app.util.GoogleMetadata
 
getTitle() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getTitle() - Method in class org.purl.sword.atom.Entry
Get the title.
getTitle() - Method in class org.purl.sword.atom.Link
Get the title.
getTitle() - Method in class org.purl.sword.base.Collection
Get the title.
getTitle() - Method in class org.purl.sword.base.Workspace
Get the content of the Title element.
getTitleField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getTitleField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getTitles() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getTocRanges() - Method in class org.dspace.app.iiif.service.RangeService
Gets the current ranges.
getToIgnoreMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getToken() - Method in class org.dspace.app.requestitem.RequestItem
 
getToken() - Method in class org.dspace.app.rest.model.AuthenticationTokenRest
 
getToken() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getToken() - Method in class org.dspace.app.rest.model.wrapper.AuthenticationToken
 
getToken() - Method in class org.dspace.eperson.RegistrationData
 
getToken() - Method in class org.dspace.external.OpenAIRERestToken
Returns the stored
getTokenEndpointUrl() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
getTokenExpirationConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Get the configuration property key for the expiration time.
getTokenExpirationConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
getTokenExpirationConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
getTokenSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Get the configuration property key for the token secret.
getTokenSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
getTokenSecretConfigurationKey() - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
getTokenType() - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
getTokenType() - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
getTooltip() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getTopChoices(String, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
Wrapper that calls getTopChoices method of the plugin.
getTopChoices(String, int, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getTopChoices(String, int, int, String) - Method in interface org.dspace.content.authority.HierarchicalAuthority
Get all values from the authority that match the preferred value.
getTopChoices(String, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getTopChoices method of the plugin.
getTotal() - Method in exception org.dspace.app.rest.exception.PaginationException
 
getTotal() - Method in class org.dspace.browse.BrowseInfo
Return the total number of items in the index.
getTotalElements() - Method in class org.dspace.app.rest.model.PageRest
 
getTotalElements() - Method in class org.dspace.usage.UsageSearchEvent.Page
 
getTotalFacetCounts(DatasetTypeGenerator, int) - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
Retrieve the total counts for the facets (total count is same query but none of the filter queries).
getTotalItems() - Method in class org.dspace.app.itemimport.BatchUpload
Get total items
getTotalNumberOfResults() - Method in class org.dspace.app.rest.model.SearchResultsRest
 
getTotalPages() - Method in class org.dspace.app.rest.model.PageRest
 
getTotalPages() - Method in class org.dspace.usage.UsageSearchEvent.Page
 
getTotalPageViews(String, String, int) - Method in class org.dspace.statistics.content.StatisticsDataSearches
 
getTotalSearchResults() - Method in class org.dspace.discovery.DiscoverResult
 
getTotalTags() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the boilerplate at the end of a sitemap file.
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getTransaction() - Method in class org.dspace.core.HibernateDBConnection
Retrieve the current Hibernate Transaction object from our Hibernate Session.
getTransactionID() - Method in class org.dspace.event.Event
 
getTransform() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getTransformer() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for Transformer
getTransformer(String) - Method in class org.dspace.content.crosswalk.XSLTCrosswalk
Initialize the Transformation stylesheet from configured stylesheet file.
getTransformer(String) - Method in class org.dspace.xoai.services.impl.resources.DSpaceResourceResolver
 
getTreatment() - Method in class org.dspace.sword.DepositResult
 
getTreatment() - Method in class org.dspace.sword2.DepositResult
 
getTreatment() - Method in class org.purl.sword.base.Collection
Get the treatment value.
getTreatment() - Method in class org.purl.sword.base.SWORDEntry
Get the treatment value.
getType() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the type of the exception
getType() - Method in class org.dspace.app.rest.model.AccessStatusRest
 
getType() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getType() - Method in class org.dspace.app.rest.model.AuthenticationTokenRest
 
getType() - Method in class org.dspace.app.rest.model.AuthnRest
 
getType() - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
getType() - Method in class org.dspace.app.rest.model.AuthorizationRest
 
getType() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
getType() - Method in class org.dspace.app.rest.model.BitstreamRest
 
getType() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getType() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
getType() - Method in class org.dspace.app.rest.model.BundleRest
 
getType() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getType() - Method in class org.dspace.app.rest.model.CollectionRest
 
getType() - Method in class org.dspace.app.rest.model.CommunityRest
 
getType() - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
getType() - Method in class org.dspace.app.rest.model.EntityTypeRest
 
getType() - Method in class org.dspace.app.rest.model.EPersonRest
 
getType() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
getType() - Method in class org.dspace.app.rest.model.ExternalSourceRest
 
getType() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
getType() - Method in class org.dspace.app.rest.model.FeedbackRest
 
getType() - Method in class org.dspace.app.rest.model.GroupRest
 
getType() - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
getType() - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
getType() - Method in class org.dspace.app.rest.model.ItemRest
 
getType() - Method in class org.dspace.app.rest.model.LicenseRest
 
getType() - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
getType() - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
getType() - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
getType() - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
getType() - Method in class org.dspace.app.rest.model.ParameterRest
 
getType() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getType() - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
 
getType() - Method in class org.dspace.app.rest.model.ProcessRest
 
getType() - Method in class org.dspace.app.rest.model.PropertyRest
 
getType() - Method in class org.dspace.app.rest.model.RegistrationRest
 
getType() - Method in class org.dspace.app.rest.model.RelationshipRest
 
getType() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
getType() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getType() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
getType() - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
getType() - Method in interface org.dspace.app.rest.model.RestModel
 
getType() - Method in class org.dspace.app.rest.model.RootRest
 
getType() - Method in class org.dspace.app.rest.model.ScriptRest
 
getType() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
This is the same type as described in DiscoverySearchFilter.getType()
getType() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
getType() - Method in class org.dspace.app.rest.model.SearchEventRest
 
getType() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getType() - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
getType() - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
getType() - Method in class org.dspace.app.rest.model.SearchSupportRest
 
getType() - Method in class org.dspace.app.rest.model.SiteRest
 
getType() - Method in class org.dspace.app.rest.model.StatisticsSupportRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionFormInputTypeRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionFormRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getType() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
getType() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getType() - Method in class org.dspace.app.rest.model.UsageReportPointCityRest
 
getType() - Method in class org.dspace.app.rest.model.UsageReportPointCountryRest
 
getType() - Method in class org.dspace.app.rest.model.UsageReportPointDateRest
 
getType() - Method in class org.dspace.app.rest.model.UsageReportPointDsoTotalVisitsRest
 
getType() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Returns the type of this UsageReportPointRest object
getType() - Method in class org.dspace.app.rest.model.UsageReportRest
Returns the type of this UsageReportRest object
getType() - Method in class org.dspace.app.rest.model.VersionHistoryRest
 
getType() - Method in class org.dspace.app.rest.model.VersionRest
 
getType() - Method in class org.dspace.app.rest.model.ViewEventRest
 
getType() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getType() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getType() - Method in class org.dspace.app.rest.model.VocabularyRest
 
getType() - Method in class org.dspace.app.rest.model.WorkflowActionRest
 
getType() - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
getType() - Method in class org.dspace.app.rest.model.WorkflowItemRest
 
getType() - Method in class org.dspace.app.rest.model.WorkflowStepRest
 
getType() - Method in class org.dspace.app.rest.model.WorkspaceItemRest
 
getType() - Method in class org.dspace.app.util.SubmissionStepConfig
Retrieve the name of the component used by this step in the UI
getType() - Method in class org.dspace.content.Bitstream
return type found in Constants
getType() - Method in class org.dspace.content.Bundle
return type found in Constants
getType() - Method in class org.dspace.content.Collection
return type found in Constants
getType() - Method in class org.dspace.content.Community
return type found in Constants
getType() - Method in class org.dspace.content.DSpaceObject
Get the type of this object, found in Constants
getType() - Method in class org.dspace.content.Item
return type found in Constants
getType() - Method in class org.dspace.content.Site
Get the type of this object, found in Constants
getType() - Method in interface org.dspace.core.DBConnection
Some description of the DBMS used to persist entities.
getType() - Method in class org.dspace.core.HibernateDBConnection
 
getType() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
Returns the type of the DiscoverySearchFilter
getType() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
getType() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getType() - Method in class org.dspace.discovery.DiscoverFacetField
 
getType() - Method in interface org.dspace.discovery.IndexableObject
 
getType() - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
getType() - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Return the type of the indexable object
getType() - Method in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableCollection
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableCommunity
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableItem
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableMetadataField
 
getType() - Method in class org.dspace.discovery.indexobject.IndexablePoolTask
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableWorkflowItem
 
getType() - Method in class org.dspace.discovery.indexobject.IndexableWorkspaceItem
 
getType() - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
getType() - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
getType() - Method in class org.dspace.eperson.EPerson
 
getType() - Method in class org.dspace.eperson.Group
 
getType() - Method in class org.dspace.license.CCLicenseField
 
getType() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getType() - Method in class org.dspace.sort.SortOption
 
getType() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getType() - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
getType() - Method in class org.dspace.statistics.content.DSORepresentation
 
getType() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getType() - Method in class org.dspace.statistics.content.StatisticsListing
 
getType() - Method in class org.dspace.statistics.content.StatisticsTable
 
getType() - Method in class org.dspace.xmlworkflow.state.actions.ActionResult
 
getType() - Method in class org.purl.sword.atom.Content
Get the type.
getType() - Method in class org.purl.sword.atom.Link
Get the type.
getType() - Method in class org.purl.sword.atom.TextConstruct
Get the type.
getType() - Method in class org.purl.sword.base.SwordValidationInfo
Return the type of information.
getType(Context, Entity) - Method in class org.dspace.content.EntityServiceImpl
 
getType(Context, Entity) - Method in interface org.dspace.content.service.EntityService
Returns the EntityType for the Item that is attached to the Entity that is passed along to this method.
getTypeBind() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
getTypeBindList() - Method in class org.dspace.app.util.DCInput
Get the type bind list for use in determining whether to display this field in angular dynamic form building
getTypeField() - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
getTypeField() - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
getTypeID(String) - Static method in class org.dspace.core.Constants
If you know the type string, look up the corresponding type ID constant.
getTypePlural() - Method in class org.dspace.app.rest.model.AccessStatusRest
 
getTypePlural() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
getTypePlural() - Method in class org.dspace.app.rest.model.RequestItemRest
 
getTypePlural() - Method in interface org.dspace.app.rest.model.RestModel
 
getTypes() - Method in class org.dspace.authority.AuthorityTypes
 
getTypeSuffix(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
 
getTypeText() - Method in interface org.dspace.discovery.IndexableObject
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableCollection
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableCommunity
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableItem
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableMetadataField
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexablePoolTask
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableWorkflowItem
 
getTypeText() - Method in class org.dspace.discovery.indexobject.IndexableWorkspaceItem
 
getTypeText(T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getTypeText(T) - Method in interface org.dspace.content.service.DSpaceObjectService
Provide the text name of the type of this DSpaceObject.
getUa() - Method in class org.dspace.google.GoogleAnalyticsEvent
Returns User Agent
getUip() - Method in class org.dspace.google.GoogleAnalyticsEvent
Return User IP
getUncheckedBitstreamsReport(Context, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The bitstreams that are not known to the checksum checker.
getUncheckedBitstreamsReport(Context, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Get any bitstreams that are not checked by the checksum checker.
getUniqueIndexID() - Method in interface org.dspace.discovery.IndexableObject
 
getUniqueType() - Method in class org.dspace.app.rest.model.RestAddressableModel
 
getUnits() - Method in class org.dspace.app.sherpa.v2.SHERPAEmbargo
 
getUnits() - Method in class org.dspace.app.statistics.Stat
get the unts that this statistic is measured in
getUnmarshallAttributeInfoIterator() - Method in class org.purl.sword.base.SwordValidationInfo
 
getUnmarshallElementInfoIterator() - Method in class org.purl.sword.base.SwordValidationInfo
 
getUpdateAction(Class<? extends UpdateAction>) - Method in class org.dspace.app.itemupdate.ActionManager
Get update action.
getUpdated() - Method in class org.purl.sword.atom.Entry
Get the updated date, expressed as a String.
getUploadConfigurationService() - Method in class org.dspace.app.rest.submit.step.validation.UploadValidation
 
getUploadDate() - Method in class org.dspace.statistics.export.OpenURLTracker
Returns the upload date
getUri() - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
getUri() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
getUri() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getUri() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
getUri() - Method in class org.purl.sword.atom.Author
Get the author URI.
getUri() - Method in class org.purl.sword.atom.Generator
Get the URI.
getURI() - Static method in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a string
getURIGenerator() - Method in class org.dspace.rdf.factory.RDFFactory
 
getURIGenerator() - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
getUrl() - Method in class org.dspace.app.rest.model.step.DataLicense
 
getUrl() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getUrl() - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
getUrl() - Method in class org.dspace.app.rest.model.wrapper.SubmissionCCLicenseUrl
Generic getter for the url
getUrl() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
getUrl() - Method in class org.dspace.app.util.WebApp
 
getUrl() - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getUrl() - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
getUrl() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getUrl() - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getUrl() - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getUrl() - Method in class org.dspace.statistics.export.OpenURLTracker
Gets the OpenURLTracker url
getUrl() - Method in class org.purl.sword.client.PostDestination
 
getUrl(HttpServletRequest) - Static method in class org.purl.sword.server.DepositServlet
Utility method to construct the URL called for this Servlet
getURL() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getURL() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
What is the base URL of this application?
getURL() - Method in class org.dspace.content.Site
 
getUrlFetch() - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
getUrlManager() - Method in class org.dspace.sword.SWORDService
 
getUrlManager(Context, SwordConfigurationDSpace) - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
getUrls() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
getURLs(Item) - Method in class org.dspace.ctask.general.BasicLinkChecker
Get the URLs to check
getURLs(Item) - Method in class org.dspace.ctask.general.MetadataValueLinkChecker
 
getUrlSearch() - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
getUrlSearch() - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
getUrlSearch() - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
getUrlSearch() - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
getURLText(String, Date) - Method in class org.dspace.app.sitemap.AbstractGenerator
Return marked-up text to be included in a sitemap about a given URL.
getURLText(String, Date) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getURLText(String, Date) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getUsageReportsOfDSO(Context, DSpaceObject) - Method in class org.dspace.app.rest.utils.UsageReportUtils
Get list of usage reports that are applicable to the DSO (of given UUID)
getUseAsHomePage() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getUseForPlace() - Method in class org.dspace.content.virtual.Collected
Generic getter for the useForPlace property
getUseForPlace() - Method in class org.dspace.content.virtual.Concatenate
Generic getter for the useForPlace property
getUseForPlace() - Method in class org.dspace.content.virtual.Related
Generic getter for the useForPlace property
getUseForPlace() - Method in class org.dspace.content.virtual.UUIDValue
 
getUseForPlace() - Method in interface org.dspace.content.virtual.VirtualMetadataConfiguration
Generic getter for the useForPlace property
getUser() - Method in class org.dspace.app.rest.model.RegistrationRest
Generic getter for the user
getUser() - Method in class org.dspace.app.statistics.LogLine
get the user performing the logged action
getUser() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getUserAgent() - Method in class org.dspace.usage.UsageEvent
 
getUserAgent() - Method in class org.purl.sword.base.SWORDEntry
Get the user agent
getUserAgent() - Method in class org.purl.sword.client.PostMessage
 
getUserEID() - Method in interface org.dspace.services.model.Session
Get the external/enterprise user ID for this session.
getUserFormatDescription() - Method in class org.dspace.content.Bitstream
Get the user's format description.
getUserId() - Method in class org.dspace.app.rest.model.ProcessRest
 
getUserId() - Method in class org.dspace.services.model.Event
 
getUserId() - Method in interface org.dspace.services.model.Session
Return the internal user ID for this session.
getUserInfo(String) - Method in class org.dspace.authenticate.oidc.impl.OidcClientImpl
 
getUserInfo(String) - Method in interface org.dspace.authenticate.oidc.OidcClient
Retrieve the info related to the user associated with the given accessToken from the user info endpoint.
getUserLocale() - Method in class org.dspace.browse.BrowserScope
 
getUsername() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
getUsername() - Method in class org.purl.sword.base.AtomDocumentRequest
Retrieve the username.
getUsername() - Method in class org.purl.sword.base.Deposit
 
getUsername() - Method in class org.purl.sword.base.ServiceDocumentRequest
Retrieve the username.
getUsername() - Method in class org.purl.sword.client.ClientOptions
Get the username.
getUsername() - Method in class org.purl.sword.client.PostDestination
 
getUsername() - Method in class org.purl.sword.client.ServiceDialog
Get the username from the controls on the dialog.
getUserName() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
Get the name of the database role used to authenticate connections to the DBMS.
getUsernamePassword(HttpServletRequest) - Method in class org.purl.sword.server.DepositServlet
Utility method to return the username and password (separated by a colon ':')
getUserSelectionMethod() - Method in class org.dspace.xmlworkflow.state.Step
Getter for the step's configured user selection method.
getUuid() - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
getUuid() - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
getUuid() - Method in class org.dspace.app.rest.model.TemplateItemRest
 
getUUIDParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as a UUID.
getUUIDParameters(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a List of UUID parameters from the given request as an UUID.
getValidationAttributeInfoIterator() - Method in class org.purl.sword.base.SwordValidationInfo
 
getValidationElementInfoIterator() - Method in class org.purl.sword.base.SwordValidationInfo
Return an iterator to view the nested validation info objects.
getValue() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getValue() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getValue() - Method in class org.dspace.app.rest.model.CheckSumRest
 
getValue() - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic getter for the value
getValue() - Method in enum org.dspace.app.rest.model.HarvestStatusEnum
 
getValue() - Method in enum org.dspace.app.rest.model.HarvestTypeEnum
 
getValue() - Method in class org.dspace.app.rest.model.MetadataValueRest
 
getValue() - Method in class org.dspace.app.rest.model.ParameterValueRest
 
getValue() - Method in class org.dspace.app.rest.model.patch.Operation
 
getValue() - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
getValue() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getValue() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getValue() - Method in class org.dspace.app.rest.parameter.SearchFilter
 
getValue() - Method in class org.dspace.app.statistics.Stat
get the value of the statistic
getValue() - Method in class org.dspace.authority.AuthorityValue
 
getValue() - Method in class org.dspace.browse.BrowseInfo
 
getValue() - Method in class org.dspace.content.dto.MetadataValueDTO
 
getValue() - Method in class org.dspace.content.MetadataValue
Get the metadata value.
getValue() - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
getValue() - Method in class org.dspace.external.model.ExternalDataObject
Generic getter for the value
getValue() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Retrieve the value set to this MetadatumDTO.
getValue() - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
 
getValue() - Method in class org.dspace.scripts.DSpaceCommandLineParameter
 
getValue() - Method in class org.dspace.statistics.ObjectCount
 
getValue() - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
getValue() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getValue() - Method in class org.dspace.workflow.NotifyType
Gets the value of the value property.
getValue() - Method in class org.dspace.workflow.WorkflowType
Gets the value of the value property.
getValue(String) - Method in class org.dspace.util.SimpleMapConverter
Returns the value related to the given key.
getValue(String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get the canonical value to store for a key in the authority.
getValue(String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getValue(String, String, String) - Method in class org.dspace.importer.external.datamodel.ImportRecord
Return the MetadatumDTO's that are related to a given schema/element/qualifier pair/triplet
getValue(Item) - Method in class org.dspace.content.ItemComparator
Choose the canonical value from an item for comparison.
getValue(Context, HttpServletRequest) - Method in class org.dspace.app.rest.security.jwt.AuthenticationMethodClaimProvider
 
getValue(Context, HttpServletRequest) - Method in class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
getValue(Context, HttpServletRequest) - Method in interface org.dspace.app.rest.security.jwt.JWTClaimProvider
 
getValue(Context, HttpServletRequest) - Method in class org.dspace.app.rest.security.jwt.SpecialGroupClaimProvider
 
getValue(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns the value found in the Text node (if any) in the node list that's passed in.
getValue(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getValueAt(int, int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Get the value that is at the specified cell.
getValueColumn() - Method in class org.dspace.browse.BrowseIndex
Get the name of the column that is used to store the default value column
getValueData() - Method in class org.dspace.app.rest.model.hateoas.SearchFacetValueResource
 
getValueLang() - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
getValueLanguageList() - Method in class org.dspace.app.util.DCInput
Get the list of language tags
getValueList() - Method in class org.dspace.importer.external.datamodel.ImportRecord
Retrieve an unmodifiableList of MetadatumDTO
getValueNode() - Method in class org.dspace.app.rest.model.patch.JsonValueEvaluator
 
getValues() - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
Generic getter for the values
getValues() - Method in class org.dspace.app.rest.model.PropertyRest
 
getValues() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
getValues() - Method in class org.dspace.app.rest.model.UsageReportPointRest
Returns the values of this UsageReportPointRest object, containing the amount of views
getValues(Context, Bitstream) - Method in class org.dspace.app.iiif.service.utils.BitstreamBytesIIIFVirtualMetadata
 
getValues(Context, Bitstream) - Method in class org.dspace.app.iiif.service.utils.BitstreamChecksumIIIFVirtualMetadata
 
getValues(Context, Bitstream) - Method in class org.dspace.app.iiif.service.utils.BitstreamFormatIIIFVirtualMetadata
 
getValues(Context, Bitstream) - Method in interface org.dspace.app.iiif.service.utils.BitstreamIIIFVirtualMetadata
 
getValues(Context, Bitstream) - Method in class org.dspace.app.iiif.service.utils.BitstreamMimetypeIIIFVirtualMetadata
 
getValues(Context, Item) - Method in class org.dspace.content.virtual.Collected
this method will retrieve the metadata values from the given item for all the metadata fields listed in the fields property and it'll return all those values as a list
getValues(Context, Item) - Method in class org.dspace.content.virtual.Concatenate
this method will retrieve the metadata values from the given item for all the metadata fields listed in the fields property and it'll concatenate all those values together with the separator specified in this class
getValues(Context, Item) - Method in class org.dspace.content.virtual.Related
This method will find the correct Relationship from the given item to retrieve the other item from it and pass this along to the next VirtualBean that's stored in this class.
getValues(Context, Item) - Method in class org.dspace.content.virtual.UUIDValue
 
getValues(Context, Item) - Method in interface org.dspace.content.virtual.VirtualMetadataConfiguration
This method will return a list filled with String values which will be determine by the bean that's responsible of handling the metadata fields when fully traversed through all the Related beans
getVariants(String, String) - Method in interface org.dspace.content.authority.AuthorityVariantsSupport
 
getVariants(String, String) - Method in class org.dspace.content.authority.TestAuthority
 
getVariants(MetadataValue, Collection) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getVariants(MetadataValue, Collection) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper to call plugin's getVariants().
getVerboseDescription() - Method in class org.dspace.sword.SWORDService
 
getVerboseDescription() - Method in class org.purl.sword.base.SWORDEntry
Get the Verbose Description for this entry.
getVersion() - Method in class org.dspace.app.rest.model.VersionRest
Generic getter for the version
getVersion() - Method in class org.purl.sword.atom.Generator
Get the version.
getVersion() - Method in class org.purl.sword.base.Service
Get the SWORD version.
getVersion(Context, int) - Method in interface org.dspace.versioning.service.VersioningService
 
getVersion(Context, int) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
getVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersion(Context, VersionHistory, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getVersion(Context, VersionHistory, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getVersionDate() - Method in class org.dspace.versioning.Version
 
getVersionHistory() - Method in class org.dspace.versioning.Version
 
getVersionHistory(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VersionHistoryLinkRepository
This method will retrieve the VersionHistoryRest object from the Version that is found by the associated versionId parameter
getVersionHistoryService() - Method in class org.dspace.versioning.factory.VersionServiceFactory
 
getVersionHistoryService() - Method in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
getVersionIdByItemUUID(HttpServletRequest, UUID) - Method in class org.dspace.app.rest.security.ExtractorOfAInprogressSubmissionInformations
This method is used on security checks, given an item UUID, it searches the relative version, if version exist return its id, otherwise returns null.
getVersionItem(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VersionItemLinkRepository
This method will return the ItemRest object constructed from the Item object which is found in the Version that will be found through the versionId parameter
getVersionNumber() - Method in class org.dspace.versioning.Version
 
getVersions() - Method in class org.dspace.versioning.VersionHistory
getVersions(HttpServletRequest, Integer, Pageable, Projection) - Method in class org.dspace.app.rest.repository.VersionsLinkRepository
This method will return a page of VersionRest objects found through the VersionHistory object that is resolved from the versionHistoryId parameter
getVersionsByHistory(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersioningService
Returns all versions of a version history.
getVersionsByHistory(Context, VersionHistory) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersionsByHistoryWithItems(Context, VersionHistory, int, int) - Method in interface org.dspace.versioning.service.VersioningService
Return a paginated list of versions of a version history.
getVersionsByHistoryWithItems(Context, VersionHistory, int, int) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersionService() - Method in class org.dspace.versioning.factory.VersionServiceFactory
 
getVersionService() - Method in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
getViewEvent(UUID) - Method in class org.dspace.app.rest.StatisticsRestController
 
getViewEvents() - Method in class org.dspace.app.rest.StatisticsRestController
 
getViewMode() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
getVirtualMetadataConfiguration() - Method in class org.dspace.content.virtual.Related
Generic getter for the virtualMetadataConfiguration property of this class
getVisibility() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
getVisibility() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
getVisibility() - Method in class org.dspace.app.util.SubmissionStepConfig
 
getVisibilityOutside() - Method in class org.dspace.app.util.SubmissionStepConfig
 
getVocabulary() - Method in class org.dspace.app.util.DCInput
Get the name of the controlled vocabulary that is associated with this field
getVocabularyEntryDetailsRest() - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
getVocabularyName() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
getVolume() - Method in class org.dspace.app.util.GoogleMetadata
 
getWarning() - Method in class org.dspace.app.util.DCInput
Get the warning string for a missing required field, formatted for an HTML table.
getWarning() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Return the warning message used for logging during exception catching
getWebAppService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getWebAppService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getWidth() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getWithdrawn() - Method in class org.dspace.app.rest.model.ItemRest
 
getWithdrawnBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
Get the internally defined browse index for withdrawn items.
getWorkBulk(String, String, List<String>) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves all the works with the given putCodes related to the given orcid
getWorkBulk(String, String, List<String>) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getWorkBulk(String, List<String>) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves all the works with the given putCodes related to the given orcid
getWorkBulk(String, List<String>) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getWorkflow() - Method in class org.dspace.xmlworkflow.state.Step
 
getWorkflow(Collection) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Retrieve the workflow configuration for a single collection
getWorkflow(Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getWorkflowactions() - Method in class org.dspace.app.rest.model.WorkflowStepRest
 
getWorkflowByName(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Retrieves the workflow configuration by name
getWorkflowByName(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getWorkflowFactory() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowFactory() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowGroup(Context, Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
getWorkflowGroup(Context, Collection, int) - Method in interface org.dspace.content.service.CollectionService
Get the the workflow group corresponding to a particular workflow step.
getWorkflowGroupForRole(UUID, HttpServletResponse, HttpServletRequest, String) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method will retrieve the workflowGroup for a given Collection and workflowRole
getWorkflowGroupForRole(Context, Collection, String) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
This method will retrieve the GroupRest object for the workflowGroup for the given Collection and workflowRole
getWorkflowID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getWorkflowID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getWorkflowitem() - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
getWorkflowitem() - Method in class org.dspace.app.rest.model.PoolTaskRest
 
getWorkflowItem() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getWorkflowItem(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Obtain the WorkflowItem object which wraps the given Item.
getWorkflowItemRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowItemRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowItemService() - Method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowOrNotify() - Method in class org.dspace.workflow.TaskType
Gets the value of the workflowOrNotify property.
getWorkflowRequirementsService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowRequirementsService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowRoleGroup(Context, Collection, String, Group) - Method in interface org.dspace.workflow.WorkflowService
 
getWorkflowRoleGroup(Context, Collection, String, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getWorkflowService() - Method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowStep() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getWorkflowStep1(Context) - Method in class org.dspace.content.Collection
 
getWorkflowStep2(Context) - Method in class org.dspace.content.Collection
 
getWorkflowStep3(Context) - Method in class org.dspace.content.Collection
 
getWorks(String) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves all the works related to the given orcid.
getWorks(String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getWorks(String, String) - Method in interface org.dspace.orcid.client.OrcidClient
Retrieves all the works related to the given orcid.
getWorks(String, String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
getWorkspaceItem(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Obtain the WorkspaceItem object which wraps the given Item.
getWorkspaceItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getWorkspaceItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getWorkspaces() - Method in class org.purl.sword.base.Service
Get an Iterator over the workspaces.
getWorkspacesList() - Method in class org.purl.sword.base.Service
Get a List of workspaces
getWwwAuthenticateHeaderValue(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
Return a comma-separated list of all currently enabled authentication options (based on DSpace configuration).
getWwwAuthenticateHeaderValue(HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Return the value that should be passed in the WWWW-Authenticate header for 4xx responses to the client
getXforwardedfor() - Method in class org.dspace.usage.UsageEvent
 
getXmlName() - Method in class org.purl.sword.base.XmlElement
 
getXMLString(Context, DSpaceObject) - Method in class org.dspace.identifier.DataCiteXMLCreator
 
getXmlWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getXmlWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getXmlWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getXmlWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getXpsrc() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getYear() - Method in class org.dspace.content.DCDate
Get the year, adjusting for current time zone.
getYear() - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Retrieve the year from the object
getYearGap() - Method in class org.dspace.discovery.FacetYearRange
 
getYearUTC() - Method in class org.dspace.content.DCDate
Get the year in UTC.
getZetoPub() - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
GOOGLE_PREFIX - Static variable in class org.dspace.app.util.GoogleMetadata
 
GoogleAccount - Class in org.dspace.google
User: Robin Taylor Date: 11/07/2014 Time: 13:23
GoogleAnalyticsEvent - Class in org.dspace.google
This is a dataholder class for an individual event to be sent to Google Analaytics
GoogleAsyncEventListener - Class in org.dspace.google
Notifies Google Analytics of Bitstream VIEW events.
GoogleAsyncEventListener() - Constructor for class org.dspace.google.GoogleAsyncEventListener
 
GoogleBitstreamComparator - Class in org.dspace.app.util
This comparator is used to order files of an item, so that they are ordered in a way that the first one is the most useful for use in the citation_pdf_url for Google Scholar
GoogleBitstreamComparator(Context, Map<String, String>) - Constructor for class org.dspace.app.util.GoogleBitstreamComparator
 
GoogleMetadata - Class in org.dspace.app.util
Configuration and mapping for Google Scholar output metadata
GoogleMetadata(Context, Item) - Constructor for class org.dspace.app.util.GoogleMetadata
Wrap the item, parse all configured fields and generate metadata field values.
GoogleQueryManager - Class in org.dspace.google
User: Robin Taylor Date: 20/08/2014 Time: 09:26
GoogleQueryManager() - Constructor for class org.dspace.google.GoogleQueryManager
 
GoogleRecorderEventListener - Class in org.dspace.google
Deprecated.
Use org.dspace.google.GoogleAsyncEventListener instead
GoogleRecorderEventListener() - Constructor for class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
googleScholarSettings - Static variable in class org.dspace.app.util.GoogleMetadata
 
grabNewAccessToken() - Method in class org.dspace.external.OpenAIRERestConnector
This method grabs an accessToken an sets the expiration time Based.
Based on https://develop.openaire.eu/basic.html
grantGroupAllItemPolicies(Context, Item, Group, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
grantLicense(Context, Item, String, String) - Static method in class org.dspace.content.LicenseUtils
Store a copy of the license a user granted in the item.
grantSubmitterReadPolicies(Context, Item) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
grantUserAllItemPolicies(Context, Item, EPerson, String) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Grant a user full powers over an Item.
grantUserAllItemPolicies(Context, Item, EPerson, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
GREATER - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
GREATER_OR_EQUAL - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
GREEK - Static variable in class org.dspace.text.filter.Language
 
Groomer - Class in org.dspace.eperson
Tools for manipulating EPersons and Groups.
group - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
group - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
group - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
Group - Class in org.dspace.eperson
Class representing a group of e-people.
Group() - Constructor for class org.dspace.eperson.Group
Protected constructor, create object using: GroupService.create(Context)
GROUP - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP - Static variable in class org.dspace.core.Constants
Type of eperson groups
GROUP - Static variable in class org.dspace.event.Event
 
GROUP - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
GROUP - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
GROUP - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
Group_ - Class in org.dspace.eperson
 
Group_() - Constructor for class org.dspace.eperson.Group_
 
GROUP_TYPE_ADMIN - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_SUBMIT - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_1 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_2 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_3 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
Group2GroupCache - Class in org.dspace.eperson
Database entity representation of the group2groupcache table
Group2GroupCache() - Constructor for class org.dspace.eperson.Group2GroupCache
Protected constructor, create object using: GroupService
Group2GroupCache_ - Class in org.dspace.eperson
 
Group2GroupCache_() - Constructor for class org.dspace.eperson.Group2GroupCache_
 
group2GroupCacheDAO - Variable in class org.dspace.eperson.GroupServiceImpl
 
Group2GroupCacheDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Group2GroupCache object.
Group2GroupCacheDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Group2GroupCache object.
Group2GroupCacheDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
GroupConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the Group in the DSpace API data model and the REST data model
GroupConverter() - Constructor for class org.dspace.app.rest.converter.GroupConverter
 
groupDAO - Variable in class org.dspace.eperson.GroupServiceImpl
 
GroupDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Group object.
GroupDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Group object.
GroupDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.GroupDAOImpl
 
GroupEPersonLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "epersons" subresource of an individual group.
GroupEPersonLinkRepository() - Constructor for class org.dspace.app.rest.repository.GroupEPersonLinkRepository
 
GroupGroupLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "groups" subresource of an individual group.
GroupGroupLinkRepository() - Constructor for class org.dspace.app.rest.repository.GroupGroupLinkRepository
 
GroupHasPendingWorkflowTasksException - Exception in org.dspace.app.rest.exception
Extend UnprocessableEntityException to provide a specific error message in the REST response.
GroupHasPendingWorkflowTasksException() - Constructor for exception org.dspace.app.rest.exception.GroupHasPendingWorkflowTasksException
 
GroupHasPendingWorkflowTasksException(Throwable) - Constructor for exception org.dspace.app.rest.exception.GroupHasPendingWorkflowTasksException
 
GroupNameNotProvidedException - Exception in org.dspace.app.rest.exception
Extend UnprocessableEntityException to provide a specific error message in the REST response.
GroupNameNotProvidedException() - Constructor for exception org.dspace.app.rest.exception.GroupNameNotProvidedException
 
GroupNameNotProvidedException(Throwable) - Constructor for exception org.dspace.app.rest.exception.GroupNameNotProvidedException
 
GroupNameReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
Implementation for Group name replacement patches.
GroupNameReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.GroupNameReplaceOperation
 
GroupParentObjectLinkRepository - Class in org.dspace.app.rest.repository
Link repository for the parent object of a group.
GroupParentObjectLinkRepository() - Constructor for class org.dspace.app.rest.repository.GroupParentObjectLinkRepository
 
GroupResource - Class in org.dspace.app.rest.model.hateoas
Group Rest HAL Resource.
GroupResource(GroupRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.GroupResource
 
GroupRest - Class in org.dspace.app.rest.model
The Group REST Resource
GroupRest() - Constructor for class org.dspace.app.rest.model.GroupRest
 
GroupRestController - Class in org.dspace.app.rest
This will be the entry point for the api/eperson/groups endpoint with additional paths to it
GroupRestController() - Constructor for class org.dspace.app.rest.GroupRestController
 
GroupRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to view information on all the groups he or she is a member of (READ permission).
GroupRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.GroupRestPermissionEvaluatorPlugin
 
GroupRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Group Rest object
groups - Static variable in class org.dspace.eperson.EPerson_
 
groups - Static variable in class org.dspace.eperson.Group_
 
groups - Static variable in class org.dspace.scripts.Process_
 
GROUPS - Static variable in class org.dspace.app.rest.model.EPersonRest
 
GROUPS - Static variable in class org.dspace.app.rest.model.GroupRest
 
GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUPS - Static variable in class org.dspace.eperson.EPerson_
 
GROUPS - Static variable in class org.dspace.eperson.Group_
 
GROUPS - Static variable in class org.dspace.scripts.Process_
 
groupService - Variable in class org.dspace.administer.CreateAdministrator
 
groupService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
groupService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
groupService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
groupService - Variable in class org.dspace.authenticate.IPAuthentication
 
groupService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
groupService - Variable in class org.dspace.authenticate.ShibAuthentication
 
groupService - Variable in class org.dspace.authenticate.X509Authentication
 
groupService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
groupService - Variable in class org.dspace.content.CollectionServiceImpl
 
groupService - Variable in class org.dspace.content.CommunityServiceImpl
 
groupService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
groupService - Variable in class org.dspace.content.EntityTypeServiceImpl
 
groupService - Variable in class org.dspace.content.packager.RoleDisseminator
 
groupService - Variable in class org.dspace.content.packager.RoleIngester
 
groupService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
groupService - Variable in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
groupService - Variable in class org.dspace.discovery.SolrServiceImpl
 
groupService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
groupService - Variable in class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
 
groupService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
groupService - Variable in class org.dspace.storage.rdbms.GroupServiceInitializer
 
groupService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
groupService - Variable in class org.dspace.xmlworkflow.RoleMembers
 
groupService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
groupService - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
groupService - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
groupService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
GroupService - Interface in org.dspace.eperson.service
Service interface class for the Group object.
GroupServiceImpl - Class in org.dspace.eperson
Service implementation for the Group object.
GroupServiceImpl() - Constructor for class org.dspace.eperson.GroupServiceImpl
 
GroupServiceInitializer - Class in org.dspace.storage.rdbms
Callback method to ensure that the default groups are created in the database AFTER the database migration completes.
GroupServiceInitializer() - Constructor for class org.dspace.storage.rdbms.GroupServiceInitializer
 
guessCanvasDimensions(List<Bundle>) - Method in class org.dspace.app.iiif.service.CanvasService
Checks for bitstream iiif.image.width metadata in the first bitstream in first IIIF bundle.
guessFormat(Context, Bitstream) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
guessFormat(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamFormatService
Attempt to identify the format of a particular bitstream.

H

HalLinkFactory<RESOURCE,​CONTROLLER> - Class in org.dspace.app.rest.link
This is the factory that will be called to add the links to the hal resources.
HalLinkFactory() - Constructor for class org.dspace.app.rest.link.HalLinkFactory
 
HalLinkService - Class in org.dspace.app.rest.link
This service will try to add links to the given HAL resource by iterating over all the configured factories The links will only be added if the factories are allowed to do so by checking the resource's type.
HalLinkService() - Constructor for class org.dspace.app.rest.link.HalLinkService
 
HALResource<T> - Class in org.dspace.app.rest.model.hateoas
The abstract, generic class for the HalResources
HALResource(T) - Constructor for class org.dspace.app.rest.model.hateoas.HALResource
 
handle - Variable in class org.dspace.checker.HandleDispatcher
Handle to retrieve bitstreams from.
handle - Static variable in class org.dspace.handle.Handle_
 
handle - Variable in class org.dspace.search.HarvestedItemInfo
The Handle, with no prefix
handle(String, OutputStream) - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
handle(String, OutputStream) - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
handle(String, OutputStream) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - Method in class org.dspace.app.rest.exception.DSpaceAccessDeniedHandler
Override handle() to pass these exceptions over to our DSpaceApiExceptionControllerAdvice handler
handle(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryArchivedItemUriListHandler
 
handle(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryOrcidQueueUriListHandler
 
handle(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryPoolTaskUriListHandler
 
handle(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryWorkspaceItemUriListHandler
 
handle(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceItemUriListHandler
 
handle(Context, HttpServletRequest, List<String>) - Method in interface org.dspace.app.rest.repository.handler.UriListHandler
This method will perform the actual handle logic
handle(Context, HttpServletRequest, List<String>, Class<T>) - Method in class org.dspace.app.rest.repository.handler.service.UriListHandlerService
This method will take the UriList, the request, relevant DSpace context and the class of the object to be handled It'll then loop over all the UriListHandlers defined within the codebase and first check if it supports the given method and the urilist.
handle(Event, Context) - Method in class org.dspace.storage.rdbms.EntityTypeServiceInitializer
 
handle(Event, Context) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
What to run when the callback is triggered.
handle(Event, Context) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
What to run when the callback is triggered.
handle(Event, Context) - Method in class org.dspace.storage.rdbms.RegistryUpdater
What to run when the callback is triggered.
handle(Event, Context) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
What to run when the callback is triggered.
handle(T) - Method in interface org.dspace.importer.external.exception.SourceExceptionHandler
Represents a method contract to handle Exceptions originating from the source in a specific way Implementations define their own desired behaviour
Handle - Class in org.dspace.handle
Database entity representation of the handle table
Handle - Class in org.dspace.identifier
 
Handle() - Constructor for class org.dspace.handle.Handle
Handle() - Constructor for class org.dspace.identifier.Handle
 
HANDLE - Static variable in class org.dspace.handle.Handle_
 
Handle_ - Class in org.dspace.handle
 
Handle_() - Constructor for class org.dspace.handle.Handle_
 
HANDLE_PREFIX - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
handleAuthorizeException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleCompletion() - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
handleCompletion() - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method handles the completion of the script
handleCompletion() - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
handleCustomUnprocessableEntityException(HttpServletRequest, HttpServletResponse, TranslatableException) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
Add user-friendly error messages to the response body for selected errors.
handleDAO - Variable in class org.dspace.handle.HandleServiceImpl
 
HandleDAO - Interface in org.dspace.handle.dao
Database Access Object interface class for the Handle object.
HandleDAOImpl - Class in org.dspace.handle.dao.impl
Hibernate implementation of the Database Access Object interface class for the Handle object.
HandleDAOImpl() - Constructor for class org.dspace.handle.dao.impl.HandleDAOImpl
 
HandleDispatcher - Class in org.dspace.checker
A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.
HandleDispatcher(Context, String) - Constructor for class org.dspace.checker.HandleDispatcher
Main constructor.
handleException(int, Exception, String) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Handles a given exception or throws on a MetadataSourceException if no ExceptionHandler is set
handleException(Exception) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
handleException(Exception) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method handles an exception thrown by the script
handleException(Exception) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
handleException(String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
handleException(String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method handles an exception thrown by the script
handleException(String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
handleException(String, Exception) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
handleException(String, Exception) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method handles an exception thrown by the script
handleException(String, Exception) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
handleExport(Context, boolean, boolean, String, DSpaceRunnableHandler) - Method in class org.dspace.content.MetadataDSpaceCsvExportServiceImpl
 
handleExport(Context, boolean, boolean, String, DSpaceRunnableHandler) - Method in interface org.dspace.content.service.MetadataDSpaceCsvExportService
This method will export DSpaceObject objects depending on the parameters it gets.
handleGenericException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
HandleIdentifierProvider - Class in org.dspace.identifier
The old DSpace handle identifier service, used to create handles or retrieve objects based on their handle
HandleIdentifierProvider() - Constructor for class org.dspace.identifier.HandleIdentifierProvider
 
handleIncorrectElement(Element, Properties) - Method in class org.purl.sword.base.XmlElement
 
handleInvalidSearchRequestException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleIOException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleItem(Context, Item) - Static method in class org.dspace.license.LicenseCleanup
Process Item, correcting CC-License if encountered.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleOrcidValidationException(HttpServletRequest, HttpServletResponse, OrcidValidationException) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
Handle the OrcidValidationException returning the exception message in the response, that always contains only the validation error codes (usable for example to show specific messages to users).
HandlePlugin - Class in org.dspace.handle
Extension to the CNRI Handle Server that translates requests to resolve handles into DSpace API calls.
HandlePlugin() - Constructor for class org.dspace.handle.HandlePlugin
 
handler - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
handler - Variable in class org.dspace.scripts.DSpaceRunnable
The handler that deals with this script.
handleResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
HandleResolver - Interface in org.dspace.xoai.services.api
 
HandleResolverException - Exception in org.dspace.xoai.services.api
 
HandleResolverException() - Constructor for exception org.dspace.xoai.services.api.HandleResolverException
 
HandleResolverException(String) - Constructor for exception org.dspace.xoai.services.api.HandleResolverException
 
HandleResolverException(String, Throwable) - Constructor for exception org.dspace.xoai.services.api.HandleResolverException
 
HandleResolverException(Throwable) - Constructor for exception org.dspace.xoai.services.api.HandleResolverException
 
handles - Static variable in class org.dspace.content.DSpaceObject_
 
HANDLES - Static variable in class org.dspace.content.DSpaceObject_
 
handleScript(String[], Document, DSpaceRunnableHandler, DSpaceKernelImpl) - Static method in class org.dspace.app.launcher.ScriptLauncher
This method will take the arguments from a commandline input and it'll find the script that the first argument refers to and it'll execute this script.
handleService - Variable in class org.dspace.administer.CommunityFiliator
 
handleService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
handleService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
handleService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
handleService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
handleService - Variable in class org.dspace.app.itemupdate.ItemArchive
 
handleService - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
handleService - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
handleService - Variable in class org.dspace.checker.HandleDispatcher
 
handleService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
handleService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
handleService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
handleService - Variable in class org.dspace.content.logic.condition.AbstractCondition
 
handleService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
handleService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
handleService - Static variable in class org.dspace.content.packager.PackageUtils
 
handleService - Variable in class org.dspace.curate.AbstractCurationTask
 
handleService - Variable in class org.dspace.curate.Curator
 
handleService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
handleService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
handleService - Variable in class org.dspace.handle.HandlePlugin
References to DSpace Services
handleService - Variable in class org.dspace.harvest.OAIHarvester
 
handleService - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
handleService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
handleService - Variable in class org.dspace.identifier.HandleIdentifierProvider
 
handleService - Variable in class org.dspace.identifier.IdentifierServiceImpl
 
handleService - Variable in class org.dspace.rdf.providing.DataProviderServlet
 
handleService - Variable in class org.dspace.rdf.providing.LocalURIRedirectionServlet
 
handleService - Variable in class org.dspace.rdf.RDFizer
 
handleService - Variable in class org.dspace.rdf.storage.HandleURIGenerator
 
handleService - Static variable in class org.dspace.search.Harvest
 
handleService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
handleService - Variable in class org.dspace.sword.CollectionLocation
 
handleService - Variable in class org.dspace.sword.ItemEntryGenerator
 
handleService - Variable in class org.dspace.sword.SWORDUrlManager
 
handleService - Variable in class org.dspace.sword2.CommunityCollectionGenerator
 
handleService - Variable in class org.dspace.sword2.SwordMETSContentIngester
 
handleService - Variable in class org.dspace.sword2.SwordUrlManager
 
handleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
handleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
HandleService - Interface in org.dspace.handle.service
Interface to the CNRI Handle System.
HandleServiceFactory - Class in org.dspace.handle.factory
Abstract factory to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation
HandleServiceFactory() - Constructor for class org.dspace.handle.factory.HandleServiceFactory
 
HandleServiceFactoryImpl - Class in org.dspace.handle.factory
Factory implementation to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation
HandleServiceFactoryImpl() - Constructor for class org.dspace.handle.factory.HandleServiceFactoryImpl
 
HandleServiceImpl - Class in org.dspace.handle
Interface to the CNRI Handle System.
HandleServiceImpl() - Constructor for class org.dspace.handle.HandleServiceImpl
Public Constructor
handleSQLException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatus, WebRequest) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
handleUnprocessableEntityException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
HandleURIGenerator - Class in org.dspace.rdf.storage
 
HandleURIGenerator() - Constructor for class org.dspace.rdf.storage.HandleURIGenerator
 
handleWrongRequestException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
harvest(Context, DSpaceObject, String, String, int, int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.search.Harvest
Obtain information about items that have been created, modified or withdrawn within a given date range.
Harvest - Class in org.dspace.app.harvest
Test class for harvested collections.
Harvest - Class in org.dspace.search
Utility class for extracting information about items, possibly just within a certain community or collection, that have been created, modified or withdrawn within a particular range of dates.
Harvest() - Constructor for class org.dspace.app.harvest.Harvest
 
HARVEST - Static variable in class org.dspace.app.rest.model.CollectionRest
 
HARVEST_MESSAGE - Static variable in class org.dspace.harvest.HarvestedCollection_
 
HARVEST_START_TIME - Static variable in class org.dspace.harvest.HarvestedCollection_
 
HARVEST_STATUS - Static variable in class org.dspace.harvest.HarvestedCollection_
 
HARVEST_TYPE - Static variable in class org.dspace.harvest.HarvestedCollection_
 
harvestAdmin - Static variable in class org.dspace.harvest.HarvestScheduler
 
HarvestCli - Class in org.dspace.app.harvest
 
HarvestCli() - Constructor for class org.dspace.app.harvest.HarvestCli
 
HarvestCliScriptConfiguration - Class in org.dspace.app.harvest
 
HarvestCliScriptConfiguration() - Constructor for class org.dspace.app.harvest.HarvestCliScriptConfiguration
 
HarvestedCollection - Class in org.dspace.harvest
 
HarvestedCollection() - Constructor for class org.dspace.harvest.HarvestedCollection
Protected constructor, create object using: HarvestedCollectionService.create(Context, Collection)
HarvestedCollection_ - Class in org.dspace.harvest
 
HarvestedCollection_() - Constructor for class org.dspace.harvest.HarvestedCollection_
 
HarvestedCollectionConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the HarvestedCollection in the DSpace API data model and the REST data model
HarvestedCollectionConverter() - Constructor for class org.dspace.app.rest.converter.HarvestedCollectionConverter
 
harvestedCollectionDAO - Variable in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
HarvestedCollectionDAO - Interface in org.dspace.harvest.dao
Database Access Object interface class for the HarvestedCollection object.
HarvestedCollectionDAOImpl - Class in org.dspace.harvest.dao.impl
Hibernate implementation of the Database Access Object interface class for the HarvestedCollection object.
HarvestedCollectionDAOImpl() - Constructor for class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
HarvestedCollectionHalLinkFactory - Class in org.dspace.app.rest.link.harvest
This class adds links to HarvestedCollectionResources This builds a link to the collection harvest link
HarvestedCollectionHalLinkFactory() - Constructor for class org.dspace.app.rest.link.harvest.HarvestedCollectionHalLinkFactory
 
HarvestedCollectionResource - Class in org.dspace.app.rest.model.hateoas
HarvestedCollection Rest HAL Resource.
HarvestedCollectionResource(HarvestedCollectionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.HarvestedCollectionResource
 
HarvestedCollectionRest - Class in org.dspace.app.rest.model
The HarvestCollection REST Resource
HarvestedCollectionRest() - Constructor for class org.dspace.app.rest.model.HarvestedCollectionRest
 
HarvestedCollectionRestHalLinkFactory<T> - Class in org.dspace.app.rest.link.harvest
 
HarvestedCollectionRestHalLinkFactory() - Constructor for class org.dspace.app.rest.link.harvest.HarvestedCollectionRestHalLinkFactory
 
HarvestedCollectionRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible for managing the HarvestedCollection Rest object
HarvestedCollectionRestRepository() - Constructor for class org.dspace.app.rest.repository.HarvestedCollectionRestRepository
 
harvestedCollectionService - Variable in class org.dspace.content.CollectionServiceImpl
 
harvestedCollectionService - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
harvestedCollectionService - Variable in class org.dspace.harvest.HarvestThread
 
harvestedCollectionService - Variable in class org.dspace.harvest.OAIHarvester
 
HarvestedCollectionService - Interface in org.dspace.harvest.service
Service interface class for the HarvestedCollection object.
HarvestedCollectionServiceImpl - Class in org.dspace.harvest
Service implementation for the HarvestedCollection object.
HarvestedCollectionServiceImpl() - Constructor for class org.dspace.harvest.HarvestedCollectionServiceImpl
 
HarvestedItem - Class in org.dspace.harvest
 
HarvestedItem() - Constructor for class org.dspace.harvest.HarvestedItem
Protected constructor, create object using: HarvestedItemService.create(Context, Item, String)
HarvestedItem_ - Class in org.dspace.harvest
 
HarvestedItem_() - Constructor for class org.dspace.harvest.HarvestedItem_
 
harvestedItemDAO - Variable in class org.dspace.harvest.HarvestedItemServiceImpl
 
HarvestedItemDAO - Interface in org.dspace.harvest.dao
Database Access Object interface class for the HarvestedItem object.
HarvestedItemDAOImpl - Class in org.dspace.harvest.dao.impl
Hibernate implementation of the Database Access Object interface class for the HarvestedItem object.
HarvestedItemDAOImpl() - Constructor for class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
HarvestedItemInfo - Class in org.dspace.search
Simple container class containing information about a harvested DSpace item.
HarvestedItemInfo() - Constructor for class org.dspace.search.HarvestedItemInfo
 
harvestedItemService - Variable in class org.dspace.content.ItemServiceImpl
 
harvestedItemService - Variable in class org.dspace.harvest.OAIHarvester
 
HarvestedItemService - Interface in org.dspace.harvest.service
Service interface class for the HarvestedItem object.
HarvestedItemServiceImpl - Class in org.dspace.harvest
Service implementation for the HarvestedItem object.
HarvestedItemServiceImpl() - Constructor for class org.dspace.harvest.HarvestedItemServiceImpl
 
harvester - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HARVESTER_INTERRUPT_INSERT_THREAD - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_KILL_THREAD - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_NONE - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_PAUSE - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_RESUME - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_STOP - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_PAUSED - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_RUNNING - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_SLEEPING - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_STOPPED - Static variable in class org.dspace.harvest.HarvestScheduler
 
HarvesterMetadataController - Class in org.dspace.app.rest
Rest controller that handles the harvesting metadata formats
HarvesterMetadataController() - Constructor for class org.dspace.app.rest.HarvesterMetadataController
 
HarvesterMetadataResource - Class in org.dspace.app.rest.model.hateoas
HarvesterMetadata Rest HAL Resource.
HarvesterMetadataResource(HarvesterMetadataRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.HarvesterMetadataResource
 
HarvesterMetadataRest - Class in org.dspace.app.rest.model
The rest resource used for harvester metadata
HarvesterMetadataRest() - Constructor for class org.dspace.app.rest.model.HarvesterMetadataRest
 
HarvestingException - Exception in org.dspace.harvest
Exception class specifically assigned to recoverable errors that occur during harvesting.
HarvestingException() - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(String) - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(String, Throwable) - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(Throwable) - Constructor for exception org.dspace.harvest.HarvestingException
 
harvestMessage - Static variable in class org.dspace.harvest.HarvestedCollection_
 
harvestScheduler - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HarvestScheduler - Class in org.dspace.harvest
The class responsible for scheduling harvesting cycles are regular intervals.
HarvestScheduler() - Constructor for class org.dspace.harvest.HarvestScheduler
 
HarvestSchedulingService - Interface in org.dspace.harvest.service
Service interface class for the scheduling of harvesting tasks.
HarvestSchedulingServiceImpl - Class in org.dspace.harvest
Service implementation for the scheduling of harvesting tasks.
HarvestSchedulingServiceImpl() - Constructor for class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HarvestScriptConfiguration<T extends Harvest> - Class in org.dspace.app.harvest
 
HarvestScriptConfiguration() - Constructor for class org.dspace.app.harvest.HarvestScriptConfiguration
 
HarvestServiceFactory - Class in org.dspace.harvest.factory
Abstract factory to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation
HarvestServiceFactory() - Constructor for class org.dspace.harvest.factory.HarvestServiceFactory
 
HarvestServiceFactoryImpl - Class in org.dspace.harvest.factory
Factory implementation to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation
HarvestServiceFactoryImpl() - Constructor for class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
harvestStartTime - Static variable in class org.dspace.harvest.HarvestedCollection_
 
harvestStatus - Static variable in class org.dspace.harvest.HarvestedCollection_
 
HarvestStatusEnum - Enum in org.dspace.app.rest.model
An enum containing all the possible harvest statuses
HarvestThread - Class in org.dspace.harvest
A harvester thread used to execute a single harvest cycle on a collection
HarvestThread(UUID) - Constructor for class org.dspace.harvest.HarvestThread
 
harvestThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
harvestType - Static variable in class org.dspace.harvest.HarvestedCollection_
 
HarvestTypeEnum - Enum in org.dspace.app.rest.model
An enum containing all the possible harvest types
hasActions() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Decide if this CSV file has an 'action' (case-dependent!) header.
hasActions() - Method in class org.dspace.app.itemupdate.ActionManager
 
hasAuthenticationData(HttpServletRequest) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
hasAuthenticationData(HttpServletRequest) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Checks the current request for a valid authentication token.
hasAuthority() - Method in class org.dspace.browse.BrowseInfo
Is there an authority key associated with this browse
hasAuthorityOperator() - Method in class org.dspace.app.rest.parameter.SearchFilter
 
hasCache() - Method in interface org.dspace.xoai.services.api.cache.XOAILastCompilationCacheService
 
hasCache() - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAILastCompilationCacheService
 
hasCache(String) - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
hasCache(String) - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
hasCache(String) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
hasCache(Item) - Method in interface org.dspace.xoai.services.api.cache.XOAIItemCacheService
 
hasCache(Item) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
hasChanges() - Method in class org.dspace.app.bulkedit.BulkEditChange
Have any changes actually been recorded, or is this empty?
hasCustomLicense(Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
hasCustomLicense(Collection) - Method in interface org.dspace.content.service.CollectionService
Find out if the collection has a custom license
hasDraftVersion() - Method in class org.dspace.versioning.VersionHistory
Verify if there is a version's item in submission.
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.AdminRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.AuthorizeServicePermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.BitstreamMetadataReadPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ClaimedTaskRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.DSpaceObjectAdminPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.EPersonRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.GroupRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.OrcidHistorySendToOrcidRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.OrcidQueueAndHistoryRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.OrcidQueueSearchRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.PoolTaskRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ProcessRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ReadAuthorizationPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ResearcherProfileRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ResourcePolicyAdminPermissionEvalutatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.ResourcePolicyRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.RestObjectPermissionEvaluatorPlugin
Plugins must implement this method to receive RestPermissionEvaluatorPlugin hasPermission requests.
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.SubmissionCCLicenseRestEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.SubmissionCCLicenseUrlRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.UsageReportRestPermissionEvaluatorPlugin
Responsible for checking whether or not the user has used a valid request (valid UUID in /usagereports/{ UUID_ReportID} or in /usagereports/search/object?uri={uri-ending-in/UUID} and whether or not the used has the given (READ) rights on the corresponding DSO.
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.VersionHistoryRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.VersionRestPatchPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.VersionRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.WorkflowRestPermissionEvaluatorPlugin
 
hasDSpacePermission(Authentication, Serializable, String, DSpaceRestPermission) - Method in class org.dspace.app.rest.security.WorkspaceItemRestPermissionEvaluatorPlugin
 
hasElement(Context, int, MetadataSchema, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
A sanity check that ensures a given element and qualifier are unique within a given schema.
hasEvents() - Method in class org.dspace.core.Context
Whether or not the context has events cached.
hasField(String) - Method in class org.dspace.xoai.services.impl.MetadataFieldCache
 
hasFilterValue() - Method in class org.dspace.browse.BrowserScope
 
hasFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have a focus?
hashCode() - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
hashCode() - Method in class org.dspace.app.rest.model.MetadataRest
 
hashCode() - Method in class org.dspace.app.rest.model.RootRest
 
hashCode() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
hashCode() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter.Operator
 
hashCode() - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
hashCode() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
hashCode() - Method in class org.dspace.app.rest.model.SearchSupportRest
 
hashCode() - Method in class org.dspace.app.rest.model.SiteRest
 
hashCode() - Method in class org.dspace.app.rest.model.SubmissionVisibilityRest
 
hashCode() - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
hashCode() - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
hashCode() - Method in class org.dspace.authorize.ResourcePolicy
Return a hash code for this object.
hashCode() - Method in class org.dspace.checker.MostRecentChecksum
 
hashCode() - Method in class org.dspace.content.Bitstream
 
hashCode() - Method in class org.dspace.content.BitstreamFormat
 
hashCode() - Method in class org.dspace.content.Bundle
 
hashCode() - Method in class org.dspace.content.Collection
 
hashCode() - Method in class org.dspace.content.Community
 
hashCode() - Method in class org.dspace.content.EntityType
Returns a hash code value for the object.
hashCode() - Method in class org.dspace.content.Item
 
hashCode() - Method in class org.dspace.content.ItemComparator
 
hashCode() - Method in class org.dspace.content.MetadataField
 
hashCode() - Method in class org.dspace.content.MetadataSchema
 
hashCode() - Method in class org.dspace.content.MetadataValue
 
hashCode() - Method in class org.dspace.content.RelationshipMetadataValue
 
hashCode() - Method in class org.dspace.content.WorkspaceItem
 
hashCode() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
hashCode() - Method in class org.dspace.discovery.indexobject.AbstractIndexableObject
 
hashCode() - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
hashCode() - Method in class org.dspace.eperson.EPerson
Return a hash code for this object.
hashCode() - Method in class org.dspace.eperson.Group
 
hashCode() - Method in class org.dspace.eperson.Group2GroupCache
 
hashCode() - Method in class org.dspace.event.Event
 
hashCode() - Method in class org.dspace.handle.Handle
 
hashCode() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Returns a hash code value for the object.
hashCode() - Method in class org.dspace.orcid.OrcidQueue
 
hashCode() - Method in class org.dspace.scripts.DSpaceCommandLineParameter
 
hashCode() - Method in class org.dspace.scripts.Process
 
hashCode() - Method in class org.dspace.statistics.export.OpenURLTracker
Returns the hash code value for the object
hashCode() - Method in class org.dspace.utils.servicemanager.ProviderHolder
 
hashCode() - Method in class org.dspace.versioning.Version
 
hashCode() - Method in class org.dspace.versioning.VersionHistory
 
hashCode() - Method in class org.purl.sword.base.XmlName
 
hasISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Simple boolean test that runs the getISSNs extraction method to determine whether an item has any ISSNs at all
hasItemFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have an item focus (as opposed to one of: no focus, a value focus)
hasJumpToItem() - Method in class org.dspace.browse.BrowserScope
 
hasJumpToValue() - Method in class org.dspace.browse.BrowserScope
 
hasKey(String) - Method in class org.dspace.content.virtual.EntityTypeToFilterQueryService
Returns a boolean depending on whether a key is present in the map or not
hasLink(String) - Method in class org.dspace.browse.CrossLinks
Is there a link for the given canonical form of metadata (i.e.
hasMoreSteps(int) - Method in class org.dspace.app.util.SubmissionConfig
Returns whether or not there are more steps which follow the specified "stepNum".
hasMultipleFiles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one associated bitstream.
hasMultipleFiles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleFiles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasMultipleTitles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one title.
hasMultipleTitles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleTitles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasNamedPlugin(Class, String) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNamedPlugin(Class, String) - Method in interface org.dspace.core.service.PluginService
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNext(Context, VersionHistory, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasNext(Context, VersionHistory, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
hasNext(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasNext(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
hasNextPage() - Method in class org.dspace.browse.BrowseInfo
Are there further results for the browse that haven't been returned yet?
hasPatchPermission(Authentication, Serializable, String, Patch) - Method in class org.dspace.app.rest.security.EPersonRestPermissionEvaluatorPlugin
 
hasPatchPermission(Authentication, Serializable, String, Patch) - Method in class org.dspace.app.rest.security.RestObjectPermissionEvaluatorPlugin
Checks permissions for Patch requests.
hasPermission(Authentication, Serializable, String, Object) - Method in class org.dspace.app.rest.security.BitstreamMetadataReadPermissionEvaluatorPlugin
 
hasPermission(Authentication, Serializable, String, Object) - Method in class org.dspace.app.rest.security.DSpacePermissionEvaluator
Alternative method for evaluating a permission where only the identifier of the target object is available, rather than the target instance itself.
hasPermission(Authentication, Serializable, String, Object) - Method in class org.dspace.app.rest.security.RestObjectPermissionEvaluatorPlugin
 
hasPermission(Authentication, Serializable, String, Object) - Method in interface org.dspace.app.rest.security.RestPermissionEvaluatorPlugin
Check in the authenticated user (provided by the Authentication object) has the specified permission on the target object with the provided identifier.
hasPermission(Authentication, Object, Object) - Method in class org.dspace.app.rest.security.DSpacePermissionEvaluator
 
hasPermission(Authentication, Object, Object) - Method in class org.dspace.app.rest.security.RestObjectPermissionEvaluatorPlugin
Utility implementation to make the implementation of Rest Object Permission evaluator plugins more easy.
hasPermission(Authentication, Object, Object) - Method in interface org.dspace.app.rest.security.RestPermissionEvaluatorPlugin
Check in the authenticated user (provided by the Authentication object) has the specified permission on the provided target object.
hasPrevPage() - Method in class org.dspace.browse.BrowseInfo
Are there results prior to these that haven't been returned here?
hasProfileType(Item) - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
hasProfileType(Item) - Method in interface org.dspace.profile.service.ResearcherProfileService
Check if the given item has an entity type compatible with that of the researcher profile.
hasProperty(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Determine if a given property key exists within the currently loaded configuration
hasProperty(String) - Method in interface org.dspace.services.ConfigurationService
Return whether a property exists within the configuration
hasResult() - Method in class org.dspace.xoai.filter.results.SolrFilterResult
 
hasResult() - Method in class org.dspace.xoai.filter.SolrFilterResult
 
hasResults() - Method in class org.dspace.browse.BrowseInfo
Are there results for this browse, or was the result set empty?
hasStartsWith() - Method in class org.dspace.browse.BrowserScope
 
hasStatus(int) - Static method in class org.dspace.harvest.HarvestScheduler
 
hasTask(String) - Method in class org.dspace.curate.Curator
Returns whether this curator has the specified task
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.AuthorityValue
The regular equals() only checks if both AuthorityValues describe the same authority.
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
The regular equals() only checks if both AuthorityValues describe the same authority.
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.PersonAuthorityValue
 
hasUI() - Method in class org.dspace.xmlworkflow.state.Step
Boolean that returns whether or not the actions in this step have a ui
hasUploadedFiles(Item) - Method in class org.dspace.content.ItemServiceImpl
 
hasUploadedFiles(Item) - Method in interface org.dspace.content.service.ItemService
Check the bundle ORIGINAL to see if there are any uploaded files
hasValue() - Method in class org.dspace.browse.BrowseInfo
Is there a value associated with this browse
hasVersionHistory(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasVersionHistory(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
hasWidthMetadata(Bitstream) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Test to see if the bitstream contains iiif image width metadata.
haveNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return true if we have this handle in storage.
haveSearchMethods(DSpaceRestRepository) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
HAWAIIAN - Static variable in class org.dspace.text.filter.Language
 
HDR_BUNDLE - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_DESCRIPTION - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_PERMISSIONS - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
header() - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs
header() - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
header(String) - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs, and include a title argument (Title support currently not implemented)
header(String) - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
HEADER_PARAMETERS - Static variable in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
header1 - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
header2 - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
headers - Variable in class org.dspace.ctask.general.MetadataWebService
 
headings - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The headings of the CSV file
HEBREW - Static variable in class org.dspace.text.filter.Language
 
HELP - org.dspace.curate.CurationClientOptions
 
HELP - org.dspace.discovery.IndexClientOptions
 
helper - Variable in class org.dspace.access.status.AccessStatusServiceImpl
 
HibernateDBConnection - Class in org.dspace.core
Hibernate implementation of the DBConnection.
HibernateDBConnection() - Constructor for class org.dspace.core.HibernateDBConnection
 
HIDDEN - org.dspace.app.rest.model.VisibilityEnum
 
hiddenElementMaps - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
hiddenElementSets - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
HierarchicalAuthority - Interface in org.dspace.content.authority
Plugin interface that supplies an authority control mechanism for one metadata field.
HierarchicalSidebarFacetConfiguration - Class in org.dspace.discovery.configuration
Special sidebar facet configuration used for hierarchical facets
HierarchicalSidebarFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
hierarchyDelimiter - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
host - Variable in class org.dspace.ctask.general.ClamScan
 
HOST - Variable in class org.dspace.identifier.doi.DataCiteConnector
Stores the hostname of the DataCite server.
Href(String) - Constructor for class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader.Href
 
HTML - org.purl.sword.atom.ContentType
 
HTML - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
HTMLReport - Class in org.dspace.app.statistics
This class provides HTML reports for the ReportGenerator class
HTMLReport() - Constructor for class org.dspace.app.statistics.HTMLReport
Output file path is set to ${dspace.dir}/log/report.
HTMLSitemapGenerator - Class in org.dspace.app.sitemap
Class for generating HTML "sitemaps" which contain links to various pages in a DSpace site.
HTMLSitemapGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.HTMLSitemapGenerator
Construct an HTML sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
httpConnectionPoolService - Variable in class org.dspace.discovery.SolrSearchCore
 
HttpConnectionPoolService - Class in org.dspace.service.impl
Factory for HTTP clients sharing a pool of connections.
HttpConnectionPoolService(String) - Constructor for class org.dspace.service.impl.HttpConnectionPoolService
Construct a pool for a given set of configuration properties.
HttpConnectionPoolService.IdleConnectionMonitorThread - Class in org.dspace.service.impl
Clean up stale connections.
HttpConnectionPoolService.KeepAliveStrategy - Class in org.dspace.service.impl
A connection keep-alive strategy that obeys the Keep-Alive header and applies a default if none is given.
HttpHeaders - Interface in org.purl.sword.base
Definition of the additional HTTP Header tags that will be used in the SWORD protocol.
HttpHeadersInitializer - Class in org.dspace.app.rest.utils
This class takes data from the Bitstream/File that has to be send.
HttpHeadersInitializer() - Constructor for class org.dspace.app.rest.utils.HttpHeadersInitializer
 
HttpRequestImpl - Class in org.dspace.services.sessions.model
 
HttpRequestImpl(ServletRequest, ServletResponse) - Constructor for class org.dspace.services.sessions.model.HttpRequestImpl
 
HUNGARIAN - Static variable in class org.dspace.text.filter.Language
 

I

I18nUtil - Class in org.dspace.core
I18nUtil.java Some Utilities for i18n Support.
IANA - Variable in class org.dspace.text.filter.Language
 
ICELANDIC - Static variable in class org.dspace.text.filter.Language
 
IConverter - Interface in org.dspace.content.crosswalk
 
id - Variable in class org.dspace.app.rest.model.BaseObjectRest
 
id - Variable in class org.dspace.app.rest.model.UsageReportPointRest
 
id - Static variable in class org.dspace.app.util.WebApp_
 
id - Static variable in class org.dspace.authorize.ResourcePolicy_
 
id - Static variable in class org.dspace.checker.ChecksumHistory_
 
id - Static variable in class org.dspace.content.BitstreamFormat_
 
id - Static variable in class org.dspace.content.DSpaceObject_
 
id - Variable in class org.dspace.content.DSpaceObject
 
id - Static variable in class org.dspace.content.EntityType_
 
id - Variable in class org.dspace.content.EntityType
The Integer ID used as a primary key for this database object.
id - Static variable in class org.dspace.content.MetadataField_
 
id - Static variable in class org.dspace.content.MetadataSchema_
 
id - Static variable in class org.dspace.content.MetadataValue_
 
id - Static variable in class org.dspace.content.Relationship_
 
id - Variable in class org.dspace.content.Relationship
The Integer ID field for this object This is automatically generated
id - Static variable in class org.dspace.content.RelationshipType_
 
id - Variable in class org.dspace.content.RelationshipType
The Integer ID used as a primary key for this database object.
id - Static variable in class org.dspace.eperson.RegistrationData_
 
id - Static variable in class org.dspace.eperson.Subscription_
 
id - Static variable in class org.dspace.handle.Handle_
 
id - Static variable in class org.dspace.harvest.HarvestedCollection_
 
id - Static variable in class org.dspace.harvest.HarvestedItem_
 
id - Static variable in class org.dspace.identifier.DOI_
 
id - Static variable in class org.dspace.orcid.OrcidHistory_
 
id - Static variable in class org.dspace.orcid.OrcidQueue_
 
id - Static variable in class org.dspace.orcid.OrcidToken_
 
id - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
id - Static variable in class org.dspace.versioning.Version_
 
id - Static variable in class org.dspace.versioning.VersionHistory_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
id - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Id - Class in org.purl.sword.atom
 
Id() - Constructor for class org.purl.sword.atom.Id
 
Id(String) - Constructor for class org.purl.sword.atom.Id
 
ID - Static variable in class org.dspace.app.util.WebApp_
 
ID - Static variable in class org.dspace.authorize.ResourcePolicy_
 
ID - Static variable in class org.dspace.checker.ChecksumHistory_
 
ID - Static variable in class org.dspace.content.BitstreamFormat_
 
ID - Static variable in class org.dspace.content.DSpaceObject_
 
ID - Static variable in class org.dspace.content.EntityType_
 
ID - Static variable in class org.dspace.content.MetadataField_
 
ID - Static variable in class org.dspace.content.MetadataSchema_
 
ID - Static variable in class org.dspace.content.MetadataValue_
 
ID - Static variable in class org.dspace.content.packager.RoleDisseminator
 
ID - Static variable in class org.dspace.content.Relationship_
 
ID - Static variable in class org.dspace.content.RelationshipType_
 
ID - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
ID - Static variable in class org.dspace.eperson.RegistrationData_
 
ID - Static variable in class org.dspace.eperson.Subscription_
 
ID - Static variable in class org.dspace.handle.Handle_
 
ID - Static variable in class org.dspace.harvest.HarvestedCollection_
 
ID - Static variable in class org.dspace.harvest.HarvestedItem_
 
ID - Static variable in class org.dspace.identifier.DOI_
 
ID - Static variable in class org.dspace.orcid.OrcidHistory_
 
ID - Static variable in class org.dspace.orcid.OrcidQueue_
 
ID - Static variable in class org.dspace.orcid.OrcidToken_
 
ID - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
ID - Static variable in class org.dspace.versioning.Version_
 
ID - Static variable in class org.dspace.versioning.VersionHistory_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
idCounter - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
identifier - Variable in class org.dspace.event.Dispatcher
unique identifier of this dispatcher - cached hash of its text Name
Identifier - Interface in org.dspace.identifier
 
identifier2field - Variable in class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierContributor
 
IdentifierException - Exception in org.dspace.identifier
 
IdentifierException() - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(String) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierNotApplicableException - Exception in org.dspace.identifier
Thrown when an identifier should not be applied to an item, eg.
IdentifierNotApplicableException() - Constructor for exception org.dspace.identifier.IdentifierNotApplicableException
 
IdentifierNotApplicableException(String) - Constructor for exception org.dspace.identifier.IdentifierNotApplicableException
 
IdentifierNotApplicableException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotApplicableException
 
IdentifierNotApplicableException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotApplicableException
 
IdentifierNotFoundException - Exception in org.dspace.identifier
 
IdentifierNotFoundException() - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(String) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotResolvableException - Exception in org.dspace.identifier
 
IdentifierNotResolvableException() - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(String) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierProvider - Class in org.dspace.identifier
 
IdentifierProvider() - Constructor for class org.dspace.identifier.IdentifierProvider
 
IdentifierRestController - Class in org.dspace.app.rest
 
IdentifierRestController() - Constructor for class org.dspace.app.rest.IdentifierRestController
 
IDENTIFIERS - org.dspace.profile.OrcidProfileSyncPreference
Data relating to external identifiers and researcher urls of the ORCID profile.
identifierService - Variable in class org.dspace.content.CollectionServiceImpl
 
identifierService - Variable in class org.dspace.content.CommunityServiceImpl
 
identifierService - Variable in class org.dspace.content.InstallItemServiceImpl
 
identifierService - Variable in class org.dspace.content.ItemServiceImpl
 
identifierService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
IdentifierService - Interface in org.dspace.identifier.service
 
IdentifierServiceFactory - Class in org.dspace.identifier.factory
Abstract factory to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation
IdentifierServiceFactory() - Constructor for class org.dspace.identifier.factory.IdentifierServiceFactory
 
IdentifierServiceFactoryImpl - Class in org.dspace.identifier.factory
Factory implementation to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation
IdentifierServiceFactoryImpl() - Constructor for class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
IdentifierServiceImpl - Class in org.dspace.identifier
The main service class used to reserve, register and resolve identifiers
IdentifierServiceImpl() - Constructor for class org.dspace.identifier.IdentifierServiceImpl
 
identifyItemType(String) - Method in class org.dspace.app.util.GoogleMetadata
Identifies if this item matches a particular configuration of fields and values for those fields to identify the type based on a type- cataloging metadata practice.
identifyResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
IdentifyResolver - Interface in org.dspace.xoai.services.api.xoai
 
IdleConnectionMonitorThread(PoolingHttpClientConnectionManager) - Constructor for class org.dspace.service.impl.HttpConnectionPoolService.IdleConnectionMonitorThread
Constructor.
idParentTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
IDSESSION - Variable in class org.dspace.ctask.general.ClamScan
 
idTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
ignore - Variable in class org.dspace.app.bulkedit.DSpaceCSV
A list of metadata elements to ignore
ignoreAuthorization() - Method in class org.dspace.core.Context
Find out if the authorisation system should be ignored for this context.
IIIF_BITSTREAM_VIRTUAL_METADATA_BEAN_PREFIX - Static variable in interface org.dspace.app.iiif.service.utils.BitstreamIIIFVirtualMetadata
 
IIIF_ENDPOINT - Variable in class org.dspace.app.iiif.service.AbstractResourceService
These values are defined in dspace configuration.
IIIF_LOGO_IMAGE - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
IIIFApiQueryService - Interface in org.dspace.iiif
 
IIIFApiQueryServiceImpl - Class in org.dspace.iiif
Queries the configured IIIF server for image dimensions.
IIIFApiQueryServiceImpl() - Constructor for class org.dspace.iiif.IIIFApiQueryServiceImpl
 
IIIFCacheEventConsumer - Class in org.dspace.iiif.consumer
This consumer is used to evict modified items from the manifests cache.
IIIFCacheEventConsumer() - Constructor for class org.dspace.iiif.consumer.IIIFCacheEventConsumer
 
IIIFCanvasDimensionService - Interface in org.dspace.iiif.canvasdimension.service
 
IIIFCanvasDimensionServiceFactory - Class in org.dspace.iiif.canvasdimension.factory
Factory for the image dimension service.
IIIFCanvasDimensionServiceFactory() - Constructor for class org.dspace.iiif.canvasdimension.factory.IIIFCanvasDimensionServiceFactory
 
IIIFCanvasDimensionServiceFactoryImpl - Class in org.dspace.iiif.canvasdimension.factory
Factory for the image dimension service.
IIIFCanvasDimensionServiceFactoryImpl() - Constructor for class org.dspace.iiif.canvasdimension.factory.IIIFCanvasDimensionServiceFactoryImpl
 
IIIFCanvasDimensionServiceImpl - Class in org.dspace.iiif.canvasdimension
This service sets canvas dimensions for bitstreams.
IIIFCanvasDimensionServiceImpl() - Constructor for class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
IIIFController - Class in org.dspace.app.iiif
Controller for IIIF Presentation and Search API.
IIIFController() - Constructor for class org.dspace.app.iiif.IIIFController
 
iiifModule - Variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
IIIFResource - Interface in org.dspace.app.iiif.model.generator
Interface for iiif resource generators.
IIIFService - Interface in org.dspace.app.iiif.model.generator
Interface for iiif service generators.
IIIFServiceFacade - Class in org.dspace.app.iiif
IIIF Service facade to support IIIF Presentation and Search API requests.
IIIFServiceFacade() - Constructor for class org.dspace.app.iiif.IIIFServiceFacade
 
IIIFSharedUtils - Class in org.dspace.iiif.util
Shared utilities for IIIF processing.
IIIFUtils - Class in org.dspace.app.iiif.service.utils
 
IIIFUtils() - Constructor for class org.dspace.app.iiif.service.utils.IIIFUtils
 
IIIFValue - Interface in org.dspace.app.iiif.model.generator
Interface for iiif value generators.
IMAGE_PATH - Static variable in class org.dspace.app.iiif.service.AbstractResourceService
 
IMAGE_SERVER_PATH - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
IMAGE_SERVICE - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
ImageContentGenerator - Class in org.dspace.app.iiif.model.generator
This service generator wraps the image content model.
ImageContentGenerator(String) - Constructor for class org.dspace.app.iiif.model.generator.ImageContentGenerator
 
ImageContentService - Class in org.dspace.app.iiif.service
This service provides methods for creating a Image Resource annotation.
ImageContentService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.ImageContentService
 
ImageDimensionReader - Class in org.dspace.iiif.canvasdimension
Reads and return height and width dimensions for image bitstreams.
ImageMagickImageThumbnailFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
ImageMagickImageThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickImageThumbnailFilter
 
ImageMagickPdfThumbnailFilter - Class in org.dspace.app.mediafilter
 
ImageMagickPdfThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
ImageMagickThumbnailFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
ImageMagickThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
ImageProfileUtil - Class in org.dspace.app.iiif.service.utils
 
ImageProfileUtil() - Constructor for class org.dspace.app.iiif.service.utils.ImageProfileUtil
 
ImageServiceGenerator - Class in org.dspace.app.iiif.model.generator
This service generator wraps the image service property model.
ImageServiceGenerator(String) - Constructor for class org.dspace.app.iiif.model.generator.ImageServiceGenerator
 
iMode - Variable in class org.dspace.curate.Curator
 
importIndex(String, File, String, boolean) - Static method in class org.dspace.util.SolrImportExport
Import previously exported documents (or externally created CSV files that have the appropriate structure) into the specified index.
ImportRecord - Class in org.dspace.importer.external.datamodel
This class contains all MetadatumDTO objects from an imported item
ImportRecord(List<MetadatumDTO>) - Constructor for class org.dspace.importer.external.datamodel.ImportRecord
Create an ImportRecord instance initialized with a List of MetadatumDTO objects
ImportService - Class in org.dspace.importer.external.service
Main entry point for the import framework.
ImportService() - Constructor for class org.dspace.importer.external.service.ImportService
Constructs an empty ImportService class object
IN_ARCHIVE - Static variable in class org.dspace.content.Item_
 
inArchive - Static variable in class org.dspace.content.Item_
 
includeBundle(Bundle) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
includeBundle(Bundle) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
By default, include all bundles in AIP as content.
includeBundle(Bundle) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
includeTotal - Variable in class org.dspace.statistics.content.DatasetGenerator
 
inCollection() - Method in class org.dspace.browse.BrowseInfo
are we browsing within a Collection container
inCollection() - Method in class org.dspace.browse.BrowserScope
 
InCollectionCondition - Class in org.dspace.content.logic.condition
A condition that accepts a list of collection handles and returns true if the item belongs to any of them.
InCollectionCondition() - Constructor for class org.dspace.content.logic.condition.InCollectionCondition
 
inCommunity() - Method in class org.dspace.browse.BrowseInfo
are we browsing within a Community container?
inCommunity() - Method in class org.dspace.browse.BrowserScope
 
InCommunityCondition - Class in org.dspace.content.logic.condition
A condition that accepts a list of community handles and returns true if the item belongs to any of them.
InCommunityCondition() - Constructor for class org.dspace.content.logic.condition.InCommunityCondition
 
IncompleteItemRequestException - Exception in org.dspace.app.rest.exception
Thrown to indicate that a mandatory Item Request attribute was not provided.
IncompleteItemRequestException(String) - Constructor for exception org.dspace.app.rest.exception.IncompleteItemRequestException
 
IncompleteItemRequestException(String, Throwable) - Constructor for exception org.dspace.app.rest.exception.IncompleteItemRequestException
 
increment(Map<String, Integer>, String) - Static method in class org.dspace.app.statistics.LogAnalyser
increment the value of the given map at the given key by one.
index() - Method in class org.dspace.xoai.app.XOAI
 
index(HttpServletResponse, HttpServletRequest) - Method in class org.dspace.xoai.controller.DSpaceOAIDataProvider
 
INDEX - org.dspace.discovery.IndexClientOptions
 
INDEXABLE_OBJECT_LINK - Static variable in class org.dspace.app.rest.model.hateoas.SearchResultEntryResource
 
IndexableClaimedTask - Class in org.dspace.discovery.indexobject
ClaimedTask implementation for the IndexableObject
IndexableClaimedTask(ClaimedTask) - Constructor for class org.dspace.discovery.indexobject.IndexableClaimedTask
 
IndexableCollection - Class in org.dspace.discovery.indexobject
Collection implementation for the IndexableObject
IndexableCollection(Collection) - Constructor for class org.dspace.discovery.indexobject.IndexableCollection
 
indexableCollectionService - Variable in class org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl
 
IndexableCommunity - Class in org.dspace.discovery.indexobject
Community implementation for the IndexableObject
IndexableCommunity(Community) - Constructor for class org.dspace.discovery.indexobject.IndexableCommunity
 
IndexableDSpaceObject<T extends DSpaceObject> - Class in org.dspace.discovery.indexobject
DSpaceObject implementation for the IndexableObject, contains methods used by all DSpaceObject methods All DSpaceObjects that will be indexed in discovery should inherit from this class & have their own implementation
IndexableDSpaceObject(T) - Constructor for class org.dspace.discovery.indexobject.IndexableDSpaceObject
 
IndexableInProgressSubmission<T extends InProgressSubmission> - Class in org.dspace.discovery.indexobject
InProgressSubmission implementation for the IndexableObject
IndexableInProgressSubmission(T) - Constructor for class org.dspace.discovery.indexobject.IndexableInProgressSubmission
 
IndexableItem - Class in org.dspace.discovery.indexobject
Item implementation for the IndexableObject
IndexableItem(Item) - Constructor for class org.dspace.discovery.indexobject.IndexableItem
 
indexableItemService - Variable in class org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl
 
IndexableMetadataField - Class in org.dspace.discovery.indexobject
MetadataField implementation for the IndexableObject
IndexableMetadataField(MetadataField) - Constructor for class org.dspace.discovery.indexobject.IndexableMetadataField
 
IndexableObject<T extends ReloadableEntity<PK>,​PK extends Serializable> - Interface in org.dspace.discovery
This is the basic interface that a data model entity need to implement to be indexable in Discover
IndexableObjectConverter<M,​R extends RestAddressableModel> - Interface in org.dspace.app.rest.converter
This is the base converter from/to objects in the DSpace API data model and the REST data model that can be indexed
IndexableObjectHighlightResult(IndexableObject, Map<String, List<String>>) - Constructor for class org.dspace.discovery.DiscoverResult.IndexableObjectHighlightResult
 
IndexablePoolTask - Class in org.dspace.discovery.indexobject
PoolTask implementation for the IndexableObject
IndexablePoolTask(PoolTask) - Constructor for class org.dspace.discovery.indexobject.IndexablePoolTask
 
IndexableWorkflowItem - Class in org.dspace.discovery.indexobject
Workflow item implementation for the IndexableObject
IndexableWorkflowItem(XmlWorkflowItem) - Constructor for class org.dspace.discovery.indexobject.IndexableWorkflowItem
 
IndexableWorkspaceItem - Class in org.dspace.discovery.indexobject
Workspace item implementation for the IndexableObject
IndexableWorkspaceItem(WorkspaceItem) - Constructor for class org.dspace.discovery.indexobject.IndexableWorkspaceItem
 
indexAction(HttpServletResponse, Model) - Method in class org.dspace.xoai.controller.DSpaceOAIDataProvider
 
IndexClient - Class in org.dspace.discovery
Class used to reindex dspace communities/collections/items into discovery
IndexClient() - Constructor for class org.dspace.discovery.IndexClient
 
IndexClientOptions - Enum in org.dspace.discovery
This Enum holds all the possible options and combinations for the Index discovery script
indexContent(AuthorityValue) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
indexContent(AuthorityValue) - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
indexContent(Context, IndexableObject) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, IndexableObject) - Method in class org.dspace.discovery.SolrServiceImpl
If the handle for the "dso" already exists in the index, and the "dso" has a lastModified timestamp that is newer than the document in the index then it is updated, otherwise a new document is added.
indexContent(Context, IndexableObject, boolean) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, IndexableObject, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
If the handle for the "dso" already exists in the index, and the "dso" has a lastModified timestamp that is newer than the document in the index then it is updated, otherwise a new document is added.
indexContent(Context, IndexableObject, boolean, boolean) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, IndexableObject, boolean, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
indexContent(Context, IndexableObject, boolean, boolean, boolean) - Method in interface org.dspace.discovery.IndexingService
Index a given DSO
indexContent(Context, IndexableObject, boolean, boolean, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
IndexDiscoveryScriptConfiguration<T extends IndexClient> - Class in org.dspace.discovery
The ScriptConfiguration for the IndexClient script
IndexDiscoveryScriptConfiguration() - Constructor for class org.dspace.discovery.IndexDiscoveryScriptConfiguration
 
indexers - Variable in class org.dspace.authority.AuthorityServiceImpl
 
indexers - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
IndexEventConsumer - Class in org.dspace.discovery
Class for updating search indices in discovery from content events.
IndexEventConsumer() - Constructor for class org.dspace.discovery.IndexEventConsumer
 
IndexFactory<T extends IndexableObject,​S> - Interface in org.dspace.discovery.indexobject.factory
Basis factory interface for indexing/retrieving any IndexableObject in the search core
IndexFactoryImpl<T extends IndexableObject,​S> - Class in org.dspace.discovery.indexobject
Basis factory interface implementation for indexing/retrieving any IndexableObject in the search core
IndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.IndexFactoryImpl
 
indexFieldName - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
indexingService - Variable in class org.dspace.authority.AuthorityServiceImpl
 
indexingService - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
indexingService - Variable in class org.dspace.discovery.SolrSearchCore
 
IndexingService - Interface in org.dspace.discovery
Interface used for indexing IndexableObject into discovery
indexItem(Context, Item) - Method in class org.dspace.authority.AuthorityServiceImpl
 
indexItem(Context, Item) - Method in interface org.dspace.authority.service.AuthorityService
Add an Item to the authority index.
IndexObjectFactoryFactory - Class in org.dspace.discovery.indexobject.factory
Abstract factory to get the IndexFactory objects
IndexObjectFactoryFactory() - Constructor for class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
 
IndexObjectFactoryFactoryImpl - Class in org.dspace.discovery.indexobject.factory
Abstract factory implementation to get the IndexFactory objects
IndexObjectFactoryFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactoryImpl
 
indexObjectServiceFactory - Variable in class org.dspace.discovery.SolrServiceImpl
 
indexURLStem - Variable in class org.dspace.app.sitemap.HTMLSitemapGenerator
Stem of URLs sitemaps will eventually appear at
indexURLStem - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
Stem of URLs sitemaps will eventually appear at
indexURLTail - Variable in class org.dspace.app.sitemap.HTMLSitemapGenerator
Tail of URLs sitemaps will eventually appear at
indexURLTail - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
Tail of URLs sitemaps will eventually appear at
IndexVersion - Class in org.dspace.app.util
This utility class simply determines the version of a given Solr/Lucene index, so that they can be upgraded to the latest version.
INFECTED_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
INFO - org.dspace.scripts.ProcessLogLevel
 
INFO - org.purl.sword.base.SwordValidationInfoType
 
InfoCheck - Class in org.dspace.health
 
InfoCheck() - Constructor for class org.dspace.health.InfoCheck
 
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Create a new DSpace object out of a METS content package.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in interface org.dspace.content.packager.PackageIngester
Create new DSpaceObject out of the ingested package.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.PDFPackager
Create new Item out of the ingested package, in the indicated collection.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.RoleIngester
 
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, InputStream, String) - Method in interface org.dspace.content.crosswalk.StreamIngestionCrosswalk
Execute crosswalk on the given object, taking input from the stream.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Fields correspond directly to Item.addMetadata() calls so they are simply executed.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Translate metadata with XSL stylesheet and ingest it.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in interface org.dspace.content.crosswalk.IngestionCrosswalk
Crosswalk metadata from external XML representation to DSpace internal representations.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Ingest a List of XML elements
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Ingest a List of XML elements
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Translate metadata with XSL stylesheet and ingest it.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Ingest a whole document.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Ingest a whole document.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in interface org.dspace.content.crosswalk.IngestionCrosswalk
Crosswalk metadata from external XML representation to DSpace internal representations.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Ingest a whole XML document, starting at specified root.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Ingest a whole XML document, starting at specified root.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Ingest a whole document.
ingest(Context, PackageIngester, PackageParameters, String, DSpaceObject[]) - Method in class org.dspace.app.packager.Packager
Ingest one or more DSpace objects from package(s) based on the options passed to the 'packager' script.
ingest(Context, Deposit, DSpaceObject, VerboseDescription) - Method in class org.dspace.sword2.AbstractSwordContentIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription) - Method in class org.dspace.sword2.SimpleDCEntryIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription) - Method in interface org.dspace.sword2.SwordContentIngester
Ingest the package as described in the given Deposit object within the given DSpace Context
ingest(Context, Deposit, DSpaceObject, VerboseDescription) - Method in interface org.dspace.sword2.SwordEntryIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription) - Method in class org.dspace.sword2.SwordMETSContentIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.AbstractSwordContentIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription, DepositResult) - Method in interface org.dspace.sword2.SwordContentIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription, DepositResult, boolean) - Method in class org.dspace.sword2.SimpleDCEntryIngester
 
ingest(Context, Deposit, DSpaceObject, VerboseDescription, DepositResult, boolean) - Method in interface org.dspace.sword2.SwordEntryIngester
 
ingest(SWORDService, Deposit, DSpaceObject) - Method in class org.dspace.sword.SimpleFileIngester
Perform the ingest using the given deposit object onto the specified target DSpace object, using the SWORD service implementation.
ingest(SWORDService, Deposit, DSpaceObject) - Method in interface org.dspace.sword.SWORDIngester
Ingest the package as described in the given Deposit object within the given DSpace Context
ingest(SWORDService, Deposit, DSpaceObject) - Method in class org.dspace.sword.SWORDMETSIngester
 
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractPackageIngester
Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in interface org.dspace.content.packager.PackageIngester
Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.PDFPackager
IngestAll() cannot be implemented for a PDF ingester, because there's only one PDF to ingest
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.RoleIngester
 
ingestDIM(Context, DSpaceObject, List<Element>, boolean) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
ingestDIM(Context, DSpaceObject, Element, boolean) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Ingest a DIM metadata expression directly, without translating some other format into DIM.
IngestionCrosswalk - Interface in org.dspace.content.crosswalk
Ingestion Crosswalk plugin -- translate an external metadata format into DSpace native metadata.
ingestObject(Context, DSpaceObject, METSManifest, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Ingest/import a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngester
ingestStream(Context, DSpaceObject, PackageParameters, InputStream) - Method in class org.dspace.content.packager.RoleIngester
Ingest roles from an InputStream.
ingestToCollection(Context, Deposit, Collection, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.AbstractSwordContentIngester
 
ingestToCollection(Context, Deposit, Collection, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.BinaryContentIngester
 
ingestToCollection(Context, Deposit, Collection, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.SimpleDCEntryIngester
 
ingestToCollection(Context, Deposit, Collection, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.SimpleZipContentIngester
 
ingestToCollection(Context, Deposit, Collection, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.SwordMETSContentIngester
 
ingestToItem(Context, Deposit, Item, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.AbstractSwordContentIngester
 
ingestToItem(Context, Deposit, Item, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.BinaryContentIngester
 
ingestToItem(Context, Deposit, Item, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.SimpleZipContentIngester
 
ingestToItem(Context, Deposit, Item, VerboseDescription, DepositResult) - Method in class org.dspace.sword2.SwordMETSContentIngester
 
ingestToItem(Context, Deposit, Item, VerboseDescription, DepositResult, boolean) - Method in class org.dspace.sword2.SimpleDCEntryIngester
 
inheritCollectionDefaultPolicies(Context, Bundle, Collection) - Method in class org.dspace.content.BundleServiceImpl
 
inheritCollectionDefaultPolicies(Context, Bundle, Collection) - Method in interface org.dspace.content.service.BundleService
remove all policies on the bundle and its contents, and replace them with the DEFAULT_BITSTREAM_READ policies belonging to the collection.
inheritCollectionDefaultPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
inheritCollectionDefaultPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
remove all policies on an item and its contents, and replace them with the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ policies belonging to the collection.
inheritPolicies(Context, DSpaceObject, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
inheritPolicies(Context, DSpaceObject, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Add policies to an object to match those from a previous object
InheritUsersAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that inherits user assignment from the previous step
InheritUsersAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
init - Variable in class org.dspace.checker.HandleDispatcher
Has the type of object the handle refers to been determined.
init() - Method in class org.dspace.access.status.AccessStatusServiceImpl
Initialize the bean (after dependency injection has already taken place).
init() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Initialise this class with values from dspace.cfg
init() - Method in class org.dspace.app.util.MetadataExposureServiceImpl
Loads maps from configuration unless it's already done.
init() - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Initialize the accessToken that is required for all subsequent calls to ORCID
init() - Method in class org.dspace.checker.HandleDispatcher
Private initialization routine.
init() - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
init() - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
init() - Method in class org.dspace.core.Context
Initializes a new context object.
init() - Method in class org.dspace.core.LicenseServiceImpl
Load in the default license.
init() - Method in class org.dspace.embargo.EmbargoServiceImpl
Initialize the bean (after dependency injection has already taken place).
init() - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
required method
init() - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Initialize the accessToken that is required for all subsequent calls to ORCID.
init() - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Initialise the client that we need to call the endpoint
init() - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Initialise the provider - this no longer starts client since that is handled by SHERPAService
init() - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Initialise the client that we need to call the endpoint
init() - Method in class org.dspace.google.GoogleAsyncEventListener
 
init() - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Initialize the class
init() - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Initialize the class
init() - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Attempts to init a session
init() - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.service.impl.HttpConnectionPoolService
 
init() - Method in class org.dspace.services.email.EmailServiceImpl
 
init() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
init() - Method in interface org.dspace.storage.bitstore.BitStoreService
Initialize the asset store
init() - Method in class org.dspace.storage.bitstore.DSBitStoreService
Initialize the asset store
init() - Method in class org.dspace.storage.bitstore.S3BitStoreService
Initialize the asset store S3 Requires: - access key - secret key - bucket name
init() - Method in class org.dspace.util.SimpleMapConverter
Parse the configured property file.
init() - Method in class org.purl.sword.client.ServletClient
Initialise the servlet.
init() - Method in class org.purl.sword.server.DepositServlet
Initialise the servlet.
init() - Method in class org.purl.sword.server.ServiceDocumentServlet
Initialise the servlet.
init(FilterConfig) - Method in class org.dspace.app.rest.filter.ContentLanguageHeaderResponseFilter
 
init(FilterConfig) - Method in class org.dspace.app.rest.filter.DSpaceRequestContextFilter
 
init(FilterConfig) - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
init(FilterConfig) - Method in class org.dspace.utils.servlet.DSpaceWebappServletFilter
 
init(StreamTable) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface init method.
init(Item) - Method in class org.dspace.discovery.FullTextContentStreams
 
init(Curator) - Method in class org.dspace.curate.ResolvedTask
Initialize task - parameters inform the task of it's invoking curator.
init(Curator, String) - Method in class org.dspace.ctask.general.AbstractTranslator
 
init(Curator, String) - Method in class org.dspace.ctask.general.ClamScan
 
init(Curator, String) - Method in class org.dspace.ctask.general.MetadataWebService
Initializes task
init(Curator, String) - Method in class org.dspace.ctask.general.RegisterDOI
Initialise the curation task and read configuration, instantiate the DOI provider
init(Curator, String) - Method in class org.dspace.ctask.general.RequiredMetadata
 
init(Curator, String) - Method in class org.dspace.ctask.testing.PropertyParameterTestingTask
 
init(Curator, String) - Method in class org.dspace.curate.AbstractCurationTask
 
init(Curator, String) - Method in interface org.dspace.curate.CurationTask
Initialize task - parameters inform the task of it's invoking curator.
init(Curator, String) - Method in interface org.dspace.curate.ScriptedTask
Initialize task - parameters inform the task of it's invoking curator.
init(ServiceManagerSystem, DSpaceConfigurationService, boolean, boolean, List<ServiceManagerSystem>) - Method in interface org.dspace.servicemanager.ExternalServiceManagerSystem
Initialize the service manager's configuration.
initApi() - Method in class org.dspace.ctask.general.AbstractTranslator
 
initApi() - Method in class org.dspace.ctask.general.MicrosoftTranslator
 
initDefaultEntityTypeNames(Context) - Method in class org.dspace.content.EntityTypeServiceImpl
 
initDefaultEntityTypeNames(Context) - Method in interface org.dspace.content.service.EntityTypeService
Initializes the EntityType names, and marks them "permanent".
initDefaultGroupNames(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
initDefaultGroupNames(Context) - Method in interface org.dspace.eperson.service.GroupService
Initializes the group names for anonymous and administrator, and marks them "permanent".
initEPerson(Context, HttpServletRequest, EPerson) - Method in interface org.dspace.authenticate.AuthenticationMethod
Initialize a new EPerson record for a self-registered new user.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.IPAuthentication
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.LDAPAuthentication
Nothing here, initialization is done when auto-registering.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.OidcAuthentication
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.OrcidAuthentication
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.PasswordAuthentication
Nothing extra to initialize.
initEPerson(Context, HttpServletRequest, EPerson) - Method in interface org.dspace.authenticate.service.AuthenticationService
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.ShibAuthentication
Initialize a new e-person record for a self-registered new user.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.X509Authentication
Nothing extra to initialize.
initExceptionHandlers() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
initialize the exceptionHandlersMap with an empty LinkedHashMap
initGroups() - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
InitialArticleWord - Class in org.dspace.text.filter
Abstract class for implementing initial article word filters Allows you to create new classes with their own rules for mapping languages to article word lists.
InitialArticleWord() - Constructor for class org.dspace.text.filter.InitialArticleWord
 
InitialArticleWord(boolean) - Constructor for class org.dspace.text.filter.InitialArticleWord
 
initialise() - Method in class org.purl.sword.atom.Entry
 
initialise() - Method in class org.purl.sword.atom.Generator
 
initialise() - Method in class org.purl.sword.atom.TextConstruct
 
initialise() - Method in class org.purl.sword.base.Collection
 
initialise() - Method in class org.purl.sword.base.SwordAcceptPackaging
 
initialise() - Method in class org.purl.sword.base.SWORDEntry
 
initialise() - Method in class org.purl.sword.base.Workspace
Initialise the object, ready for use.
initialiseHeaders() - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
This method will be called to create a HttpHeaders object which will contain the headers needed to form a proper response when returning the Bitstream/File
initialize() - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
initialize() - Method in class org.dspace.checker.CheckerConsumer
Initialize - allocate any resources required to operate.
initialize() - Method in class org.dspace.discovery.IndexEventConsumer
 
initialize() - Method in class org.dspace.eperson.EPersonConsumer
Initalise the consumer
initialize() - Method in interface org.dspace.event.Consumer
Initialize - allocate any resources required to operate.
initialize() - Method in class org.dspace.event.TestConsumer
 
initialize() - Method in class org.dspace.identifier.doi.DOIConsumer
 
initialize() - Method in class org.dspace.iiif.consumer.IIIFCacheEventConsumer
 
initialize() - Method in class org.dspace.orcid.consumer.OrcidQueueConsumer
 
initialize() - Method in class org.dspace.rdf.RDFConsumer
 
initialize() - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
initialize() - Method in class org.dspace.versioning.VersioningConsumer
 
initialize(String[], DSpaceRunnableHandler, EPerson) - Method in class org.dspace.scripts.DSpaceRunnable
This method sets the appropriate DSpaceRunnableHandler depending on where it was ran from and it parses the arguments given to the script
initialize(Context) - Method in class org.dspace.authenticate.ShibAuthentication
Initialize Shibboleth Authentication.
initialize(ConfigurableApplicationContext) - Method in class org.dspace.app.rest.utils.DSpaceConfigurationInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.dspace.app.rest.utils.DSpaceKernelInitializer
 
InitializeEntities - Class in org.dspace.app.util
This script is used to initialize the database with a set of relationship types that are written in an xml file that is given to this script.
initializeQuerySettings(String, String) - Method in interface org.dspace.app.iiif.service.SearchAnnotationService
Initializes required values.
initializeQuerySettings(String, String) - Method in class org.dspace.app.iiif.service.WordHighlightSolrSearch
 
initializeSiteObject() - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
initMetadataImport(DSpaceCSV) - Method in class org.dspace.app.bulkedit.MetadataImport
Create an instance of the metadata importer.
initProperties(String) - Method in class org.dspace.app.itemupdate.BitstreamFilter
 
initSolr() - Method in class org.dspace.discovery.SolrSearchCore
Initialize the solr search core
initSolr() - Method in class org.dspace.statistics.SolrStatisticsCore
Initializes the statistics SolrClient.
initSolrYearCores() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
initStatic() - Static method in class org.dspace.content.crosswalk.QDCCrosswalk
Call this method again in tests to repeat initialization if necessary.
initUndoArchive(File) - Method in class org.dspace.app.itemupdate.ItemUpdate
to avoid overwriting the undo source tree on repeated processing sequence numbers are added and checked
inProgressSubmission - Variable in class org.dspace.discovery.indexobject.IndexableInProgressSubmission
 
InProgressSubmission - Interface in org.dspace.content
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system)
InprogressSubmissionIndexFactory<T extends IndexableInProgressSubmission,​S extends InProgressSubmission> - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving InProgresssSubmission objects in the search core
InprogressSubmissionIndexFactoryImpl<T extends IndexableInProgressSubmission,​S extends InProgressSubmission> - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving InProgressSubmissions in the search core
InprogressSubmissionIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl
 
InProgressSubmissionService<T extends InProgressSubmission> - Interface in org.dspace.content.service
Service interface class for the InProgressSubmission.
InProgressUser - Class in org.dspace.xmlworkflow.storedcomponents
Claimed task representing the database representation of an action claimed by an eperson
InProgressUser() - Constructor for class org.dspace.xmlworkflow.storedcomponents.InProgressUser
Protected constructor, create object using: DSpaceCRUDService.create(Context)
InProgressUser_ - Class in org.dspace.xmlworkflow.storedcomponents
 
InProgressUser_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
inProgressUserDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
InProgressUserDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the InProgressUser object.
InProgressUserDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the InProgressUser object.
InProgressUserDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
inProgressUserService - Variable in class org.dspace.xmlworkflow.state.Step
 
inProgressUserService - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
inProgressUserService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
InProgressUserService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the InProgressUser object.
InProgressUserServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the InProgressUser object.
InProgressUserServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
INPUT_FORM_STEP_NAME - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
inputStreamToTempFile(InputStream, String, String) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
INSERT - org.dspace.orcid.OrcidOperation
 
insertItem(Object) - Method in class org.purl.sword.client.SWORDComboBox
Insert an item into the combo box.
insertItems(String[]) - Method in class org.purl.sword.client.SWORDComboBox
Insert multiple items into the combo box.
inSkipList(String) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
inSkipList(String) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Check whether or not to skip processing the given identifier.
inSpecialGroup(UUID) - Method in class org.dspace.core.Context
Test if a group is a special group
INSTALL - Static variable in class org.dspace.event.Event
 
installItem(Context, InProgressSubmission) - Method in class org.dspace.content.InstallItemServiceImpl
 
installItem(Context, InProgressSubmission) - Method in interface org.dspace.content.service.InstallItemService
Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.
installItem(Context, InProgressSubmission, String) - Method in class org.dspace.content.InstallItemServiceImpl
 
installItem(Context, InProgressSubmission, String) - Method in interface org.dspace.content.service.InstallItemService
Take an InProgressSubmission and turn it into a fully-archived Item.
installItemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
installItemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
installItemService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
installItemService - Variable in class org.dspace.content.ItemServiceImpl
 
installItemService - Static variable in class org.dspace.content.packager.PackageUtils
 
installItemService - Variable in class org.dspace.harvest.OAIHarvester
 
installItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
InstallItemService - Interface in org.dspace.content.service
Support to install an Item in the archive.
InstallItemServiceImpl - Class in org.dspace.content
Support to install an Item in the archive.
InstallItemServiceImpl() - Constructor for class org.dspace.content.InstallItemServiceImpl
 
installScript(String, String) - Method in class org.dspace.curate.TaskResolver
Installs a task script.
instance() - Static method in class org.purl.sword.base.SwordContentPackageTypes
 
INSTANCE - org.dspace.services.model.CacheConfig.CacheScope
This cache is destroyed when the current JVM shuts down.
INSTANCE - Static variable in class org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType
 
instanceOf(String, String) - Method in class org.dspace.app.rest.submit.factory.PatchOperationFactory
 
INSTREAM - Variable in class org.dspace.ctask.general.ClamScan
 
INTEGRATION - Static variable in interface org.dspace.app.rest.model.RestModel
 
INTERACTIVE - org.dspace.curate.Curator.Invoked
 
internal - Static variable in class org.dspace.content.BitstreamFormat_
 
INTERNAL - Static variable in class org.dspace.content.BitstreamFormat_
 
INTERNAL_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A internal error occurred either in the registration agency or in the DOIConnector.
INTERNAL_ID - Static variable in class org.dspace.content.Bitstream_
 
internalId - Static variable in class org.dspace.content.Bitstream_
 
InternalRequestImpl - Class in org.dspace.services.sessions.model
 
InternalRequestImpl() - Constructor for class org.dspace.services.sessions.model.InternalRequestImpl
 
internalRun() - Method in class org.dspace.app.bulkedit.MetadataDeletion
 
internalRun() - Method in class org.dspace.app.bulkedit.MetadataExport
 
internalRun() - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
internalRun() - Method in class org.dspace.app.bulkedit.MetadataImport
 
internalRun() - Method in class org.dspace.app.harvest.Harvest
 
internalRun() - Method in class org.dspace.app.mediafilter.MediaFilterScript
 
internalRun() - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 
internalRun() - Method in class org.dspace.curate.Curation
 
internalRun() - Method in class org.dspace.discovery.IndexClient
 
internalRun() - Method in class org.dspace.orcid.script.OrcidBulkPush
 
internalRun() - Method in class org.dspace.scripts.DSpaceRunnable
This method has to be included in every script and this will be the main execution block for the script that'll contain all the logic needed
internalRun() - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTracker
Run the script When the -a option is used, a new "failed" url will be added to the database
internalRun() - Method in class org.dspace.submit.migration.SubmissionFormsMigration
 
interpolateConfigsInString(String) - Static method in class org.dspace.core.Utils
Replaces configuration placeholders within a String with the corresponding value from DSpace's Configuration Service.
interpretField(String, String) - Method in class org.dspace.browse.BrowseIndex
Take a string representation of a metadata field, and return it as an array.
interpretField(String, String) - Method in class org.dspace.browse.ItemListConfig
Take a string representation of a metadata field, and return it as an array.
interpretField(String, String) - Method in class org.dspace.sort.SortOption
Take a string representation of a metadata field, and return it as an array.
interRequestTime - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
interruptValue - Static variable in class org.dspace.harvest.HarvestScheduler
 
INVALID_COUNTRY - org.dspace.orcid.model.validator.OrcidValidationError
 
INVALID_GRANT_MESSAGE - Static variable in exception org.dspace.orcid.exception.OrcidClientException
 
invalidateAuthenticationCookie(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
Invalidate our temporary authentication cookie by overwriting it in the response.
invalidateAuthenticationCookie(HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Invalidate just the authentication Cookie (optionally created by addAuthenticationDataForUser()), while keeping the authentication token valid.
invalidateAuthenticationData(HttpServletRequest, HttpServletResponse, Context) - Method in class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 
invalidateAuthenticationData(HttpServletRequest, HttpServletResponse, Context) - Method in interface org.dspace.app.rest.security.RestAuthenticationService
Invalidate the current authentication token/data in the request.
invalidateToken(String, HttpServletRequest, Context) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Invalidate the current Java Web Token (JWT) in the current request
InvalidMediaTypeException - Exception in org.purl.sword.atom
An invalid media type has been detected during parsing.
InvalidMediaTypeException(String) - Constructor for exception org.purl.sword.atom.InvalidMediaTypeException
Create a new instance and store the message.
InvalidMetadataFieldException - Exception in org.dspace.xoai.exceptions
 
InvalidMetadataFieldException() - Constructor for exception org.dspace.xoai.exceptions.InvalidMetadataFieldException
 
InvalidSearchRequestException - Exception in org.dspace.app.rest.exception
This exception is thrown when the given search configuration passed to RestDiscoverQueryBuilder is invalid
InvalidSearchRequestException(String) - Constructor for exception org.dspace.app.rest.exception.InvalidSearchRequestException
 
InvalidSearchRequestException(String, Throwable) - Constructor for exception org.dspace.app.rest.exception.InvalidSearchRequestException
 
InvalidSetSpecException - Exception in org.dspace.xoai.exceptions
 
InvalidSetSpecException() - Constructor for exception org.dspace.xoai.exceptions.InvalidSetSpecException
 
InvalidSetSpecException(String) - Constructor for exception org.dspace.xoai.exceptions.InvalidSetSpecException
 
InvalidSetSpecException(String, Throwable) - Constructor for exception org.dspace.xoai.exceptions.InvalidSetSpecException
 
InvalidSetSpecException(Throwable) - Constructor for exception org.dspace.xoai.exceptions.InvalidSetSpecException
 
invoke(String, Object[], String[]) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
invoked() - Method in annotation type org.dspace.curate.Suspendable
 
invokeQueryMethod(DSpaceRestRepository, Method, MultiValueMap<String, ? extends Object>, Pageable, Sort) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
IPAuthentication - Class in org.dspace.authenticate
Adds users to special groups based on IP address.
IPAuthentication() - Constructor for class org.dspace.authenticate.IPAuthentication
Initialize an IP authenticator, reading in the configuration.
IPFormatException(String) - Constructor for exception org.dspace.statistics.util.IPTable.IPFormatException
 
IPMatcher - Class in org.dspace.authenticate
Quickly tests whether a given IP address matches an IP range.
IPMatcher(String) - Constructor for class org.dspace.authenticate.IPMatcher
Construct an IPMatcher that will test for the given IP specification
IPMatcherException - Exception in org.dspace.authenticate
Thrown when there is a problem parsing an IP matcher specification.
IPMatcherException() - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(String) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(String, Throwable) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(Throwable) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
ipMatcherGroupIDs - Variable in class org.dspace.authenticate.IPAuthentication
Maps IPMatchers to group IDs (Integers) where we know the group DB ID
ipMatcherGroupNames - Variable in class org.dspace.authenticate.IPAuthentication
Maps IPMatchers to group names when we don't know group DB ID yet.
ipMatchers - Variable in class org.dspace.authenticate.IPAuthentication
All the IP matchers
ipNegativeMatchers - Variable in class org.dspace.authenticate.IPAuthentication
All the negative IP matchers
IPTable - Class in org.dspace.statistics.util
A Spare v4 IPTable implementation that uses nested HashMaps to optimize IP address matching over ranges of IP addresses.
IPTable() - Constructor for class org.dspace.statistics.util.IPTable
 
IPTable.IPFormatException - Exception in org.dspace.statistics.util
Exception Class to deal with IPFormat errors.
IRISH - Static variable in class org.dspace.text.filter.Language
 
IrusExportUsageEventListener - Class in org.dspace.statistics.export
Class to receive usage events and send corresponding data to IRUS
IrusExportUsageEventListener() - Constructor for class org.dspace.statistics.export.IrusExportUsageEventListener
 
IS_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
IS_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
isAccept_request() - Method in class org.dspace.app.requestitem.RequestItem
 
isAcceptable(SwordConfigurationDSpace, Context, Deposit, DSpaceObject) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
isAcceptableContentType(Context, String, DSpaceObject) - Method in class org.dspace.sword.SWORDConfiguration
Is the given content MIME type acceptable to the given DSpace object?
isAcceptableContentType(Context, String, DSpaceObject) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Is the given content MIME type acceptable to the given DSpace object.
isAcceptedPackaging(String, DSpaceObject) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Is the given packaging/media type supported by the given DSpace object?
isAcceptRequest() - Method in class org.dspace.app.rest.model.RequestItemRest
 
isAccountManager(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAccountManager(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Returns true if the current user can manage accounts.
isAction(String) - Method in class org.dspace.app.statistics.LogLine
find out if the log line is of the given action.
isActionableBitstreamUrl(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
 
isActive() - Method in interface org.dspace.services.model.Session
 
isActive() - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
isActive() - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
isActive() - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
isAdmin(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if the current user is a System Admin.
isAdmin(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if the current user is an Administrator of a given object within DSpace.
isAdmin(Context, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if a specific user is system admin.
isAdmin(Context, EPerson, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context, EPerson, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if a specific user is an Administrator of a given object within DSpace.
isAllfiles() - Method in class org.dspace.app.requestitem.RequestItem
 
isAllfiles() - Method in class org.dspace.app.rest.model.RequestItemRest
 
isAllowedFor(String) - Method in class org.dspace.app.util.DCInput
Decides if this field is valid for the document type
isAllowedToExecute(Context) - Method in class org.dspace.app.bulkedit.MetadataDeletionScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.bulkedit.MetadataExportScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.bulkedit.MetadataExportSearchScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.bulkedit.MetadataImportScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.harvest.HarvestScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.mediafilter.MediaFilterScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCliScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.curate.CurationScriptConfiguration
Only admin can run Curation script via the scripts and processes endpoints.
isAllowedToExecute(Context) - Method in class org.dspace.discovery.IndexDiscoveryScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.orcid.script.OrcidBulkPushScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.scripts.configuration.ScriptConfiguration
This method will return if the script is allowed to execute in the given context.
isAllowedToExecute(Context) - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTrackerScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.submit.migration.SubmissionFormsMigrationCliScriptConfiguration
 
isAllowedToExecute(Context) - Method in class org.dspace.submit.migration.SubmissionFormsMigrationScriptConfiguration
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, ResourcePolicy) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, ResourcePolicy) - Method in interface org.dspace.authorize.service.AuthorizeService
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Is a policy with the specified parameters already in place?
isAnyItemInstalled(Context, List<Bundle>) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isApiConfigured() - Method in class org.dspace.orcid.client.OrcidConfiguration
 
isAppend() - Method in class org.dspace.browse.BrowseOutput
 
isArchived() - Method in class org.dspace.content.Item
Find out if the item is part of the main archive
isAscending() - Method in interface org.dspace.browse.BrowseDAO
Is the sort order ascending or descending? Default value is true
isAscending() - Method in class org.dspace.browse.BrowseInfo
 
isAscending() - Method in class org.dspace.browse.BrowserScope
 
isAscending() - Method in class org.dspace.browse.SolrBrowseDAO
 
isAuthenticated() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
isAuthenticated() - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
isAuthorityControlled(String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityControlled(String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is field authority-controlled?
isAuthorityControlled(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityControlled(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is field authority-controlled?
isAuthorityIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index authority value?
isAuthorityRequired - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is authority value required for field?
isAuthorityRequired(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is authority value required for field?
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.Action
Is this client authorized to act on this item?
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
isAuthorized(Context, AuthorizationFeature, BaseObjectRest) - Method in interface org.dspace.app.rest.authorization.AuthorizationFeatureService
Check if the eperson in the provided context, or the anonymous user if not loggedin, has access to the requested feature for the requested object
isAuthorized(Context, AuthorizationFeature, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.AuthorizationFeatureServiceImpl
 
isAuthorized(Context, BaseObjectRest) - Method in interface org.dspace.app.rest.authorization.AuthorizationFeature
Check if the eperson in the provided context, or the anonymous user if not loggedin, has access to the feature for the requested object
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.AdministratorOfFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanChangePasswordFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanClaimItemFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanCreateVersionFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanDeleteVersionFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanEditVersionFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanManageBitstreamBundlesFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanManageMappingsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanManageRelationshipsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanManageVersionsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanSeeVersionsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanSendFeedbackFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanSynchronizeWithORCID
This method returns true if the BaseObjectRest object is an instance of ItemRest, there is a current user in the Context and it is the owner of that item.
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CanViewUsageStatisticsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CCLicenseFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CollectionAdminFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ComColAdminFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CommunityAdminFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CreateBitstreamFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CreateBundleFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CreateCollectionFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.CreateCommunityFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.DeleteFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.DownloadFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.EditMetadataFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.EPersonRegistrationFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.LoginOnBehalfOfFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.MakeDiscoverableFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.MakePrivateFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageAdminGroupFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageGroupFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageGroupsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageSubmitterGroupFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageTemplateItemFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ManageWorkflowGroupFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.MoveFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.PolicyFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ReinstateFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ReorderBitstreamFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.RequestCopyFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ViewSearchStatisticsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.ViewWorkflowStatisticsFeature
 
isAuthorized(Context, BaseObjectRest) - Method in class org.dspace.app.rest.authorization.impl.WithdrawFeature
 
isBaseMediaLinkUrl(String) - Method in class org.dspace.sword.SWORDUrlManager
Is the given URL the base media link URL?
isBaseServiceDocumentUrl(String) - Method in class org.dspace.sword.SWORDUrlManager
Is the given URL the base service document URL?
isBaseServiceDocumentUrl(String) - Method in class org.dspace.sword2.SwordUrlManager
Is the given URL the base service document URL?
isBatchModeEnabled() - Method in class org.dspace.core.Context
Deprecated.
isBitstreamFound() - Method in class org.dspace.checker.MostRecentChecksum
 
ISBN - Variable in class org.dspace.app.util.GoogleMetadata
 
isCanLogIn() - Method in class org.dspace.app.rest.model.EPersonRest
 
isCellEditable(int, int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Determine if the cell can be edited.
isChoice(String, String, String) - Method in class org.dspace.app.rest.utils.AuthorityUtils
 
isChoicesConfigured(String, Collection) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
isChoicesConfigured(String, Collection) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Predicate, is there a Choices configuration of any kind for the given metadata field?
isCitationEnabledForBitstream(Bitstream, Context) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationEnabledForBitstream(Bitstream, Context) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Repository policy can specify to have a custom citation cover/tail page to the document, which embeds metadata.
isCitationEnabledGlobally() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationEnabledThroughCollection(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationFirstPage() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isClosed() - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
isClosed(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
isClosed(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Get the configured "closed" value for this field.
isClosed(String, String, String) - Method in class org.dspace.app.rest.utils.AuthorityUtils
 
isClosedVocabulary() - Method in class org.dspace.app.util.DCInput
The closed attribute of the vocabulary tag for this field as set in submission-forms.xml <field> ..... <vocabulary closed="true">nsrc</vocabulary> </field>
isCollectionAdmin(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Checks that the context's current user is a collection admin in the site by querying the solr database.
isCollectionAdmin(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user is a collection admin in the site by querying the solr database.
isCollectionRestEqualWithoutMetadata(CollectionRest, CollectionRest) - Method in class org.dspace.app.rest.utils.CollectionRestEqualityUtils
This method will return a boolean indicating whether the given CollectionRest objects are equal through comparing their attributes
isComColAdmin(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Checks that the context's current user is a community or collection admin in the site.
isComColAdmin(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user is a community or collection admin in the site.
isCommunityAdmin(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Checks that the context's current user is a community admin in the site by querying the solr database.
isCommunityAdmin(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user is a community admin in the site by querying the solr database.
isCommunityRestEqualWithoutMetadata(CommunityRest, CommunityRest) - Method in class org.dspace.app.rest.utils.CommunityRestEqualityUtils
This method will return a boolean indicating whether the given CommunityRest objects are equal through comparing their attributes
isConfigurationValid() - Method in class org.dspace.authority.AuthorityServiceImpl
 
isConfigurationValid() - Method in interface org.dspace.authority.service.AuthorityService
 
isConfiguredProperly() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
isConfiguredProperly() - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
isConfiguredProperly() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
isConfiguredProperly() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
isContainer(DSpaceObject) - Static method in class org.dspace.curate.Curator
Returns whether a given DSO is a 'container' - collection or community
isContextAvailable(ServletRequest) - Static method in class org.dspace.app.rest.utils.ContextUtil
Inspection method to check if a DSpace context has been created for this request.
isContextAvailable(ServletRequest) - Static method in class org.dspace.web.ContextUtil
Inspection method to check if a DSpace context has been created for this request.
isCopyToLeft() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
Generic getter for the copyToLeft
isCopyToLeft() - Method in class org.dspace.content.RelationshipType
Generic getter for the copyToLeft
isCopyToRight() - Method in class org.dspace.app.rest.model.RelationshipTypeRest
Generic getter for the copyToRight
isCopyToRight() - Method in class org.dspace.content.RelationshipType
Generic getter for the copyToRight
isCustom() - Method in class org.dspace.app.rest.model.LicenseRest
 
isDate() - Method in class org.dspace.browse.BrowseIndex
Is the browse index type for a date?
isDate() - Method in class org.dspace.sort.SortOption
Is this a date field?
isDateValid(ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
figures out if the date is valid for the policy
isDateValid(ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
isDefault() - Method in class org.dspace.sort.SortOption
Is the default sort option?
isDefaultConf() - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
isDefaultConf() - Method in class org.dspace.app.util.SubmissionConfig
 
isDefaultWorkflow(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Check to see if the given workflowName is the workflow configured to be default for collections
isDefaultWorkflow(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
isDefinedMultTitles() - Method in class org.dspace.app.util.DCInputSet
Does this set of inputs include an alternate title field?
isDefinedPubBefore() - Method in class org.dspace.app.util.DCInputSet
Does this set of inputs include the previously published fields?
isDeleteAction() - Method in class org.dspace.orcid.OrcidQueue
 
isDeleted() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a deleted item?
isDeleted() - Method in class org.dspace.authority.AuthorityValue
 
isDeleted() - Method in class org.dspace.content.Bitstream
Bitstreams are only logically deleted (via a flag in the database).
isDeleted() - Method in class org.dspace.xoai.data.DSpaceSolrItem
 
isDirectMember(Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
isDirectMember(Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
check to see if an eperson is a direct member.
isDiscoverable() - Method in class org.dspace.content.Item
Find out if the item is discoverable
isDisplayBitstreamViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDisplayFrequencies() - Method in class org.dspace.browse.BrowseIndex
 
isDisplayItemViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDisplayScore() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isDisplayTotalViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDistinct() - Method in interface org.dspace.browse.BrowseDAO
Is this a distinct value browse?
isDistinct() - Method in class org.dspace.browse.SolrBrowseDAO
 
isDistributive() - Method in class org.dspace.curate.ResolvedTask
Returns whether task should be distributed through containers
isDoi(String) - Static method in class org.dspace.importer.external.service.DoiCheck
 
isDOIRegistered(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
isDOIRegistered(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
 
isDOIReserved(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
isDOIReserved(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
 
isDryrun() - Method in class org.dspace.rdf.RDFizer
Returns whether this is a dry run.
isDSpaceObjectEqualsWithoutMetadata(DSpaceObjectRest, DSpaceObjectRest) - Method in class org.dspace.app.rest.utils.DSpaceObjectRestEqualityUtils
This method will return a boolean indicating whether the given DSpaceObjectRest objects are equal through comparing their attributes
isElementChecked(XmlName) - Method in class org.purl.sword.atom.Entry
 
isElementChecked(XmlName) - Method in class org.purl.sword.base.SWORDEntry
 
isEmbeddableRelation(Object, String) - Method in class org.dspace.app.rest.repository.BrowseEntryLinkRepository
 
isEmbeddableRelation(Object, String) - Method in class org.dspace.app.rest.repository.BrowseItemLinkRepository
 
isEmbeddableRelation(Object, String) - Method in interface org.dspace.app.rest.repository.LinkRestRepository
 
isEmpty() - Method in class org.dspace.discovery.FullTextContentStreams
 
isEmpty() - Method in class org.dspace.statistics.util.IPTable
Return whether IPTable is empty (having no entries)
isEmpty() - Method in class org.purl.sword.base.SwordContentPackageTypes
 
isEmpty(Group) - Method in class org.dspace.eperson.GroupServiceImpl
Return true if group has no direct or indirect members
isEmpty(Group) - Method in interface org.dspace.eperson.service.GroupService
Return true if group has no direct or indirect members
isEmptyTextNode(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Is Empty text Node *
isEmptyTextNode(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
isEnableBrowseFrequencies() - Method in interface org.dspace.browse.BrowseDAO
 
isEnableBrowseFrequencies() - Method in class org.dspace.browse.SolrBrowseDAO
 
isEnabled() - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
isEnabled() - Method in interface org.dspace.app.util.service.OpenSearchService
Determine if the module is active
isEnabled() - Static method in class org.dspace.authenticate.OrcidAuthentication
Check if OrcidAuthentication plugin is enabled
isEnabled() - Static method in class org.dspace.authenticate.ShibAuthentication
Check if Shibboleth plugin is enabled
isEnableVersioning() - Method in class org.dspace.app.rest.security.VersioningSecurityBean
This method checks if the versioning features are enabled
isEncryptionEnabled() - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
 
isEntryFirst() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
isEPersonInGroup(Context, Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
isError() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
 
isError() - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
isError() - Method in class org.dspace.content.authority.Choices
Predicate, did this result encounter an error?
isFeedRequest(Context, String) - Method in class org.dspace.sword2.SwordUrlManager
 
isFieldPresent(String) - Method in class org.dspace.app.util.DCInputSet
Does the current input set define the named field? Scan through every field in every page of the input set
isFieldPresent(String, String) - Method in class org.dspace.app.util.DCInputSet
Does the current input set define the named field? and is valid for the specified document type Scan through every field in every page of the input set
isFile() - Method in class org.dspace.browse.BrowseOutput
 
isFinished() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
isFinished(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.Step
Check if enough users have finished this step for it to continue
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
isFirst() - Method in class org.dspace.browse.BrowseInfo
True if there are no previous results from the browse.
isFirstChild() - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
isFirstVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isFirstVersion(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isFirstVersion(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isFirstVersion(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isForce - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isGranted() - Method in class org.dspace.app.rest.model.step.DataLicense
 
isGroupsChanged() - Method in class org.dspace.eperson.Group
 
isGuiMode() - Method in class org.purl.sword.client.ClientOptions
Determine if the tool is to be run in GUI mode.
isHarvestable(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isHarvestable(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether the specified collection is harvestable, i.e.
isHarvestable(HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isHarvestable(HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether this harvest instance is actually harvestable, i.e.
isHasFacets() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
Specifies whether this filter has facets or not
isHasMore() - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
isHidden(Context, String, String, String) - Method in class org.dspace.app.util.MetadataExposureServiceImpl
 
isHidden(Context, String, String, String) - Method in interface org.dspace.app.util.service.MetadataExposureService
Returns whether the given metadata field should be exposed (visible).
isHierarchical() - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic getter for the hierarchical
isHierarchical() - Method in class org.dspace.app.rest.model.VocabularyRest
 
isHierarchical() - Method in interface org.dspace.content.authority.ChoiceAuthority
Return true for hierarchical authorities
isHierarchical() - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
isHierarchical() - Method in interface org.dspace.content.authority.HierarchicalAuthority
 
isIIIFBundle(Bundle) - Static method in class org.dspace.iiif.util.IIIFSharedUtils
Utility method to check is a bundle can contain bitstreams to use as IIIF resources
isIIIFEnabled(Item) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
 
isIIIFEnabled(Item) - Static method in class org.dspace.iiif.util.IIIFSharedUtils
This method verify if the IIIF feature is enabled on the item or parent collection.
isIIIFItem(Item) - Static method in class org.dspace.iiif.util.IIIFSharedUtils
 
isImplicit() - Method in interface org.dspace.authenticate.AuthenticationMethod
Predicate, is this an implicit authentication method.
isImplicit() - Method in class org.dspace.authenticate.IPAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.LDAPAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.OidcAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
isImplicit() - Method in class org.dspace.authenticate.OrcidAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
isImplicit() - Method in class org.dspace.authenticate.PasswordAuthentication
This is an explicit method, since it needs username and password from some source.
isImplicit() - Method in class org.dspace.authenticate.ShibAuthentication
Predicate, is this an implicit authentication method.
isImplicit() - Method in class org.dspace.authenticate.X509Authentication
Returns true, this is an implicit method.
isIn(Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
isIn(Item, Collection) - Method in interface org.dspace.content.service.ItemService
See whether this Item is contained by a given Collection.
isIncludeClientInfo() - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
isIncludeHeaders() - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
isIncludePayload() - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
isIncludeQueryString() - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
isIncludeTotal() - Method in class org.dspace.statistics.content.DatasetGenerator
 
isIndexAlways() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
The `indexAlways` property determines whether the configuration should always be included when indexing items.
isInDOAJ() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
isInfoFound() - Method in class org.dspace.checker.MostRecentChecksum
 
isInGroup(Group, EPerson) - Method in class org.dspace.sword.SWORDAuthenticator
Is the given eperson in the given group, or any of the groups that are also members of that group.
isInGroup(Group, EPerson) - Method in class org.dspace.sword2.SwordAuthenticator
Is the given eperson in the given group, or any of the groups that are also members of that group.
isInHierarchicalVocabulary() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
isInitialized() - Method in class org.dspace.app.util.MetadataExposureServiceImpl
Returns whether the maps from configuration have already been loaded into the hiddenElementSets property.
isInProgressSubmission(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
Check if the item is an inprogress submission
isInProgressSubmission(Context, Item) - Method in interface org.dspace.content.service.ItemService
Check if the supplied item is an inprogress submission
isInsertAction() - Method in class org.dspace.orcid.OrcidQueue
 
isInstanceOf(Element, String, String) - Method in class org.purl.sword.base.XmlElement
Determines if the specified element is an instance of the element name.
isInstanceOf(Element, XmlName) - Method in class org.purl.sword.base.XmlElement
Checks XML element local name and namespace URI.
isInternal() - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
isInternal() - Method in class org.dspace.content.BitstreamFormat
Find out if the bitstream format is an internal format - that is, one that is used to store system information, rather than the content of items in the system
isInternal() - Method in class org.dspace.xmlworkflow.Role
 
isInternalIndex() - Method in class org.dspace.browse.BrowseIndex
Does this browse index represent one of the internal item indexes?
isInvalidGrantException() - Method in exception org.dspace.orcid.exception.OrcidClientException
Returns true if the exception is related to an invalid grant error (authentication code non valid), false otherwise
isItemIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index of display type full?
isItemInWorkflow(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Is the given item in the DSpace workflow?
isItemInWorkspace(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Is the given item in a DSpace workspace?
isItemListedForUser(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
isItemListedForUser(Context, Item) - Method in interface org.dspace.content.service.ItemService
Service method for knowing if this Item should be visible in the item list.
isItemShown(ItemIdentifier) - Method in class org.dspace.xoai.filter.DSpaceFilter
 
isKeepOriginal() - Method in class org.dspace.sword.SWORDConfiguration
Should the repository keep the original package?
isKeepOriginal() - Method in class org.dspace.sword2.SwordConfigurationDSpace
Should the repository keep the original package?
isKeepPackageOnFailedIngest() - Method in class org.dspace.sword.SWORDConfiguration
should the repository write file of the original package if ingest fails
isKeepPackageOnFailedIngest() - Method in class org.dspace.sword2.SwordConfigurationDSpace
should the repository write file of the original package if ingest fails
isLast() - Method in class org.dspace.browse.BrowseInfo
True if these are the last results from the browse.
isLastVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isLastVersion(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isLastVersion(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isLastVersion(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isLatestVersion(Context, Item) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
Check whether the given item is the latest version.
isLevel(String) - Method in class org.dspace.app.statistics.LogLine
find out if the log line is of the given level.
isLinkedToOrcid(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
isLinkedToOrcid(Context, Item) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Check if the given item is linked to an ORCID profile.
isMandatory() - Method in class org.dspace.app.rest.model.ParameterRest
Generic getter for the mandatory
isMandatory() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
isMandatory() - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
isMandatory() - Method in class org.dspace.app.util.SubmissionStepConfig
 
isMatchedPrevChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
isMd5() - Method in class org.purl.sword.client.ClientOptions
Get the MD5 setting.
isMediated() - Method in class org.dspace.sword.SWORDConfiguration
Does the server support mediated deposit (aka on-behalf-of)?
isMediated() - Method in class org.dspace.sword2.SwordConfigurationDSpace
Does the server support mediated deposit (aka on-behalf-of)?
isMediationSet() - Method in class org.purl.sword.base.Collection
 
isMember(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, String) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id.
isMember(Context, EPerson, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, EPerson, String) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id.
isMember(Context, EPerson, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, EPerson, Group) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id.
isMember(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, Group) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id.
isMember(Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Group, Group) - Method in interface org.dspace.eperson.service.GroupService
Check to see if childGroup is a direct group member of owningGroup.
isMetadataBrowse() - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
isMetadataField() - Method in class org.dspace.app.util.DCInput
Verify whether the current field contains a metadata field This also implies a field type is defined for this field The field can contain both an entity relationship and a metadata field simultaneously
isMetadataIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index of display type single?
isMetadataModified() - Method in class org.dspace.content.DSpaceObject
 
isMetaInfoBundle(Bundle) - Static method in class org.dspace.content.packager.PackageUtils
Predicate, does this bundle container meta-information.
isModified() - Method in class org.dspace.content.DSpaceObject
 
isModifiedMetadataCache() - Method in class org.dspace.content.Item
 
isModify() - Method in class org.dspace.services.model.Event
Did this event modify something in the system?
isMutative() - Method in class org.dspace.curate.ResolvedTask
Returns whether task alters (mutates) it's target objects
isMyResourcePolicy(Context, EPerson, Integer) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
isMyResourcePolicy(Context, EPerson, Integer) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Check if the resource policy identified with (id) belong to ePerson
isNewItem() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a new item?
isNewMetadata(String, String) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Check to see if the provided label / data pair is already present in the "otherMetadata" or not
isNoCapture() - Method in class org.purl.sword.client.ClientOptions
Determine if the noCapture option is set.
isNoOp() - Method in class org.dspace.sword.SWORDConfiguration
Is this a no-op deposit?
isNoOp() - Method in class org.purl.sword.base.Deposit
 
isNoOp() - Method in class org.purl.sword.base.Service
Get the NoOp value.
isNoOp() - Method in class org.purl.sword.base.SWORDEntry
Get the current value of NoOp.
isNoOp() - Method in class org.purl.sword.client.ClientOptions
Determine if the NoOp header should be sent.
isNoOp() - Method in class org.purl.sword.client.PostMessage
Get the no-op state.
isNoOpSet() - Method in class org.purl.sword.base.Service
Determine if the NoOp value has been set.
isNoOpSet() - Method in class org.purl.sword.base.SWORDEntry
Determine if the noOp value has been set.
isNotFoundStatus() - Method in class org.dspace.orcid.client.OrcidResponse
 
ISO639_1 - Variable in class org.dspace.text.filter.Language
 
ISO639_2 - Variable in class org.dspace.text.filter.Language
 
isOkay() - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
isOnBehalfOfAdmin(SWORDContext) - Method in class org.dspace.sword.SWORDAuthenticator
Is the given onBehalfOf user DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
isOnBehalfOfAdmin(SwordContext) - Method in class org.dspace.sword2.SwordAuthenticator
Is the given onBehalfOf user DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
isOnBehalfOfInGroup(SWORDContext, Group) - Method in class org.dspace.sword.SWORDAuthenticator
Is the onBehalfOf user a member of the given group or one of its sub groups?
isOnBehalfOfInGroup(SwordContext, Group) - Method in class org.dspace.sword2.SwordAuthenticator
Is the onBehalfOf user a member of the given group or one of its sub groups?
isOpenAccessPermitted() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
isOpenAccessProhibited() - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
isOpenByDefault - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
isOpenByDefault() - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
isOpenByDefault() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
This method returns a boolean value indicating whether the search filter should be open or closed by default in the UI
isOptimizedForBatchProcessing() - Method in interface org.dspace.core.DBConnection
Has this session been configured for large batches? Typically this means that automatic flushing of updates to the database is suppressed, and thus one must take care to flush manually (or commit) at appropriate times.
isOptimizedForBatchProcessing() - Method in class org.dspace.core.HibernateDBConnection
 
isOptionInParam(HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.Action
Returns true if one of the options is a parameter of the request
isOrder(Context, WorkspaceItem, Group) - Method in interface org.dspace.eperson.service.SupervisorService
finds out if there is a supervision order that matches this set of values
isOrder(Context, WorkspaceItem, Group) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
isOwningCollection(Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
isOwningCollection(Item, Collection) - Method in interface org.dspace.content.service.ItemService
Return true if this Collection 'owns' this item
isParentOf(Context, Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isParentOf(Context, Group, Group) - Method in interface org.dspace.eperson.service.GroupService
Check to see if parentGroup is a direct or in-direct parent of a childGroup.
isPercentage() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
isPermanent() - Method in class org.dspace.app.rest.model.GroupRest
 
isPermanent() - Method in class org.dspace.eperson.Group
May this Group be renamed or deleted? (The content of any group may be changed.)
isPgcryptoInSchema(String) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the pgcrypto extension is installed into a particular schema
isPgcryptoUpToDate() - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the pgcrypto extension is BOTH installed AND up-to-date.
isPrint() - Method in class org.dspace.browse.BrowseOutput
 
isProcessed(DSpaceObject) - Method in class org.dspace.rdf.RDFizer
 
isPublic(Bitstream) - Method in class org.dspace.app.util.GoogleMetadata
Find out whether bitstream is readable by the public.
isPublic(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Checks whether the provided DSpaceObject is readable within the provided context and if the DSO is an Item whether it is archived, discoverable and not withdrawn.
isPublicBoolean(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Does the same as isPublic(Context, DSpaceObject) but returns a boolean instead of throwing exceptions.
isPubliclyVisible() - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
isPublishedBefore() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has been published or publicly distributed before
isPublishedBefore() - Method in class org.dspace.content.WorkspaceItem
 
isPublishedBefore() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
isQualdropValue() - Method in class org.dspace.app.util.DCInput
 
isQuiet - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isQuiet - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isRandomColors() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isReadOnly() - Method in class org.dspace.core.Context
Reports whether context supports updating DSpaceObjects, or only reading.
isReadOnly(String) - Method in class org.dspace.app.util.DCInput
Is this DCInput for display in readonly mode in the given scope? If the scope differ from which in visibility field then we use the out attribute of the visibility element.
isReady(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isReady(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether the specified collection is ready for immediate harvest.
isReady(HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isReady(HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether the specified collection is ready for immediate harvest.
isRecent(Long) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Return true if this file is too recent to be deleted, false otherwise.
isRegisteredBitstream(String) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
isRegisteredBitstream(String) - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
isRegisteredBitstream(String) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Does the internal_id column in the bitstream row indicate the bitstream is a registered file
isRegisteredBitstream(Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
isRegisteredBitstream(Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Determine if this bitstream is registered (available elsewhere on filesystem than in assetstore).
isReinstated() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a reinstated item?
isRelationshipField() - Method in class org.dspace.app.util.DCInput
Verify whether the current field contains an entity relationship This also implies a relationship type is defined for this field The field can contain both an entity relationship and a metadata field simultaneously
isRepeatable() - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
isRepeatable() - Method in class org.dspace.app.util.DCInput
Get the repeatable flag for this row
isReportVerbose() - Method in class org.dspace.checker.CheckerCommand
Determine if any errors are reported
isRequestFromTrustedProxy(String) - Method in interface org.dspace.service.ClientInfoService
Whether a request is from a trusted proxy or not.
isRequestFromTrustedProxy(String) - Method in class org.dspace.service.impl.ClientInfoServiceImpl
Whether a request is from a trusted proxy or not.
isRequireCertificate() - Method in class org.dspace.app.rest.model.EPersonRest
 
isRequired() - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
isRequired() - Method in class org.dspace.app.util.DCInput
Is there a required string for this form field?
isRequired() - Method in class org.dspace.submit.model.UploadConfiguration
 
isRestricted(Context, DSpaceObject) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
isRestricted(Context, DSpaceObject) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Is there at least one valid READ resource policy for this object?
isResume - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isRetrievePageViews() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
isRunning() - Method in interface org.dspace.kernel.DSpaceKernel
 
isRunning() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
isRunning() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
isScrollable() - Method in class org.dspace.app.rest.model.VocabularyRest
 
isScrollable() - Method in interface org.dspace.content.authority.ChoiceAuthority
Scrollable authorities allows the scroll of the entries without applying filter/query to the #getMatches(String, String, Collection, int, int, String)
isScrollable() - Method in class org.dspace.content.authority.DCInputAuthority
 
isSearchable(Item) - Method in class org.dspace.app.iiif.service.utils.IIIFUtils
Checks to see if the item is searchable.
isSecondLevel() - Method in class org.dspace.browse.BrowseInfo
Is this a second level (1) browse? Examples of this are a single value browse (e.g.
isSecondLevel() - Method in class org.dspace.browse.BrowserScope
 
isSelectable() - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
isSelfRegistered() - Method in class org.dspace.app.rest.model.EPersonRest
 
isServiceExists(String) - Method in interface org.dspace.kernel.ServiceManager
Lookup to see if a service exists with the given name.
isServiceExists(String) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
isSessionAlive() - Method in interface org.dspace.core.DBConnection
 
isSessionAlive() - Method in class org.dspace.core.HibernateDBConnection
Check if Hibernate Session is still "alive" / open.
isSet() - Method in class org.purl.sword.base.BasicBooleanContentElement
 
isSet() - Method in class org.purl.sword.base.BasicIntegerContentElement
 
isShouldCenter() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.AndFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DateFromFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DateUntilFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceAtLeastOneMetadataFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceAuthorizationFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceMetadataExistsFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceSetSpecFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.DSpaceWithdrawnFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.NotFilter
 
isShown(DSpaceItem) - Method in class org.dspace.xoai.filter.OrFilter
 
isSkipFirstNodeLevel() - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
ISSN - Variable in class org.dspace.app.util.GoogleMetadata
 
ISSNItemExtractor - Interface in org.dspace.app.sherpa.submit
 
isSpellCheck() - Method in class org.dspace.discovery.DiscoverQuery
 
isSpellCheckEnabled() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
isSpider(String) - Static method in class org.dspace.statistics.util.SpiderDetector
Check individual IP is a spider.
isSpider(String) - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
isSpider(String) - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
Check individual IP is a spider.
isSpider(String, String, String, String) - Static method in class org.dspace.statistics.util.SpiderDetector
Static Service Method for testing spiders against existing spider files.
isSpider(String, String, String, String) - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
isSpider(String, String, String, String) - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
Service Method for testing spiders against existing spider files.
isSpider(HttpServletRequest) - Static method in class org.dspace.statistics.util.SpiderDetector
Static Service Method for testing spiders against existing spider files.
isSpider(HttpServletRequest) - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
isSpider(HttpServletRequest) - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
Service Method for testing spiders against existing spider files.
isStartsWith() - Method in class org.dspace.browse.BrowseInfo
 
isStatementRequest(String, Map<String, String>, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
isStatus() - Method in class org.dspace.app.rest.model.step.UploadStatusResponse
 
isStdout() - Method in class org.dspace.rdf.RDFizer
Returns whether all converted data is printed to stdout.
isSubscribed(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Is that e-person subscribed to that collection?
isSubscribed(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
isSuccess() - Method in class org.dspace.identifier.ezid.EZIDResponse
Did the EZID request succeed?
isSuccessful() - Method in class org.dspace.app.itemimport.BatchUpload
Whether successulf
ISSUE - Variable in class org.dspace.app.util.GoogleMetadata
 
isSupportedLocale(Locale) - Static method in class org.dspace.core.I18nUtil
Check if the input locale is in the list of supported locales
isSupportedMediaType(String, DSpaceObject) - Method in class org.dspace.sword.SWORDConfiguration
Is the given packaging/media type supported by the given DSpace object?
isSynchronizationAllowed(Item, Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
isSynchronizationAllowed(Item, Item) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Check if the given researcher profile item is configured to synchronize the given item with ORCID.
isTagCloudEnabled() - Method in class org.dspace.browse.BrowseIndex
Is tag cloud enabled
isTest - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isToBeProcessed() - Method in class org.dspace.checker.MostRecentChecksum
 
isTopLevel() - Method in class org.dspace.browse.BrowseInfo
is this a top level (0) browse? Examples of this are a full item browse or a single browse.
isTopLevel() - Method in class org.dspace.browse.BrowserScope
 
isTransactionAlive() - Method in class org.dspace.core.Context
Find out whether our context includes an open database transaction.
isTransActionAlive() - Method in interface org.dspace.core.DBConnection
 
isTransActionAlive() - Method in class org.dspace.core.HibernateDBConnection
Check if the connection has a currently active Transaction.
isui - Static variable in class org.dspace.app.util.WebApp_
 
isUI() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
Is this webapp a user interface? False if machine interface such as SWORD.
isUI() - Method in class org.dspace.utils.DSpaceWebapp
 
ISUI - Static variable in class org.dspace.app.util.WebApp_
 
isUpdateAction() - Method in class org.dspace.orcid.OrcidQueue
 
isUsed(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get whether the authentication method is being used.
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.IPAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.LDAPAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.PasswordAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
 
isUsed(Context, HttpServletRequest) - Method in class org.dspace.authenticate.X509Authentication
 
isUseForPlace() - Method in class org.dspace.content.RelationshipMetadataValue
This property determines whether this RelationshipMetadataValue should be used in place calculation or not.
isUseForPlaceTrueForRelationshipType(RelationshipType, boolean) - Method in class org.dspace.content.virtual.VirtualMetadataPopulator
This method will return a boolean indicating whether the useForPlace is true or false for the given RelationshipType for the left or right type as indicated by the second parameter.
isUseMD5() - Method in class org.purl.sword.client.PostMessage
Get the MD5 status.
isUseProxies() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
isUseProxies() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
isUseProxiesEnabled() - Method in interface org.dspace.service.ClientInfoService
Does DSpace take into account HTTP proxy headers or not
isUseProxiesEnabled() - Method in class org.dspace.service.impl.ClientInfoServiceImpl
 
isUserAdmin(SWORDContext) - Method in class org.dspace.sword.SWORDAuthenticator
Is the authenticated user a DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
isUserAdmin(SwordContext) - Method in class org.dspace.sword2.SwordAuthenticator
Is the authenticated user a DSpace administrator? This translates as asking the question of whether the given eperson is a member of the special DSpace group Administrator, with id 1
isUserInGroup(SWORDContext, Group) - Method in class org.dspace.sword.SWORDAuthenticator
Is the authenticated user a member of the given group or one of its sub groups?
isUserInGroup(SwordContext, Group) - Method in class org.dspace.sword2.SwordAuthenticator
Is the authenticated user a member of the given group or one of its sub groups?
isValid() - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
This method will validate whether or not the given Response/Request/Information/Variables are valid.
isValid() - Method in class org.dspace.core.Context
Find out if this context is valid.
isValid() - Method in class org.dspace.discovery.FacetYearRange
 
isValid(String) - Static method in enum org.dspace.orcid.model.OrcidProfileSectionType
 
isValid(String) - Static method in enum org.dspace.profile.OrcidProfileDisconnectionMode
 
isValidDSpaceHome(String) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Returns whether a given path seems to have the required DSpace configurations in order to make it a valid DSpace home directory
isValidEntityType(String) - Static method in enum org.dspace.orcid.model.OrcidEntityType
Check if the given DSpace entity type is valid.
isValidSourceForFile(String) - Method in interface org.dspace.importer.external.service.components.FileSource
This method is used to decide if the FileSource manage the file format
isValidStep(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.Step
Is this step "valid"?
isValidToken() - Method in class org.dspace.external.OpenAIRERestToken
If the existing token has an expiration date and if it is at a minute of expiring
isValidToken(HttpServletRequest, SignedJWT, JWTClaimsSet, EPerson) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Determine if current JWT is valid for the given EPerson object.
isValidToken(HttpServletRequest, SignedJWT, JWTClaimsSet, EPerson) - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
Determine if current JWT is valid for the given EPerson object.
isValidType(String) - Method in class org.purl.sword.base.SwordContentPackageTypes
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
Check user constraints (enough users, group exists, ...).
isVerbose - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isVerbose() - Method in class org.dspace.browse.BrowseOutput
 
isVerbose() - Method in class org.dspace.rdf.RDFizer
Returns whether verbose information is printed to System.err.
isVerbose() - Method in class org.dspace.sword.SWORDConfiguration
Is this a verbose deposit?
isVerbose() - Method in class org.dspace.sword.SWORDService
 
isVerbose() - Method in class org.dspace.sword2.SwordConfigurationDSpace
Is this a verbose deposit?
isVerbose() - Method in class org.purl.sword.base.Deposit
 
isVerbose() - Method in class org.purl.sword.base.Service
Get the Verbose setting.
isVerbose() - Method in class org.purl.sword.client.ClientOptions
Determine if the verbose option is set.
isVerbose() - Method in class org.purl.sword.client.PostMessage
Get the verbose value.
isVerboseSet() - Method in class org.purl.sword.base.Service
Determine if the Verbose value has been set.
isVisible() - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
isVisible() - Method in class org.dspace.app.util.SubmissionStepConfig
Whether or not this step is visible within the Progress Bar.
isVisible() - Method in class org.dspace.profile.ResearcherProfile
A profile is considered visible if accessible by anonymous users.
isVisible() - Method in class org.dspace.sort.SortOption
Should this sort option be made visible in the UI
isVisible(String) - Method in class org.dspace.app.util.DCInput
Is this DCInput for display in the given scope? The scope should be either "workflow" or "submit", as per the input forms definition.
isWithdrawn() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a withdrawn item?
isWithdrawn() - Method in class org.dspace.content.Item
Find out if the item has been withdrawn
IsWithdrawnCondition - Class in org.dspace.content.logic.condition
A condition that returns true if the item is withdrawn
IsWithdrawnCondition() - Constructor for class org.dspace.content.logic.condition.IsWithdrawnCondition
 
ITALIAN - Static variable in class org.dspace.text.filter.Language
 
item - Variable in class org.dspace.app.itemupdate.ItemArchive
 
item - Static variable in class org.dspace.app.requestitem.RequestItem_
 
item - Variable in class org.dspace.app.util.GoogleMetadata
 
item - Static variable in class org.dspace.content.WorkspaceItem_
 
item - Static variable in class org.dspace.harvest.HarvestedItem_
 
item - Variable in class org.dspace.search.HarvestedItemInfo
The item.
item - Variable in class org.dspace.sword.DSpaceATOMEntry
the item this ATOM entry represents
item - Static variable in class org.dspace.versioning.Version_
 
item - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Item - Class in org.dspace.content
Class representing an item in DSpace.
Item() - Constructor for class org.dspace.content.Item
Protected constructor, create object using: ItemService.create(Context, WorkspaceItem)
Item(UUID) - Constructor for class org.dspace.content.Item
Takes a pre-determined UUID to be passed to the object to allow for the restoration of previously defined UUID's.
ITEM - org.dspace.xmlworkflow.Role.Scope
 
ITEM - Static variable in class org.dspace.app.requestitem.RequestItem_
 
ITEM - Static variable in class org.dspace.app.rest.model.BundleRest
 
ITEM - Static variable in class org.dspace.app.rest.model.ResearcherProfileRest
 
ITEM - Static variable in class org.dspace.app.rest.model.VersionRest
 
ITEM - Static variable in class org.dspace.content.WorkspaceItem_
 
ITEM - Static variable in class org.dspace.core.Constants
Type of item objects
ITEM - Static variable in class org.dspace.event.Event
 
ITEM - Static variable in class org.dspace.harvest.HarvestedItem_
 
ITEM - Static variable in class org.dspace.versioning.Version_
 
ITEM - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Item_ - Class in org.dspace.content
 
Item_() - Constructor for class org.dspace.content.Item_
 
item_id - Variable in class org.dspace.app.rest.model.RequestItemRest
 
ITEM_READ_GROUP - Static variable in class org.dspace.app.rest.model.CollectionRest
 
ITEM_VIEW - Static variable in class org.dspace.statistics.export.processor.ExportEventProcessor
 
ITEM_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is ITEM
item2Metadata(Item) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace item.
item2Metadata(Item) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
ItemAccessStatusLinkRepository - Class in org.dspace.app.rest.repository
Link repository for calculating the access status of an Item
ItemAccessStatusLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemAccessStatusLinkRepository
 
ItemAddBundleController - Class in org.dspace.app.rest
Controller to add bundles to a certain item, indicated by a uuid in the request Usage: POST /api/core/items/<:uuid>/bundles (with name and metadata of bundle in request json) Example:
ItemAddBundleController() - Constructor for class org.dspace.app.rest.ItemAddBundleController
 
ItemArchive - Class in org.dspace.app.itemupdate
Encapsulates the Item in the context of the DSpace Archive Format
ItemArchive() - Constructor for class org.dspace.app.itemupdate.ItemArchive
 
ItemBundleLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "bundles" subresource of an individual item.
ItemBundleLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemBundleLinkRepository
 
ItemCheck - Class in org.dspace.health
 
ItemCheck() - Constructor for class org.dspace.health.ItemCheck
 
ItemCollectionGenerator - Class in org.dspace.sword
 
ItemCollectionGenerator(SWORDService) - Constructor for class org.dspace.sword.ItemCollectionGenerator
 
ItemComparator - Class in org.dspace.content
Compare two Items by their DCValues.
ItemComparator(String, String, String, boolean) - Constructor for class org.dspace.content.ItemComparator
Constructor.
ItemConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the Item in the DSpace API data model and the REST data model
ItemConverter() - Constructor for class org.dspace.app.rest.converter.ItemConverter
 
ItemCountDAO - Interface in org.dspace.browse
Interface for data access of cached community and collection item count information
ItemCountDAOFactory - Class in org.dspace.browse
Factory class to allow us to load the correct DAO for registering item count information
ItemCountDAOSolr - Class in org.dspace.browse
Discovery (Solr) driver implementing ItemCountDAO interface to look up item count information in communities and collections.
ItemCountDAOSolr() - Constructor for class org.dspace.browse.ItemCountDAOSolr
 
ItemCounter - Class in org.dspace.browse
This class provides a standard interface to all item counting operations for communities and collections.
ItemCounter(Context) - Constructor for class org.dspace.browse.ItemCounter
Construct a new item counter which will use the given DSpace Context
ItemCountException - Exception in org.dspace.browse
Exception type to handle item count specific problems
ItemCountException() - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(String) - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(String, Throwable) - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(Throwable) - Constructor for exception org.dspace.browse.ItemCountException
 
itemDAO - Variable in class org.dspace.content.ItemServiceImpl
 
ItemDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Item object.
ItemDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Item object.
ItemDAOImpl() - Constructor for class org.dspace.content.dao.impl.ItemDAOImpl
 
ItemDepositor - Class in org.dspace.sword
 
ItemDepositor(SWORDService, DSpaceObject) - Constructor for class org.dspace.sword.ItemDepositor
 
ItemDiscoverableReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
This is the implementation for Item 'discoverable' patches.
ItemDiscoverableReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ItemDiscoverableReplaceOperation
 
ItemEntryGenerator - Class in org.dspace.sword
 
ItemEntryGenerator(SWORDService) - Constructor for class org.dspace.sword.ItemEntryGenerator
 
ItemEventProcessor - Class in org.dspace.statistics.export.processor
Processor that handles Item events from the IrusExportUsageEventListener
ItemEventProcessor(Context, HttpServletRequest, Item) - Constructor for class org.dspace.statistics.export.processor.ItemEventProcessor
Creates a new ItemEventProcessor that will set the params
ItemExportCLITool - Class in org.dspace.app.itemexport
Item exporter to create simple AIPs for DSpace content.
ItemExportException - Exception in org.dspace.app.itemexport
An exception that can be thrown when error occur during item export
ItemExportException(int, String) - Constructor for exception org.dspace.app.itemexport.ItemExportException
 
itemExportService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
ItemExportService - Interface in org.dspace.app.itemexport.service
Item exporter to create simple AIPs for DSpace content.
ItemExportServiceFactory - Class in org.dspace.app.itemexport.factory
Abstract factory to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation
ItemExportServiceFactory() - Constructor for class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
ItemExportServiceFactoryImpl - Class in org.dspace.app.itemexport.factory
Factory implementation to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation
ItemExportServiceFactoryImpl() - Constructor for class org.dspace.app.itemexport.factory.ItemExportServiceFactoryImpl
 
ItemExportServiceImpl - Class in org.dspace.app.itemexport
Item exporter to create simple AIPs for DSpace content.
ItemExportServiceImpl() - Constructor for class org.dspace.app.itemexport.ItemExportServiceImpl
 
itemID - Variable in class org.dspace.search.HarvestedItemInfo
Internal item ID (as opposed to item's OAI ID, which is the Handle)
ItemImportCLITool - Class in org.dspace.app.itemimport
Import items into DSpace.
ItemImportService - Interface in org.dspace.app.itemimport.service
Import items into DSpace.
ItemImportServiceFactory - Class in org.dspace.app.itemimport.factory
Abstract factory to get services for the itemimport package, use ItemImportService.getInstance() to retrieve an implementation
ItemImportServiceFactory() - Constructor for class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
ItemImportServiceFactoryImpl - Class in org.dspace.app.itemimport.factory
Factory implementation to get services for the itemimport package, use ItemImportService.getInstance() to retrieve an implementation
ItemImportServiceFactoryImpl() - Constructor for class org.dspace.app.itemimport.factory.ItemImportServiceFactoryImpl
 
ItemImportServiceImpl - Class in org.dspace.app.itemimport
Import items into DSpace.
ItemImportServiceImpl() - Constructor for class org.dspace.app.itemimport.ItemImportServiceImpl
 
ItemIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving items in the search core
ItemIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving items in the search core
ItemIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
itemIsDissertation() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a dissertation.
itemIsPatent() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a patent.
itemIsTechReport() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a tech report.
ItemListConfig - Class in org.dspace.browse
Class to mediate with the item list configuration
ItemListConfig() - Constructor for class org.dspace.browse.ItemListConfig
Create a new instance of the Item list configuration.
ItemMappedCollectionLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "mappedCollections" subresource of an individual item.
ItemMappedCollectionLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemMappedCollectionLinkRepository
 
ItemMarkingAvailabilityBitstreamStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item availability based on the existence of bitstreams within the ORIGINAL bundle.
ItemMarkingAvailabilityBitstreamStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
ItemMarkingCollectionStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item based on the collection the items belong to
ItemMarkingCollectionStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
ItemMarkingExtractor - Interface in org.dspace.app.itemmarking
Interface to abstract the strategy for item signing
ItemMarkingInfo - Class in org.dspace.app.itemmarking
Simple DTO to transfer data about the marking info for an item
ItemMarkingInfo() - Constructor for class org.dspace.app.itemmarking.ItemMarkingInfo
 
ItemMarkingMetadataStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item based on the existence of a specific value within the values of a specific metadata field
ItemMarkingMetadataStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
ItemMetadataValueAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" PATCH operation.
ItemMetadataValueAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueAddPatchOperation
 
ItemMetadataValueMovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "move" PATCH operation.
ItemMetadataValueMovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueMovePatchOperation
 
ItemMetadataValueRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" PATCH operation.
ItemMetadataValueRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueRemovePatchOperation
 
ItemMetadataValueReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" PATCH operation.
ItemMetadataValueReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueReplacePatchOperation
 
ItemNotArchivedException - Exception in org.dspace.rdf
 
ItemNotArchivedException() - Constructor for exception org.dspace.rdf.ItemNotArchivedException
 
ItemNotDiscoverableException - Exception in org.dspace.rdf
 
ItemNotDiscoverableException() - Constructor for exception org.dspace.rdf.ItemNotDiscoverableException
 
ItemOwningCollectionLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "owningCollection" subresource of an individual item.
ItemOwningCollectionLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemOwningCollectionLinkRepository
 
ItemOwningCollectionUpdateRestController - Class in org.dspace.app.rest
This controller will handle all the incoming calls on the api/code/items/{uuid}/owningCollection endpoint where the uuid corresponds to the item of which you want to edit the owning collection.
ItemOwningCollectionUpdateRestController() - Constructor for class org.dspace.app.rest.ItemOwningCollectionUpdateRestController
 
ItemRelationshipLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "relationships" subresource of an individual item.
ItemRelationshipLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemRelationshipLinkRepository
 
itemRepositoryResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
ItemRepositoryResolver - Interface in org.dspace.xoai.services.api.xoai
 
ItemResource - Class in org.dspace.app.rest.model.hateoas
Item Rest HAL Resource.
ItemResource(ItemRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ItemResource
 
ItemRest - Class in org.dspace.app.rest.model
The Item REST Resource
ItemRest() - Constructor for class org.dspace.app.rest.model.ItemRest
 
ItemRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Item Rest object
ItemRestRepository(ItemService) - Constructor for class org.dspace.app.rest.repository.ItemRestRepository
 
items - Static variable in class org.dspace.content.Bundle_
 
ITEMS - Static variable in class org.dspace.app.rest.model.BrowseIndexRest
 
ITEMS - Static variable in class org.dspace.content.Bundle_
 
itemService - Variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
itemService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
itemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
itemService - Variable in class org.dspace.app.iiif.service.ManifestService
 
itemService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
itemService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
itemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
itemService - Variable in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
itemService - Variable in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
itemService - Variable in class org.dspace.app.itemupdate.ItemArchive
 
itemService - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
itemService - Static variable in class org.dspace.app.itemupdate.MetadataUtilities
 
itemService - Static variable in interface org.dspace.app.itemupdate.UpdateAction
 
itemService - Variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
itemService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
itemService - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
itemService - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
itemService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
itemService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
itemService - Variable in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
itemService - Variable in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
itemService - Variable in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
itemService - Variable in class org.dspace.app.util.GoogleMetadata
 
itemService - Variable in class org.dspace.app.util.SyndicationFeed
 
itemService - Variable in class org.dspace.authority.indexer.AuthorityConsumer
 
itemService - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
itemService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
itemService - Variable in class org.dspace.authority.UpdateAuthorities
 
itemService - Variable in class org.dspace.browse.BrowseInfo
 
itemService - Variable in class org.dspace.browse.ItemCounter
 
itemService - Variable in class org.dspace.content.BitstreamServiceImpl
 
itemService - Variable in class org.dspace.content.BundleServiceImpl
 
itemService - Variable in class org.dspace.content.CollectionServiceImpl
 
itemService - Variable in class org.dspace.content.CommunityServiceImpl
 
itemService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.QDCCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
itemService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.EntityServiceImpl
 
itemService - Variable in class org.dspace.content.InstallItemServiceImpl
 
itemService - Variable in class org.dspace.content.ItemComparator
 
itemService - Variable in class org.dspace.content.logic.condition.AbstractCondition
 
itemService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
itemService - Variable in class org.dspace.content.packager.AbstractPackageDisseminator
 
itemService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
itemService - Static variable in class org.dspace.content.packager.PackageUtils
 
itemService - Variable in class org.dspace.content.packager.PDFPackager
 
itemService - Variable in class org.dspace.content.RelationshipMetadataServiceImpl
 
itemService - Variable in class org.dspace.content.RelationshipServiceImpl
 
itemService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
itemService - Variable in class org.dspace.curate.AbstractCurationTask
 
itemService - Variable in class org.dspace.curate.Curator
 
itemService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
itemService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
itemService - Variable in class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
itemService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
itemService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
itemService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
itemService - Variable in class org.dspace.eperson.SupervisorServiceImpl
 
itemService - Variable in class org.dspace.harvest.OAIHarvester
 
itemService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
itemService - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
itemService - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
itemService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
itemService - Static variable in class org.dspace.license.LicenseCleanup
 
itemService - Variable in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
itemService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
itemService - Variable in class org.dspace.rdf.RDFizer
 
itemService - Static variable in class org.dspace.search.Harvest
 
itemService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
itemService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
itemService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
itemService - Variable in class org.dspace.sword.CollectionDepositor
 
itemService - Variable in class org.dspace.sword.ItemCollectionGenerator
 
itemService - Variable in class org.dspace.sword.ItemDepositor
 
itemService - Variable in class org.dspace.sword.ItemEntryGenerator
 
itemService - Variable in class org.dspace.sword.SimpleFileIngester
 
itemService - Variable in class org.dspace.sword.SWORDAuthenticator
 
itemService - Variable in class org.dspace.sword.SWORDMETSIngester
 
itemService - Variable in class org.dspace.sword2.AbstractSimpleDC
 
itemService - Variable in class org.dspace.sword2.AbstractSwordContentIngester
 
itemService - Variable in class org.dspace.sword2.AtomStatementDisseminator
 
itemService - Variable in class org.dspace.sword2.DSpaceSwordAPI
 
itemService - Variable in class org.dspace.sword2.ReceiptGenerator
 
itemService - Variable in class org.dspace.sword2.SwordAuthenticator
 
itemService - Variable in class org.dspace.sword2.SwordUrlManager
 
itemService - Variable in class org.dspace.sword2.VersionManager
 
itemService - Variable in class org.dspace.util.SolrUpgradePre6xStatistics
 
itemService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
itemService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
itemService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
itemService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
itemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
ItemService - Interface in org.dspace.content.service
Service interface class for the Item object.
ItemServiceImpl - Class in org.dspace.content
Service implementation for the Item object.
ItemServiceImpl() - Constructor for class org.dspace.content.ItemServiceImpl
 
itemsToReindex - Variable in class org.dspace.authority.indexer.AuthorityConsumer
A set of item IDs who's metadata needs to be reindexed
itemsToUpdateAuthority - Variable in class org.dspace.authority.indexer.AuthorityConsumer
A set of all item IDs installed which need their authority updated
ItemTemplateItemOfLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "templateItemOf" subresource of an individual item.
ItemTemplateItemOfLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemTemplateItemOfLinkRepository
 
ItemTemplateRestController - Class in org.dspace.app.rest
This RestController takes care of the modification and retrieval of Collection's Item templates Contrary to CollectionItemtemplateController, this class will receive the UUID of an Item template
ItemTemplateRestController() - Constructor for class org.dspace.app.rest.ItemTemplateRestController
 
ItemThumbnailLinkRepository - Class in org.dspace.app.rest.repository
Link repository for the thumbnail Bitstream of an Item
ItemThumbnailLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemThumbnailLinkRepository
 
ItemUpdate - Class in org.dspace.app.itemupdate
Provides some batch editing capabilities for items in DSpace: Metadata fields - Add, Delete Bitstreams - Add, Delete The design has been for compatibility with ItemImporter in the use of the DSpace archive format which is used to specify changes on a per item basis.
ItemUpdate() - Constructor for class org.dspace.app.itemupdate.ItemUpdate
 
itemURL - Variable in class org.dspace.app.util.GoogleMetadata
 
ItemUtils - Class in org.dspace.xoai.util
 
ItemUuidAndRelationshipId - Class in org.dspace.content.dao.pojo
ItemUuidAndRelationshipId(UUID, int) - Constructor for class org.dspace.content.dao.pojo.ItemUuidAndRelationshipId
 
ItemVersionLinkRepository - Class in org.dspace.app.rest.repository
This is the Repository that will take care of fetching the Version for a given Item
ItemVersionLinkRepository() - Constructor for class org.dspace.app.rest.repository.ItemVersionLinkRepository
 
ItemVersionProvider - Interface in org.dspace.versioning
 
ItemWithdrawnException - Exception in org.dspace.rdf
 
ItemWithdrawnException() - Constructor for exception org.dspace.rdf.ItemWithdrawnException
 
ItemWithdrawReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation
This is the implementation for Item 'withdrawn' patches.
ItemWithdrawReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ItemWithdrawReplaceOperation
 
iterate(Query) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return an Iterator for the given Query
iterator() - Method in class org.dspace.app.itemupdate.ActionManager
This implementation guarantees the iterator order is the same as the order in which updateActions have been added
IteratorDispatcher - Class in org.dspace.checker
Really simple dispatcher that just iterates over a pre-defined list of ids.
IteratorDispatcher(Iterator<Bitstream>) - Constructor for class org.dspace.checker.IteratorDispatcher
Main constructor.
iteratorSearch(Context, IndexableObject, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
Convenience method to call @see #search(Context, DSpaceObject, DiscoverQuery) and getting an iterator for the results
iteratorSearch(Context, IndexableObject, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 

J

jDomToW3(Document) - Method in class org.dspace.app.util.OpenSearchServiceImpl
Converts a JDOM document to a W3C one
JOURNAL_TITLE - Variable in class org.dspace.app.util.GoogleMetadata
 
JPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
JPEGFilter() - Constructor for class org.dspace.app.mediafilter.JPEGFilter
 
JSON - org.dspace.app.sherpa.v2.SHERPAPublisherResponse.SHERPAFormat
 
JSON - org.dspace.app.sherpa.v2.SHERPAResponse.SHERPAFormat
 
JsonPatchConverter - Class in org.dspace.app.rest.converter
Convert JsonNodes containing JSON Patch to/from Patch objects.
JsonPatchConverter(ObjectMapper) - Constructor for class org.dspace.app.rest.converter.JsonPatchConverter
 
JsonPathMetadataProcessor - Interface in org.dspace.importer.external.metadatamapping.contributor
Service interface class for processing json object.
JsonValueEvaluator - Class in org.dspace.app.rest.model.patch
LateObjectEvaluator implementation that assumes values represented as JSON objects.
JsonValueEvaluator(ObjectMapper, JsonNode) - Constructor for class org.dspace.app.rest.model.patch.JsonValueEvaluator
 
JWTClaimProvider - Interface in org.dspace.app.rest.security.jwt
Interface to be implemented if you want to add a custom claim to a JSON Web Token, annotate with @Component to include it's implementation in the token
JWTTokenHandler - Class in org.dspace.app.rest.security.jwt
Class responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/ .
JWTTokenHandler() - Constructor for class org.dspace.app.rest.security.jwt.JWTTokenHandler
 
JWTTokenRestAuthenticationServiceImpl - Class in org.dspace.app.rest.security.jwt
Rest Authentication implementation for JSON Web Tokens
JWTTokenRestAuthenticationServiceImpl() - Constructor for class org.dspace.app.rest.security.jwt.JWTTokenRestAuthenticationServiceImpl
 

K

KeepAliveStrategy() - Constructor for class org.dspace.service.impl.HttpConnectionPoolService.KeepAliveStrategy
 
keepExistingModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if 'keep-existing' mode is enabled.
KERNEL_NAME - Static variable in interface org.dspace.kernel.DSpaceKernel
 
KernelStartupCallbackService - Interface in org.dspace.services
Interface whos implementations will be called when the kernel startup is completed.
keys() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get all the metadata keys that are represented in this line
keys() - Method in class org.purl.sword.base.SwordContentPackageTypes
 
KEYWORDS - org.dspace.orcid.model.OrcidProfileSectionType
 
KEYWORDS - Variable in class org.dspace.app.util.GoogleMetadata
 
kind - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
KNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "known" support level - for bitstream formats that are known to the system, but not fully supported

L

label - Variable in class org.dspace.app.rest.model.UsageReportPointRest
 
label - Variable in class org.dspace.content.authority.Choice
Label to display for this value (e.g.
label - Static variable in class org.dspace.content.EntityType_
 
LABEL - Static variable in class org.dspace.content.EntityType_
 
labels - Static variable in class org.dspace.content.authority.SampleAuthority
 
labelTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
lang - Variable in class org.dspace.ctask.general.MetadataWebService
 
lang - Variable in class org.dspace.rdf.RDFizer
 
langs - Variable in class org.dspace.ctask.general.AbstractTranslator
 
language - Variable in class org.dspace.content.ItemComparator
Language
language - Static variable in class org.dspace.content.MetadataValue_
 
Language - Class in org.dspace.text.filter
Define languages - both as IANA and ISO639-2 codes
LANGUAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
LANGUAGE - Static variable in class org.dspace.content.MetadataValue_
 
LANGUAGE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
LANGUAGE - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
LanguageFormField - Class in org.dspace.submit.model
A simple POJO to store information about the available languages for a field
LanguageFormField(String, String) - Constructor for class org.dspace.submit.model.LanguageFormField
 
LAST_ACTIVE - Static variable in class org.dspace.eperson.EPerson_
 
LAST_HARVESTED - Static variable in class org.dspace.harvest.HarvestedCollection_
 
LAST_HARVESTED - Static variable in class org.dspace.harvest.HarvestedItem_
 
LAST_INDEXED_FIELD - Static variable in class org.dspace.discovery.SearchUtils
 
LAST_MODIFIED - Static variable in class org.dspace.content.Item_
 
LAST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
lastActive - Static variable in class org.dspace.eperson.EPerson_
 
lastHarvested - Static variable in class org.dspace.harvest.HarvestedCollection_
 
lastHarvested - Static variable in class org.dspace.harvest.HarvestedItem_
 
lastModified - Static variable in class org.dspace.content.Item_
 
LASTNAME - Static variable in class org.dspace.eperson.EPerson
The last name (for sorting)
LASTPAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
lastRequest - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
LateObjectEvaluator - Interface in org.dspace.app.rest.model.patch
Strategy interface for resolving values from an operation definition.
LATEST_VERSION_STATUS - Static variable in class org.dspace.content.Relationship_
 
latestVersionStatus - Static variable in class org.dspace.content.Relationship_
 
LDAPAuthentication - Class in org.dspace.authenticate
This combined LDAP authentication method supersedes both the 'LDAPAuthentication' and the 'LDAPHierarchicalAuthentication' methods.
LDAPAuthentication() - Constructor for class org.dspace.authenticate.LDAPAuthentication
 
LEFT - org.dspace.content.RelationshipType.Tilted
 
LEFT_ITEM - Static variable in class org.dspace.content.Relationship_
 
LEFT_MAX_CARDINALITY - Static variable in class org.dspace.content.RelationshipType_
 
LEFT_MIN_CARDINALITY - Static variable in class org.dspace.content.RelationshipType_
 
LEFT_ONLY - org.dspace.content.Relationship.LatestVersionStatus
 
LEFT_PLACE - Static variable in class org.dspace.content.Relationship_
 
LEFT_SIDE_CHANGED - org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
 
LEFT_TYPE - Static variable in class org.dspace.content.RelationshipType_
 
leftItem - Static variable in class org.dspace.content.Relationship_
 
leftMaxCardinality - Static variable in class org.dspace.content.RelationshipType_
 
leftMinCardinality - Static variable in class org.dspace.content.RelationshipType_
 
leftPlace - Static variable in class org.dspace.content.Relationship_
 
leftType - Static variable in class org.dspace.content.RelationshipType_
 
LEFTWARD_TYPE - Static variable in class org.dspace.content.RelationshipType_
 
LEFTWARD_VALUE - Static variable in class org.dspace.content.Relationship_
 
leftwardType - Static variable in class org.dspace.content.RelationshipType_
 
leftwardValue - Static variable in class org.dspace.content.Relationship_
 
LEGACY_ID - Static variable in class org.dspace.content.Bitstream_
 
LEGACY_ID - Static variable in class org.dspace.content.Bundle_
 
LEGACY_ID - Static variable in class org.dspace.content.Collection_
 
LEGACY_ID - Static variable in class org.dspace.content.Community_
 
LEGACY_ID - Static variable in class org.dspace.content.Item_
 
LEGACY_ID - Static variable in class org.dspace.eperson.EPerson_
 
LEGACY_ID - Static variable in class org.dspace.eperson.Group_
 
LEGACY_WORKFLOW_NAME - Static variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
LEGACY_WORKFLOW_STEP1_NAME - Static variable in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
This is the default name of the role equivalent in the default configuration to the "legacy" workflow step1.
LEGACY_WORKFLOW_STEP2_NAME - Static variable in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
This is the default name of the role equivalent in the default configuration to the "legacy" workflow step2.
LEGACY_WORKFLOW_STEP3_NAME - Static variable in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
This is the default name of the role equivalent in the default configuration to the "legacy" workflow step3.
legacyId - Static variable in class org.dspace.content.Bitstream_
 
legacyId - Static variable in class org.dspace.content.Bundle_
 
legacyId - Static variable in class org.dspace.content.Collection_
 
legacyId - Static variable in class org.dspace.content.Community_
 
legacyId - Static variable in class org.dspace.content.Item_
 
legacyId - Static variable in class org.dspace.eperson.EPerson_
 
legacyId - Static variable in class org.dspace.eperson.Group_
 
LegacyPluginServiceImpl - Class in org.dspace.core
The Legacy Plugin Service is a very simple component container (based on the legacy PluginManager class from 5.x or below).
LegacyPluginServiceImpl() - Constructor for class org.dspace.core.LegacyPluginServiceImpl
 
license - Variable in class org.dspace.core.LicenseServiceImpl
The default license
LICENSE - Static variable in class org.dspace.app.rest.model.CollectionRest
 
LICENSE_BITSTREAM_NAME - Static variable in class org.dspace.core.Constants
Magic name of item license, as bitstream in LICENSE_BUNDLE_NAME
LICENSE_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Magic name of bundle containing item license
LICENSE_STEP_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
LicenseAddPatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" PATCH operation To accept/reject the license.
LicenseAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.LicenseAddPatchOperation
 
LicenseArgumentFormatter - Interface in org.dspace.content.license
 
LicenseCleanup - Class in org.dspace.license
Cleanup class for CC Licenses, corrects XML formatting errors by replacing the license_rdf bitstream.
LicenseRemovePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission License "remove" patch operation.
LicenseRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.LicenseRemovePatchOperation
 
LicenseReplacePatchOperation - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" patch operation LicenseAddPatchOperation
LicenseReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.LicenseReplacePatchOperation
 
LicenseResource - Class in org.dspace.app.rest.model.hateoas
License Rest HAL Resource.
LicenseResource(LicenseRest) - Constructor for class org.dspace.app.rest.model.hateoas.LicenseResource
 
LicenseRest - Class in org.dspace.app.rest.model
The License text REST resource.
LicenseRest() - Constructor for class org.dspace.app.rest.model.LicenseRest
 
licenseService - Variable in class org.dspace.content.CollectionServiceImpl
 
LicenseService - Interface in org.dspace.core.service
Encapsulate the deposit license.
LicenseServiceFactory - Class in org.dspace.license.factory
Abstract factory to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation
LicenseServiceFactory() - Constructor for class org.dspace.license.factory.LicenseServiceFactory
 
LicenseServiceFactoryImpl - Class in org.dspace.license.factory
Factory implementation to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation
LicenseServiceFactoryImpl() - Constructor for class org.dspace.license.factory.LicenseServiceFactoryImpl
 
LicenseServiceImpl - Class in org.dspace.core
Encapsulate the deposit license.
LicenseServiceImpl() - Constructor for class org.dspace.core.LicenseServiceImpl
 
LicenseStep - Class in org.dspace.app.rest.submit.step
License step for DSpace Spring Rest.
LicenseStep() - Constructor for class org.dspace.app.rest.submit.step.LicenseStep
 
LicenseStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the object's DSpace deposit license.
LicenseStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
LicenseStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
Accept a DSpace deposit license.
LicenseStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
LicenseUtils - Class in org.dspace.content
Utility class to manage generation and storing of the license text that the submitter has to grant/granted for archiving the item
LicenseValidation - Class in org.dspace.app.rest.submit.step.validation
This submission validation check that the license has been grant for the inprogress submission looking for the presence of a license bitstream in the license bundle,
LicenseValidation() - Constructor for class org.dspace.app.rest.submit.step.validation.LicenseValidation
 
lift_element - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
lift_qualifier - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
lift_schema - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
liftEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoLifter
Enforce lifting of embargo by turning read access to bitstreams in this Item back on.
liftEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoLifter
Implement the lifting of embargo in the "resource policies" (access control) by (for example) turning on default read access to all Bitstreams.
liftEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
liftEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Lift the embargo on an item which is assumed to be under embargo.
lifter - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
LIMIT_DEFAULT - Static variable in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
rows default limit
LimitedCountDispatcher - Class in org.dspace.checker
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher.
LimitedCountDispatcher() - Constructor for class org.dspace.checker.LimitedCountDispatcher
Default constructor uses LegacyPluginServiceImpl
LimitedCountDispatcher(BitstreamDispatcher) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedCountDispatcher(BitstreamDispatcher, int) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedDurationDispatcher - Class in org.dspace.checker
A delegating dispatcher that puts a time limit on the operation of another dispatcher.
LimitedDurationDispatcher(BitstreamDispatcher, Date) - Constructor for class org.dspace.checker.LimitedDurationDispatcher
Main constructor.
lines - Variable in class org.dspace.app.bulkedit.DSpaceCSV
An array list of CSV lines
Link - Class in org.purl.sword.atom
Represents an ATOM Link element.
Link() - Constructor for class org.purl.sword.atom.Link
Create a new instance and set prefix and local name to 'atom' and 'link', respectively.
LINKING - Static variable in class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
linkLicenseRefsToBitstreams(Context, PackageParameters, DSpaceObject, MdRef) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Cleanup our license file reference links, as Deposit Licenses and CC Licenses can be added two ways (and we only want to add them to zip package *once*): (1) Added as a normal Bitstream (assuming LICENSE and CC_LICENSE bundles will be included in pkg) (2) Added via a 'rightsMD' crosswalk (as they are rights information/metadata on an Item)
LinkNotFoundException - Exception in org.dspace.app.rest.exception
This is the exception to capture details about a not existing linked resource
LinkNotFoundException(String, String, String) - Constructor for exception org.dspace.app.rest.exception.LinkNotFoundException
 
linkProfile(Context, Item, OrcidTokenResponseDTO) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
linkProfile(Context, Item, OrcidTokenResponseDTO) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Configure the given profile with the data present in the given ORCID token.
LinkRest - Annotation Type in org.dspace.app.rest.model
Class or method-level annotation to provide information about linked/embedded subresources of a RestModel.
LinkRestRepository - Interface in org.dspace.app.rest.repository
This is the interface for Link Repositories.
links() - Method in annotation type org.dspace.app.rest.model.LinksRest
 
LinksRest - Annotation Type in org.dspace.app.rest.model
This annotation allows to specify the direct linked REST entities
linkToSingleResource(RestAddressableModel, String) - Method in class org.dspace.app.rest.utils.Utils
Create a HAL Link to a single resource
linkToSubResource(RestAddressableModel, String) - Method in class org.dspace.app.rest.utils.Utils
Create a HAL Link to a subresource of given resource.
linkToSubResource(RestAddressableModel, String, String) - Method in class org.dspace.app.rest.utils.Utils
Create a HAL Link to a subresource of given resource using given path name and link name
list(String, PrintStream, PrintStream, Integer...) - Method in class org.dspace.identifier.doi.DOIOrganiser
list DOIs queued for reservation or registration
list(Query) - Method in class org.dspace.core.AbstractHibernateDAO
This method will be used to return a list of results for the given query
list(Query, int, int) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return a list of results for the given Query and parameters
list(Context, CriteriaQuery<T>, boolean, Class<T>, int, int) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return a list with unique results, no duplicates, made by the given CriteriaQuery and parameters
list(Context, CriteriaQuery<T>, boolean, Class<T>, int, int, boolean) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return a list of results for the given CriteriaQuery and parameters
listBrowseEntries(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BrowseEntryLinkRepository
 
listBrowseItems(HttpServletRequest, String, Pageable, Projection) - Method in class org.dspace.app.rest.repository.BrowseItemLinkRepository
 
listCollectionContents(IRI, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.CollectionListManagerDSpace
 
listCollectionContents(Context, Collection) - Method in interface org.dspace.sword2.WorkflowManager
 
listCollectionContents(Context, Collection) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
listCollectionContents(Context, Collection) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
listDefinedEndpoint(HttpServletRequest) - Method in class org.dspace.app.rest.RootRestResourceController
 
ListenerProcessingStep - Interface in org.dspace.app.rest.submit
This interface allows a submission step to access and modify if needed an inprogress submission also when changes are requested to sections other than the one managed by the step itself.
listSearchMethods(String, String) - Method in class org.dspace.app.rest.RestResourceController
 
listSearchMethods(DSpaceRestRepository) - Method in class org.dspace.app.rest.utils.RestRepositoryUtils
 
LiteralGenerator - Static variable in class org.dspace.rdf.conversion.DMRM
Generates a literal depending on a DSpace metadata value.
literalLanguage - Static variable in class org.dspace.rdf.conversion.DMRM
Defines the language a literal uses.
literalType - Static variable in class org.dspace.rdf.conversion.DMRM
Defines the datatype a generated literal gets.
LiveImportClient - Interface in org.dspace.importer.external.liveimportclient.service
Interface for classes that allow to contact LiveImport clients.
LiveImportClientImpl - Class in org.dspace.importer.external.liveimportclient.service
Implementation of LiveImportClient.
LiveImportClientImpl() - Constructor for class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
LiveImportDataProvider - Class in org.dspace.external.provider.impl
This class allows to configure a Live Import Provider as an External Data Provider
LiveImportDataProvider() - Constructor for class org.dspace.external.provider.impl.LiveImportDataProvider
 
load(String) - Method in interface org.dspace.rdf.storage.RDFStorage
Don't use this method directly, use RDFizer.loadModel(...) instead.
load(String) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
load(String, Context, boolean) - Method in class org.dspace.statistics.util.StatisticsImporter
Read lines from the statistics file and load their data into solr.
loadBitstreamFormats(Context, String) - Static method in class org.dspace.administer.RegistryLoader
Load Bitstream Format metadata
loadCatalog() - Method in class org.dspace.curate.TaskResolver
Loads catalog of descriptors for tasks if not already loaded
loadConfig(String, Object) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Loads (i.e.
loadConfiguration() - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
loadConfiguration(Map<String, Object>) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Load (i.e.
loadDublinCore(DocumentBuilder, InputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Modification of method from ItemImporter.loadDublinCore as a Factory method
loadDublinCore(Context, Item, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
LoadLastLogin - Class in org.dspace.eperson
Examine a collection of DSpace log files, building a table of last login times for known EPersons, and then update EPerson records with the latest dates.
loadMetadata(Context, Item, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
loadMetadataMaps() - Method in class org.dspace.sword2.AbstractSimpleDC
 
loadModel(String) - Static method in class org.dspace.rdf.RDFUtil
Loads converted data of a DSpaceObject identified by the URI provided as identifier.
loadOrCreateDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Load a DOI from the database or creates it if it does not exist.
loadOrCreateDOI(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Load DOI from database, or create one if it doesn't yet exist.
loadRegistry(String, boolean) - Static method in class org.dspace.administer.MetadataImporter
Load the data from the specified file path into the database
loadSFXFile(String, Item) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Loads the SFX configuration file
loadSFXFile(String, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
loadSpiderIpAddresses() - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
loadSpiderIpAddresses() - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
 
loadToken(HttpServletRequest) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
 
loadVocabulary(String) - Static method in class org.dspace.vocabulary.ControlledVocabulary
Load the vocabulary with the given filename, if no vocabulary is found null is returned The vocabulary file will need to located in the [dspace.dir]/config/controlled-vocabulary directory.
loadXML(String) - Static method in class org.dspace.administer.RegistryImporter
Load in the XML from file.
loadXML(String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Load in the XML from file.
LOCAL - org.dspace.services.model.Event.Scope
 
LocaleOrderingFilter - Class in org.dspace.browse
Makes a sort string that is Locale dependent.
LocaleOrderingFilter() - Constructor for class org.dspace.browse.LocaleOrderingFilter
 
localize(Map<String, String>, String) - Method in class org.dspace.app.util.SyndicationFeed
 
LocalSchemaFilenameFilter - Class in org.dspace.app.util
 
LocalSchemaFilenameFilter() - Constructor for class org.dspace.app.util.LocalSchemaFilenameFilter
 
localSchemas - Static variable in class org.dspace.content.packager.METSManifest
 
LocalURIGenerator - Class in org.dspace.rdf.storage
 
LocalURIGenerator() - Constructor for class org.dspace.rdf.storage.LocalURIGenerator
 
LocalURIRedirectionServlet - Class in org.dspace.rdf.providing
 
LocalURIRedirectionServlet() - Constructor for class org.dspace.rdf.providing.LocalURIRedirectionServlet
 
locationService - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
locationToName(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
LocationUtils - Class in org.dspace.statistics.util
Mapping between Country codes, English Country names, Continent Codes, and English Continent names
lock - Static variable in class org.dspace.harvest.HarvestScheduler
 
lock - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
log - Static variable in class org.dspace.app.bulkedit.MetadataImport
Logger
log - Static variable in class org.dspace.app.rest.repository.CollectionRestRepository
 
log - Variable in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
log - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
log - Variable in class org.dspace.app.util.SyndicationFeed
 
log - Static variable in class org.dspace.harvest.HarvestScheduler
 
log - Static variable in class org.dspace.health.Check
 
log - Static variable in class org.dspace.sword.CollectionLocation
Log4j logger
log - Static variable in class org.dspace.sword.DepositManager
Log4j logger
log - Static variable in class org.dspace.sword.DSpaceSWORDServer
Log4j logger
log - Static variable in class org.dspace.sword.SWORDConfiguration
logger
log - Static variable in class org.dspace.sword.SWORDMETSIngester
Log4j logger
log - Static variable in class org.dspace.sword.SWORDService
Log4j logging instance
log - Static variable in class org.dspace.sword2.AbstractSwordContentIngester
 
log - Static variable in class org.dspace.sword2.SwordConfigurationDSpace
logger
log - Static variable in class org.dspace.sword2.SwordMETSContentIngester
Log4j logger
log - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
log - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
log4j category
log(Logger) - Method in exception org.dspace.content.packager.PackageException
Write details of this exception to the indicated logger.
log2(int) - Method in class org.dspace.event.Event
 
LogAnalyser - Class in org.dspace.app.statistics
This class performs all the actual analysis of a given set of DSpace log files.
LogAnalyserCheck - Class in org.dspace.health
 
LogAnalyserCheck() - Constructor for class org.dspace.health.LogAnalyserCheck
 
logConfiguration() - Static method in class org.dspace.app.util.GoogleMetadata
Dump Metadata field mapping to log
logDebug(String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
logDebug(String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will perform the debug logging of the message given
logDebug(String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
logDebugMessage(String) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Debugging logging if required
logDebugMessage(String) - Method in class org.dspace.ctask.general.ClamScan
 
logError(String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
logError(String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will perform the error logging of the message given
logError(String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
logError(String, Throwable) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
logError(String, Throwable) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will perform the error logging of the message given along with a stack trace
logError(String, Throwable) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
logfailed(Context, String) - Method in interface org.dspace.statistics.export.service.OpenUrlService
Will log the failed url in the database
logfailed(Context, String) - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
Log a failed url in the database
loggedIn(Context) - Method in class org.dspace.app.rest.login.impl.ResearcherProfileAutomaticClaim
 
loggedIn(Context) - Method in interface org.dspace.app.rest.login.PostLoggedInAction
Perform some operations after the user login.
LoggerUsageEventListener - Class in org.dspace.usage
 
LoggerUsageEventListener() - Constructor for class org.dspace.usage.LoggerUsageEventListener
 
LOGGING_PROPERTY_FILE - Static variable in class org.purl.sword.client.ClientConstants
The logging property file.
LogHelper - Class in org.dspace.core
Class for generating standard log header
loghelpinfo() - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
logHelpInfo() - Method in class org.dspace.app.bulkedit.MetadataExport
 
logHelpInfo() - Method in class org.dspace.app.bulkedit.MetadataExportCli
 
LogicalStatement - Interface in org.dspace.content.logic
The base interface used by all logic classes: all operators and conditions are logical statements.
LogicalStatementException - Exception in org.dspace.content.logic
Exception for errors encountered while evaluating logical statements defined as spring beans.
LogicalStatementException() - Constructor for exception org.dspace.content.logic.LogicalStatementException
 
LogicalStatementException(String) - Constructor for exception org.dspace.content.logic.LogicalStatementException
 
LogicalStatementException(String, Throwable) - Constructor for exception org.dspace.content.logic.LogicalStatementException
 
LogicalStatementException(Throwable) - Constructor for exception org.dspace.content.logic.LogicalStatementException
 
login() - Method in class org.dspace.app.rest.AuthenticationRestController
Disables GET/PUT/PATCH on the /login endpoint.
login() - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
Log to EPO, bearer is valid for 20 minutes
login(HttpServletRequest, String, String) - Method in class org.dspace.app.rest.AuthenticationRestController
Check whether the login has succeeded or not.
LOGIN - org.dspace.usage.UsageEvent.Action
 
logInfo(String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
logInfo(String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will perform the info logging of the message given
logInfo(String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
LoginJWTTokenHandler - Class in org.dspace.app.rest.security.jwt
Class responsible for creating and parsing JSON Web Tokens (JWTs), supports both JWS and JWE https://jwt.io/
LoginJWTTokenHandler() - Constructor for class org.dspace.app.rest.security.jwt.LoginJWTTokenHandler
 
LoginOnBehalfOfFeature - Class in org.dspace.app.rest.authorization.impl
The LoginOnBehalfOf feature.
LoginOnBehalfOfFeature() - Constructor for class org.dspace.app.rest.authorization.impl.LoginOnBehalfOfFeature
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get an external login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.IPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.LDAPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.OidcAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.OrcidAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.PasswordAuthentication
Returns URL of password-login servlet.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.ShibAuthentication
Get login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.X509Authentication
Returns URL of password-login servlet.
LogLine - Class in org.dspace.app.statistics
This class represents a single log file line and the operations that can be performed on it The components that it represents are: Date, Level, User, Action, and additional Params
logMessage(String) - Method in class org.dspace.curate.Curator.TaskRunner
Builds a useful log message for a curation task.
logo - Static variable in class org.dspace.content.Collection_
 
logo - Static variable in class org.dspace.content.Community_
 
LOGO - Static variable in class org.dspace.app.rest.model.CollectionRest
 
LOGO - Static variable in class org.dspace.app.rest.model.CommunityRest
 
LOGO - Static variable in class org.dspace.content.Collection_
 
LOGO - Static variable in class org.dspace.content.Community_
 
logout() - Method in class org.dspace.app.rest.AuthenticationRestController
Returns a successful "204 No Content" response for a logout request.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.dspace.app.rest.security.CustomLogoutHandler
This method removes the session salt from an eperson, this way the token won't be verified anymore
logoutMethodNotAllowed() - Method in class org.dspace.app.rest.AuthenticationRestController
Disables GET/PUT/PATCH on the /logout endpoint.
LogReporter - Class in org.dspace.curate
Write curation report records through the logging framework.
LogReporter() - Constructor for class org.dspace.curate.LogReporter
 
logWarning(String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
logWarning(String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will perform the warning logging of the message given
logWarning(String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
logWorkflowEvent(Context, String, String, String, XmlWorkflowItem, EPerson, Step, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
look(String) - Method in interface org.dspace.services.model.Cache
Gets an object from the cache without causing it to be refreshed or renewed.
lookup(Class<E>, String) - Static method in class org.dspace.authority.util.EnumUtils
 
lookup(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Fetch the metadata bound to an identifier.
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Look up a DOI identifier for a given DSpaceObject
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Return the identifier for a DSpaceObject.
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
lookup(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Gets the identifiers all registered IdentifierProvider returns if asked to lookup the provided DSpaceObject.
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
lookup(Context, DSpaceObject, Class<? extends Identifier>) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
lookup(Context, DSpaceObject, Class<? extends Identifier>) - Method in interface org.dspace.identifier.service.IdentifierService
Get an identifier for a given object which is assignment-compatible with a given Identifier type.
lookupField - Variable in class org.dspace.ctask.general.MetadataWebService
 
lookupTransform - Variable in class org.dspace.ctask.general.MetadataWebService
 
loopContinuously - Variable in class org.dspace.checker.SimpleDispatcher
Should this dispatcher keep on dispatching around the collection?
LOWER - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
LOWER_OR_EQUAL - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
LowerCaseAndTrim - Class in org.dspace.text.filter
Lowercase and trim leading / trailing whitespace
LowerCaseAndTrim() - Constructor for class org.dspace.text.filter.LowerCaseAndTrim
 

M

main(String[]) - Static method in class org.dspace.administer.CommunityFiliator
 
main(String[]) - Static method in class org.dspace.administer.CreateAdministrator
For invoking via the command line.
main(String[]) - Static method in class org.dspace.administer.MetadataExporter
 
main(String[]) - Static method in class org.dspace.administer.MetadataImporter
main method for reading user input from the command line
main(String[]) - Static method in class org.dspace.administer.RegistryLoader
For invoking via the command line
main(String[]) - Static method in class org.dspace.administer.StructBuilder
Main method to be run from the command line to import a structure into DSpacee or export existing structure to a file.The command is of the form:
main(String[]) - Static method in class org.dspace.app.checker.ChecksumChecker
Command line access to the checksum package.
main(String[]) - Static method in class org.dspace.app.itemexport.ItemExportCLITool
 
main(String[]) - Static method in class org.dspace.app.itemimport.ItemImportCLITool
 
main(String[]) - Static method in class org.dspace.app.itemupdate.ItemUpdate
 
main(String[]) - Static method in class org.dspace.app.launcher.CommandRunner
 
main(String[]) - Static method in class org.dspace.app.launcher.ScriptLauncher
Execute the DSpace script launcher
main(String[]) - Static method in class org.dspace.app.packager.Packager
 
main(String[]) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
 
main(String[]) - Static method in class org.dspace.app.statistics.CreateStatReport
 
main(String[]) - Static method in class org.dspace.app.statistics.LogAnalyser
main method to be run from command line.
main(String[]) - Static method in class org.dspace.app.statistics.ReportGenerator
main method to be run from command line.
main(String[]) - Static method in class org.dspace.app.util.Configuration
Command-line interface for running configuration tasks.
main(String[]) - Static method in class org.dspace.app.util.IndexVersion
 
main(String[]) - Static method in class org.dspace.app.util.InitializeEntities
The main method for this script
main(String[]) - Static method in class org.dspace.app.util.OptimizeSelectCollection
 
main(String[]) - Static method in class org.dspace.app.util.Version
 
main(String[]) - Static method in class org.dspace.authority.indexer.AuthorityIndexClient
 
main(String[]) - Static method in class org.dspace.authority.UpdateAuthorities
 
main(String[]) - Static method in class org.dspace.authorize.FixDefaultPolicies
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.authorize.PolicySet
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.checker.DailyReportEmailer
Allows users to have email sent to them.
main(String[]) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Simple command-line rig for testing the DIM output of a stylesheet.
main(String[]) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Simple command-line rig for testing the DIM output of a stylesheet.
main(String[]) - Static method in class org.dspace.content.logic.TestLogicRunner
Main runner method for CLI usage
main(String[]) - Static method in class org.dspace.core.Email
Test method to send an email to check email server settings
main(String[]) - Method in class org.dspace.core.LegacyPluginServiceImpl
Invoking this class from the command line just runs checkConfiguration and shows the results.
main(String[]) - Static method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
main(String[]) - Static method in class org.dspace.embargo.EmbargoCLITool
Command-line service to scan for every Item with an expired embargo, and then lift that embargo.
main(String[]) - Static method in class org.dspace.eperson.EPersonCLITool
Tool for manipulating user accounts.
main(String[]) - Static method in class org.dspace.eperson.Groomer
Command line tool for "grooming" the EPerson collection.
main(String[]) - Static method in class org.dspace.eperson.LoadLastLogin
 
main(String[]) - Static method in class org.dspace.eperson.SubscribeCLITool
Method for invoking subscriptions via the command line
main(String[]) - Static method in class org.dspace.handle.UpdateHandlePrefix
When invoked as a command-line tool, updates handle prefix
main(String[]) - Static method in class org.dspace.health.Report
 
main(String[]) - Static method in class org.dspace.identifier.DataCiteXMLCreator
Test the operation of this class.
main(String[]) - Static method in class org.dspace.identifier.doi.DOIOrganiser
Main command-line runner method as with other DSpace launcher commands
main(String[]) - Static method in class org.dspace.iiif.canvasdimension.CanvasDimensionCLI
 
main(String[]) - Static method in class org.dspace.license.LicenseCleanup
 
main(String[]) - Static method in class org.dspace.rdf.RDFizer
 
main(String...) - Static method in class org.dspace.statistics.AnonymizeStatistics
 
main(String[]) - Static method in class org.dspace.statistics.util.ApacheLogRobotsProcessor
Creates a file containing spiders based on an Apache log file by analyzing users of the robots.txt file
main(String[]) - Static method in class org.dspace.statistics.util.ClassicDSpaceLogConverter
Main method to execute the converter
main(String[]) - Static method in class org.dspace.statistics.util.RepairDump
Repair known classes of problems with exported statistics.
main(String[]) - Static method in class org.dspace.statistics.util.StatisticsClient
Main method to run the statistics importer.
main(String[]) - Static method in class org.dspace.statistics.util.StatisticsImporter
Main method to run the statistics importer.
main(String[]) - Static method in class org.dspace.storage.bitstore.BitStoreMigrate
Migrates asset store.
main(String[]) - Static method in class org.dspace.storage.bitstore.Cleanup
Cleans up asset store.
main(String[]) - Static method in class org.dspace.storage.bitstore.S3BitStoreService
Contains a command-line testing tool.
main(String[]) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Commandline tools for managing database changes, etc.
main(String[]) - Static method in class org.dspace.testing.PubMedToImport
 
main(String[]) - Static method in class org.dspace.util.MultiFormatDateParser
 
main(String[]) - Static method in class org.dspace.util.SolrImportExport
Entry point for command-line invocation
main(String[]) - Static method in class org.dspace.util.SolrUpgradePre6xStatistics
Entry point for command-line invocation
main(String[]) - Static method in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
main(String[]) - Static method in class org.dspace.xoai.app.XOAI
 
main(String[]) - Static method in class org.purl.sword.base.ChecksumUtils
Run a simple test to process the file.
main(String[]) - Static method in class org.purl.sword.client.ClientFactory
Start the application and determine which client should be loaded.
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
mainContext - Variable in class org.dspace.harvest.HarvestScheduler
 
mainHarvestThread - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
mainTitle() - Method in class org.dspace.app.statistics.HTMLReport
output the title in the relevant format.
mainTitle() - Method in interface org.dspace.app.statistics.Report
output the title in the relevant format.
makeAliases(String) - Static method in class org.dspace.content.crosswalk.XSLTCrosswalk
Derive list of plugin name from DSpace configuration entries for crosswalks.
makeBitstreamURL(Context, Bitstream, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the URL by which the METS manifest refers to a Bitstream member within the same package.
makeChildDiv(String, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create a <div> element with <mptr> which references a child object via its handle (and via a local file name, when recursively disseminating all child objects).
makeCitedDocument(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
makeCitedDocument(Context, Bitstream) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Creates a cited document from the given bitstream of the given item.
makeConsumerProfile(String) - Static method in class org.dspace.event.ConsumerProfile
Factory method, create new profile from configuration.
makeConversion(String) - Method in interface org.dspace.content.crosswalk.IConverter
Get an alternative format for the input string.
MakeDiscoverableFeature - Class in org.dspace.app.rest.authorization.impl
The make discoverable feature.
MakeDiscoverableFeature() - Constructor for class org.dspace.app.rest.authorization.impl.MakeDiscoverableFeature
 
makeErrorDocument(String, int, String, HttpServletRequest, HttpServletResponse) - Method in class org.purl.sword.server.DepositServlet
Utility method to construct a SWORDErrorDocumentTest
makeFieldKey(String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
makeFieldKey(String, String, String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
makeFieldKey(String, String, String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFieldKey(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
makeFieldKey(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFileDiv(String, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
makeManifest(Context, DSpaceObject, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Write out a METS manifest.
makeMdSec(Context, DSpaceObject, Class, String, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create an element wrapped around a metadata reference (either mdWrap or mdRef); i.e.dmdSec, techMd, sourceMd, etc.
makeMetadataValueInfo(String, String) - Method in class org.dspace.sword2.SimpleDCEntryIngester
 
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Create the metsHdr element for the AIP METS Manifest.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makeObject(String) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
makePersistentID(DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
MakePrivateFeature - Class in org.dspace.app.rest.authorization.impl
The make private feature.
MakePrivateFeature() - Constructor for class org.dspace.app.rest.authorization.impl.MakePrivateFeature
 
makeSingular(String) - Static method in class org.dspace.app.rest.utils.Utils
 
makeSortString(String, String) - Method in class org.dspace.sort.AbstractTextFilterOFD
Prepare the appropriate sort string for the given value in the given language.
makeSortString(String, String) - Method in class org.dspace.sort.OrderFormatDate
 
makeSortString(String, String) - Method in interface org.dspace.sort.OrderFormatDelegate
Prepare the appropriate sort string for the given value in the given language.
makeSortString(String, String, String) - Static method in class org.dspace.sort.OrderFormat
Generate a sort string for the given DC metadata
MALAGASY - Static variable in class org.dspace.text.filter.Language
 
MALTESE - Static variable in class org.dspace.text.filter.Language
 
MANAGE_ACCESS_GROUP - Static variable in class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
 
ManageAdminGroupFeature - Class in org.dspace.app.rest.authorization.impl
The manage admin group feature.
ManageAdminGroupFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageAdminGroupFeature
 
ManageGroupFeature - Class in org.dspace.app.rest.authorization.impl
The Manage Group Feature.
ManageGroupFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageGroupFeature
 
ManageGroupsFeature - Class in org.dspace.app.rest.authorization.impl
The Manage Groups Feature.
ManageGroupsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageGroupsFeature
 
ManageSubmitterGroupFeature - Class in org.dspace.app.rest.authorization.impl
The manage submitter group feature.
ManageSubmitterGroupFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageSubmitterGroupFeature
 
ManageTemplateItemFeature - Class in org.dspace.app.rest.authorization.impl
The ManageTemplateItem feature.
ManageTemplateItemFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageTemplateItemFeature
 
ManageWorkflowGroupFeature - Class in org.dspace.app.rest.authorization.impl
The manage workflow group feature.
ManageWorkflowGroupFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ManageWorkflowGroupFeature
 
mangleExpr(String, String) - Method in class org.dspace.ctask.general.MetadataWebService
 
MANIFEST_FILE - Static variable in class org.dspace.content.packager.METSManifest
Canonical filename of METS manifest within a package or as a bitstream.
ManifestGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps a domain model for the Manifest.
ManifestGenerator() - Constructor for class org.dspace.app.iiif.model.generator.ManifestGenerator
 
ManifestsCacheEvictService - Class in org.dspace.iiif.consumer
Removes items from the iiif manifests cache.
ManifestsCacheEvictService() - Constructor for class org.dspace.iiif.consumer.ManifestsCacheEvictService
 
ManifestService - Class in org.dspace.app.iiif.service
This service creates the manifest.
ManifestService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.ManifestService
Constructor.
MANUAL - org.dspace.profile.OrcidSynchronizationMode
Mode in which the user can manually decide when to synchronize data with ORCID.
MAPPED_COLLECTIONS - Static variable in class org.dspace.app.rest.model.ItemRest
 
MAPPED_ITEMS - Static variable in class org.dspace.app.rest.model.CollectionRest
 
MappedCollectionRestController - Class in org.dspace.app.rest
This RestController takes care of the creation and deletion of MappedCollections.
MappedCollectionRestController() - Constructor for class org.dspace.app.rest.MappedCollectionRestController
 
mapper - Variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
mapping - Variable in class org.dspace.workflow.TasksetMapType
 
MappingType - Class in org.dspace.workflow
Java class for mapping-type complex type.
MappingType() - Constructor for class org.dspace.workflow.MappingType
 
MARC21InitialArticleWord - Class in org.dspace.text.filter
Implements MARC 21 standards to disregard initial definite or indefinite article in sorting.
MARC21InitialArticleWord() - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
MARC21InitialArticleWord(boolean) - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
markProcessed(DSpaceObject) - Method in class org.dspace.rdf.RDFizer
 
markRobotByUserAgent(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
markRobotByUserAgent(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
markRobotsByIP() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
markRobotsByIP() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
marshall() - Method in class org.purl.sword.atom.Author
Marshall the data in this object to a XOM Element.
marshall() - Method in class org.purl.sword.atom.Content
Marshall the data in this object to an Element object.
marshall() - Method in class org.purl.sword.atom.Entry
Marshal the data stored in this object into Element objects.
marshall() - Method in class org.purl.sword.atom.Generator
Marshal the data in the object to an Element object.
marshall() - Method in class org.purl.sword.atom.Link
Mashall the data stored in this object into Element objects.
marshall() - Method in class org.purl.sword.atom.Source
Marshal the data stored in this object into Element objects.
marshall() - Method in class org.purl.sword.atom.TextConstruct
Marshal the data in this object to an Element object.
marshall() - Method in class org.purl.sword.base.BasicContentElement
Marshal the data in this object to an Element object.
marshall() - Method in class org.purl.sword.base.Collection
Marshall the data in this object to an Element object.
marshall() - Method in class org.purl.sword.base.DepositResponse
Marshall the data in the enclosed SWORD Entry.
marshall() - Method in class org.purl.sword.base.Service
Marshal the data in this object to an Element object.
marshall() - Method in class org.purl.sword.base.ServiceDocument
Marshall the data in the Service element and generate a String representation.
marshall() - Method in class org.purl.sword.base.SwordAcceptPackaging
Marshal the data in this object to an Element object.
marshall() - Method in interface org.purl.sword.base.SwordElementInterface
Marshall the data in the object to the XOM Element.
marshall() - Method in class org.purl.sword.base.SWORDErrorDocument
Overrides the marshal method in the parent SWORDEntry.
marshall() - Method in class org.purl.sword.base.Workspace
Marshal the data in this element to an Element.
marshallContent(Element) - Method in class org.purl.sword.base.BasicBooleanContentElement
 
marshallContent(Element) - Method in class org.purl.sword.base.BasicContentElement
 
marshallContent(Element) - Method in class org.purl.sword.base.BasicIntegerContentElement
 
marshallContent(Element) - Method in class org.purl.sword.base.BasicStringContentElement
 
marshallElements(Element) - Method in class org.purl.sword.atom.Entry
 
marshallElements(Element) - Method in class org.purl.sword.base.SWORDEntry
 
maskTypeToCore(int) - Method in class org.dspace.event.Event
 
match(String) - Method in class org.dspace.authenticate.IPMatcher
Determine whether the given full IP falls within the range this IPMatcher was initialized with.
match(String, String, String, String, MetadataValue) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Utility method for pattern-matching metadata elements.
MATCHED_PREV_CHECKSUM - Static variable in class org.dspace.checker.MostRecentChecksum_
 
matchedPrevChecksum - Static variable in class org.dspace.checker.MostRecentChecksum_
 
matcher - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that matches those subsequences of a metadata value, that should be replaced.
matches(String) - Method in class org.dspace.eperson.PasswordHash
Is this the string whose hash I hold?
matchesName(String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
matchingImports(String) - Method in class org.dspace.importer.external.service.ImportService
Utility method to find what import implementations match the imports uri.
matchRelationshipType(List<RelationshipType>, String, String, String) - Static method in class org.dspace.app.util.RelationshipUtils
Matches two Entity types to a Relationship Type from a set of Relationship Types.
MatrixElementProcessor - Class in org.dspace.importer.external.metadatamapping.contributor
This Processor allows to extract all values of a matrix.
MatrixElementProcessor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.MatrixElementProcessor
 
max - Variable in class org.dspace.content.ItemComparator
Whether maximum or minimum value will be used
MAX_UPLOAD_SIZE_EXCEEDED - Static variable in interface org.purl.sword.base.ErrorCodes
MediationNotAllowed - where a client has attempted a mediated deposit, but this is not supported by the server
max2Process - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
maxActiveThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
maxHeartbeat - Static variable in class org.dspace.harvest.HarvestScheduler
 
maxRetry - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
MBEAN_NAME - Static variable in interface org.dspace.kernel.DSpaceKernel
 
MBEAN_PREFIX - Static variable in interface org.dspace.kernel.DSpaceKernel
 
MBEAN_SUFFIX - Static variable in interface org.dspace.kernel.DSpaceKernel
 
MD_COPYRIGHT_TEXT - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_FIRSTNAME - Static variable in interface org.dspace.eperson.service.EPersonService
 
MD_INTRODUCTORY_TEXT - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_LANGUAGE - Static variable in interface org.dspace.eperson.service.EPersonService
 
MD_LASTNAME - Static variable in interface org.dspace.eperson.service.EPersonService
 
MD_LICENSE - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_NAME - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_PHONE - Static variable in interface org.dspace.eperson.service.EPersonService
 
MD_PROVENANCE_DESCRIPTION - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_SCHEMA - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
MD_SCHEMA - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
MD_SHORT_DESCRIPTION - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_SIDEBAR_TEXT - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_SOURCE - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
MD_USER_FORMAT_DESCRIPTION - Static variable in interface org.dspace.content.service.DSpaceObjectService
 
mdFiles - Variable in class org.dspace.content.packager.METSManifest
all mdRef elements in the manifest
MdStreamCache() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
MEDIA_UNAVAILABLE - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
if the media requested is unavailable
MEDIA_UNAVAILABLE - Static variable in class org.dspace.sword2.DSpaceUriRegistry
if the media requested is unavailable
MediaEntryManager - Class in org.dspace.sword
 
MediaEntryManager(SWORDService) - Constructor for class org.dspace.sword.MediaEntryManager
 
MediaFilter - Class in org.dspace.app.mediafilter
Abstract class which defines the default settings for a *simple* Media or Format Filter.
MediaFilter() - Constructor for class org.dspace.app.mediafilter.MediaFilter
 
MediaFilterScript - Class in org.dspace.app.mediafilter
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterScript() - Constructor for class org.dspace.app.mediafilter.MediaFilterScript
 
MediaFilterScriptConfiguration<T extends MediaFilterScript> - Class in org.dspace.app.mediafilter
 
MediaFilterScriptConfiguration() - Constructor for class org.dspace.app.mediafilter.MediaFilterScriptConfiguration
 
MediaFilterService - Interface in org.dspace.app.mediafilter.service
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterServiceFactory - Class in org.dspace.app.mediafilter.factory
Abstract factory to get services for the mediafilter package, use MediaFilterServiceFactory.getInstance() to retrieve an implementation
MediaFilterServiceFactory() - Constructor for class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
MediaFilterServiceFactoryImpl - Class in org.dspace.app.mediafilter.factory
Factory implementation to get services for the mediafilter package, use MediaFilterServiceFactory.getInstance() to retrieve an implementation
MediaFilterServiceFactoryImpl() - Constructor for class org.dspace.app.mediafilter.factory.MediaFilterServiceFactoryImpl
 
MediaFilterServiceImpl - Class in org.dspace.app.mediafilter
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterServiceImpl() - Constructor for class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
MediaRange - Class in org.dspace.rdf.negotiation
 
MediaRange(String) - Constructor for class org.dspace.rdf.negotiation.MediaRange
 
mediaRangeRegex - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
MediaResourceManagerDSpace - Class in org.dspace.sword2
 
MediaResourceManagerDSpace() - Constructor for class org.dspace.sword2.MediaResourceManagerDSpace
 
MEDIATION_NOT_ALLOWED - Static variable in interface org.purl.sword.base.ErrorCodes
MediationNotAllowed - where a client has attempted a mediated deposit, but this is not supported by the server
MEMBER - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUP - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBERS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
mergeMetadata(Context, T, MetadataRest) - Method in class org.dspace.app.rest.converter.MetadataConverter
Merge into a DSpace object's domain metadata values from a rest representation.
message(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message to be processed.
message(String) - Method in class org.dspace.sword.SWORDService
shortcut to registering a message with the verboseDescription member variable.
MESSAGE_KEY - Static variable in exception org.dspace.app.rest.exception.EPersonNameNotProvidedException
 
MESSAGE_KEY - Static variable in exception org.dspace.app.rest.exception.GroupHasPendingWorkflowTasksException
 
MESSAGE_KEY - Static variable in exception org.dspace.app.rest.exception.GroupNameNotProvidedException
 
MESSAGE_KEY - Static variable in exception org.dspace.app.rest.exception.RESTEmptyWorkflowGroupException
 
MessageOutputPanel - Class in org.purl.sword.client
Panel to display output messages.
MessageOutputPanel() - Constructor for class org.purl.sword.client.MessageOutputPanel
Create a new instance and initialise the panel.
metadata - Static variable in class org.dspace.content.DSpaceObject_
 
metadata - Static variable in class org.dspace.orcid.OrcidHistory_
 
metadata - Static variable in class org.dspace.orcid.OrcidQueue_
 
METADATA - Static variable in class org.dspace.content.DSpaceObject_
 
METADATA - Static variable in class org.dspace.orcid.OrcidHistory_
 
METADATA - Static variable in class org.dspace.orcid.OrcidQueue_
 
METADATA_AND_BITSTREAMS - org.dspace.app.rest.model.HarvestTypeEnum
 
METADATA_AND_REF - org.dspace.app.rest.model.HarvestTypeEnum
 
METADATA_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Bundle name for structured metadata bitstreams.
METADATA_CONFIG_ID - Static variable in class org.dspace.harvest.HarvestedCollection_
 
METADATA_FIELD - Static variable in class org.dspace.content.MetadataValue_
 
METADATA_FIELDS - Variable in class org.dspace.app.iiif.service.ManifestService
 
METADATA_IIIF_CANVAS_NAMING - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_DESCRIPTION - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_ENABLED - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_ENABLED - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_HEIGHT_QUALIFIER - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_IMAGE_ELEMENT - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_LABEL - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_LABEL_ELEMENT - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_SCHEMA - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_SEARCH_ENABLED - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_TOC - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_TOC_ELEMENT - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IIIF_VIEWING_HINT - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IIIF_WIDTH_QUALIFIER - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
METADATA_IMAGE_HEIGHT - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_IMAGE_WIDTH - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
METADATA_MAPPING_PATH_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
METADATA_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
Maximum length for eperson additional metadata fields
METADATA_ONLY - org.dspace.app.rest.model.HarvestTypeEnum
 
METADATA_ONLY - Static variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
METADATA_PATH - Variable in class org.dspace.identifier.doi.DataCiteConnector
Path on the DataCite server used to register metadata.
METADATA_PREFIXES_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
METADATA_SCHEMA - Static variable in class org.dspace.content.MetadataField_
 
METADATA_SCHEMA_URL_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
MetadataAuthorityISSNExtractor - Class in org.dspace.app.sherpa.submit
 
MetadataAuthorityISSNExtractor() - Constructor for class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
metadataAuthorityService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
metadataAuthorityService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
metadataAuthorityService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
MetadataAuthorityService - Interface in org.dspace.content.authority.service
Broker for metadata authority settings configured for each metadata field.
MetadataAuthorityServiceImpl - Class in org.dspace.content.authority
Broker for metadata authority settings configured for each metadata field.
MetadataAuthorityServiceImpl() - Constructor for class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
metadataConfigId - Static variable in class org.dspace.harvest.HarvestedCollection_
 
MetadataContributor<RecordType> - Interface in org.dspace.importer.external.metadatamapping.contributor
 
MetadataConverter - Class in org.dspace.app.rest.converter
Converter to translate between lists of domain MetadataValues and MetadataRest representations.
MetadataConverter() - Constructor for class org.dspace.app.rest.converter.MetadataConverter
 
MetadataConverterPlugin - Class in org.dspace.rdf.conversion
 
MetadataConverterPlugin() - Constructor for class org.dspace.rdf.conversion.MetadataConverterPlugin
 
MetadataDeletion - Class in org.dspace.app.bulkedit
DSpaceRunnable implementation to delete all the values of the given metadata field.
MetadataDeletion() - Constructor for class org.dspace.app.bulkedit.MetadataDeletion
 
MetadataDeletionCli - Class in org.dspace.app.bulkedit
The MetadataDeletion for CLI.
MetadataDeletionCli() - Constructor for class org.dspace.app.bulkedit.MetadataDeletionCli
 
MetadataDeletionCliScriptConfiguration - Class in org.dspace.app.bulkedit
Script configuration for MetadataDeletionCli.
MetadataDeletionCliScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataDeletionCliScriptConfiguration
 
MetadataDeletionScriptConfiguration<T extends MetadataDeletion> - Class in org.dspace.app.bulkedit
MetadataDeletionScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataDeletionScriptConfiguration
 
MetadataDSpaceCsvExportService - Interface in org.dspace.content.service
This is the interface to be implemented by a Service that deals with the exporting of Metadata
MetadataDSpaceCsvExportServiceImpl - Class in org.dspace.content
MetadataDSpaceCsvExportServiceImpl() - Constructor for class org.dspace.content.MetadataDSpaceCsvExportServiceImpl
 
MetadataEntryGenerator - Class in org.dspace.app.iiif.model.generator
Wraps the domain model metadata property.
MetadataEntryGenerator() - Constructor for class org.dspace.app.iiif.model.generator.MetadataEntryGenerator
 
MetadataExport - Class in org.dspace.app.bulkedit
Metadata exporter to allow the batch export of metadata into a file
MetadataExport() - Constructor for class org.dspace.app.bulkedit.MetadataExport
 
MetadataExportCli - Class in org.dspace.app.bulkedit
 
MetadataExportCli() - Constructor for class org.dspace.app.bulkedit.MetadataExportCli
 
MetadataExportCliScriptConfiguration - Class in org.dspace.app.bulkedit
 
MetadataExportCliScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataExportCliScriptConfiguration
 
MetadataExporter - Class in org.dspace.administer
 
MetadataExportScriptConfiguration<T extends MetadataExport> - Class in org.dspace.app.bulkedit
MetadataExportScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataExportScriptConfiguration
 
MetadataExportSearch - Class in org.dspace.app.bulkedit
Metadata exporter to allow the batch export of metadata from a discovery search into a file
MetadataExportSearch() - Constructor for class org.dspace.app.bulkedit.MetadataExportSearch
 
MetadataExportSearchCli - Class in org.dspace.app.bulkedit
The cli version of the MetadataExportSearch script
MetadataExportSearchCli() - Constructor for class org.dspace.app.bulkedit.MetadataExportSearchCli
 
MetadataExportSearchCliScriptConfiguration - Class in org.dspace.app.bulkedit
This is the CLI version of the MetadataExportSearchScriptConfiguration class that handles the configuration for the MetadataExportSearchCli script
MetadataExportSearchCliScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataExportSearchCliScriptConfiguration
 
MetadataExportSearchScriptConfiguration<T extends MetadataExportSearch> - Class in org.dspace.app.bulkedit
MetadataExportSearchScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataExportSearchScriptConfiguration
 
MetadataExposureService - Interface in org.dspace.app.util.service
Static utility class to manage configuration for exposure (hiding) of certain Item metadata fields.
MetadataExposureServiceImpl - Class in org.dspace.app.util
Static utility class to manage configuration for exposure (hiding) of certain Item metadata fields.
MetadataExposureServiceImpl() - Constructor for class org.dspace.app.util.MetadataExposureServiceImpl
 
metadataField - Static variable in class org.dspace.content.MetadataValue_
 
MetadataField - Class in org.dspace.content
DSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier.
MetadataField() - Constructor for class org.dspace.content.MetadataField
MetadataField_ - Class in org.dspace.content
 
MetadataField_() - Constructor for class org.dspace.content.MetadataField_
 
MetadataFieldCache - Class in org.dspace.xoai.services.impl
 
MetadataFieldCache() - Constructor for class org.dspace.xoai.services.impl.MetadataFieldCache
 
MetadataFieldConfig - Class in org.dspace.importer.external.metadatamapping
A generalised configuration for metadata fields.
MetadataFieldConfig() - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
An empty initialization of MetadataFieldConfig
MetadataFieldConfig(String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Create a MetadataFieldConfig using a single value.
MetadataFieldConfig(String, String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Create a MetadataFieldConfig using a schema and element qualifier will be set to null
MetadataFieldConfig(String, String, String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Create a MetadataFieldConfig using a schema,element and qualifier
MetadataFieldConfig(MetadatumDTO) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Create a MetadataFieldConfig based on a given MetadatumDTO This MetadatumDTO object contains the schema, element and qualifier needed to initialize the MetadataFieldConfig
MetadataFieldConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the MetadataField in the DSpace API data model and the REST data model
MetadataFieldConverter() - Constructor for class org.dspace.app.rest.converter.MetadataFieldConverter
 
metadataFieldDAO - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
MetadataFieldDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataField object.
MetadataFieldDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataField object.
MetadataFieldDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
MetadataFieldIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving MetadataField items in the search core
MetadataFieldIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving MetadataField items in the search core
MetadataFieldIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
metadataFieldMapping - Variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
 
metadataFieldMapping - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
metadataFieldMapping - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
MetadataFieldMapping<RecordType,​QueryType> - Interface in org.dspace.importer.external.metadatamapping
Represents an interface for the mapping of the metadatum fields
MetadataFieldName - Class in org.dspace.content
Simple immutable holder for the name of a metadata field.
MetadataFieldName(String) - Constructor for class org.dspace.content.MetadataFieldName
Initialize a tuple of (schema, element, qualifier) to name a metadata field.
MetadataFieldName(String, String) - Constructor for class org.dspace.content.MetadataFieldName
Initialize a tuple of (schema, element, qualifier=null) to name a metadata field.
MetadataFieldName(String, String, String) - Constructor for class org.dspace.content.MetadataFieldName
Initialize a tuple of (schema, element, qualifier) to name a metadata field.
MetadataFieldName(MetadataSchemaEnum, String) - Constructor for class org.dspace.content.MetadataFieldName
Initialize a tuple of (schema, element, qualifier=null) to name a metadata field.
MetadataFieldName(MetadataSchemaEnum, String, String) - Constructor for class org.dspace.content.MetadataFieldName
Initialize a tuple of (schema, element, qualifier) to name a metadata field.
MetadataFieldResource - Class in org.dspace.app.rest.model.hateoas
MetadataField Rest HAL Resource.
MetadataFieldResource(MetadataFieldRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.MetadataFieldResource
 
MetadataFieldRest - Class in org.dspace.app.rest.model
The MetadataField REST Resource
MetadataFieldRest() - Constructor for class org.dspace.app.rest.model.MetadataFieldRest
 
MetadataFieldRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage MetadataField Rest object
MetadataFieldRestRepository() - Constructor for class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
metadataFields - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
The list of metadata fields which are to be indexed *
metadataFields - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
metadataFieldService - Static variable in class org.dspace.administer.MetadataExporter
 
metadataFieldService - Static variable in class org.dspace.administer.MetadataImporter
 
metadataFieldService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
metadataFieldService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataFieldService - Variable in class org.dspace.app.itemupdate.AddMetadataAction
 
metadataFieldService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
metadataFieldService - Variable in class org.dspace.authenticate.ShibAuthentication
 
metadataFieldService - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
metadataFieldService - Variable in class org.dspace.content.crosswalk.CrosswalkMetadataValidator
 
metadataFieldService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
metadataFieldService - Variable in class org.dspace.content.MetadataSchemaServiceImpl
 
metadataFieldService - Variable in class org.dspace.content.RelationshipMetadataServiceImpl
 
MetadataFieldService - Interface in org.dspace.content.service
Service interface class for the MetadataField object.
MetadataFieldServiceImpl - Class in org.dspace.content
Service implementation for the MetadataField object.
MetadataFieldServiceImpl() - Constructor for class org.dspace.content.MetadataFieldServiceImpl
 
metadataFileFilter - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataHeaderMap - Variable in class org.dspace.authenticate.ShibAuthentication
Additional metadata mappings
MetadataImport - Class in org.dspace.app.bulkedit
Metadata importer to allow the batch import of metadata from a file
MetadataImport() - Constructor for class org.dspace.app.bulkedit.MetadataImport
 
MetadataImportCLI - Class in org.dspace.app.bulkedit
CLI variant for the MetadataImport class This has been made so that we can specify the behaviour of the determineChanges method to be specific for the CLI
MetadataImportCLI() - Constructor for class org.dspace.app.bulkedit.MetadataImportCLI
 
MetadataImportCliScriptConfiguration - Class in org.dspace.app.bulkedit
The ScriptConfiguration for the MetadataImportCLI CLI script
MetadataImportCliScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataImportCliScriptConfiguration
 
MetadataImporter - Class in org.dspace.administer
 
MetadataImportException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportException(String) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportException(String, Exception) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportInvalidHeadingException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportInvalidHeadingException(String, int, int) - Constructor for exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Instantiate a new MetadataImportInvalidHeadingException
MetadataImportScriptConfiguration<T extends MetadataImport> - Class in org.dspace.app.bulkedit
MetadataImportScriptConfiguration() - Constructor for class org.dspace.app.bulkedit.MetadataImportScriptConfiguration
 
MetadataListener - Interface in org.dspace.submit.listener
The interface to implement to support the ExtractMetadata enrichment step
MetadataMappingException - Exception in org.dspace.rdf.conversion
 
MetadataMappingException(Exception) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
MetadataMappingException(String) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
MetadataMappingException(String, Exception) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
metadataMappings - Variable in class org.dspace.app.util.GoogleMetadata
 
metadataName - Static variable in class org.dspace.rdf.conversion.DMRM
The name of the metadata to convert (e.g.
metadataProcessor - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
 
MetadataProcessorService - Interface in org.dspace.importer.external.metadatamapping.transform
Represents an interface to do processing of metadataValues
MetadataRDFMapping - Class in org.dspace.rdf.conversion
 
MetadataRDFMapping(String, Pattern, List<Resource>) - Constructor for class org.dspace.rdf.conversion.MetadataRDFMapping
 
metadataReadPermissionOnBitstream(Context, Bitstream) - Method in class org.dspace.app.rest.security.BitstreamMetadataReadPermissionEvaluatorPlugin
 
MetadataRest - Class in org.dspace.app.rest.model
Rest representation of a map of metadata keys to ordered lists of values.
MetadataRest() - Constructor for class org.dspace.app.rest.model.MetadataRest
 
metadataSchema - Static variable in class org.dspace.content.MetadataField_
 
MetadataSchema - Class in org.dspace.content
Class representing a schema in DSpace.
MetadataSchema() - Constructor for class org.dspace.content.MetadataSchema
Protected constructor, create object using: MetadataSchemaService.create(Context, String, String)
MetadataSchema_ - Class in org.dspace.content
 
MetadataSchema_() - Constructor for class org.dspace.content.MetadataSchema_
 
MetadataSchemaConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the MetadataSchema in the DSpace API data model and the REST data model
MetadataSchemaConverter() - Constructor for class org.dspace.app.rest.converter.MetadataSchemaConverter
 
metadataSchemaDAO - Variable in class org.dspace.content.MetadataSchemaServiceImpl
 
MetadataSchemaDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataSchema object.
MetadataSchemaDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataSchema object.
MetadataSchemaDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
 
MetadataSchemaEnum - Enum in org.dspace.content
This is an enumeration that holds track of a few special MetadataSchema types.
MetadataSchemaResource - Class in org.dspace.app.rest.model.hateoas
MetadataSchema Rest HAL Resource.
MetadataSchemaResource(MetadataSchemaRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.MetadataSchemaResource
 
MetadataSchemaRest - Class in org.dspace.app.rest.model
The MetadataSchema REST Resource
MetadataSchemaRest() - Constructor for class org.dspace.app.rest.model.MetadataSchemaRest
 
MetadataSchemaRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage MetadataSchema Rest object
MetadataSchemaRestRepository() - Constructor for class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
metadataSchemaService - Static variable in class org.dspace.administer.MetadataExporter
 
metadataSchemaService - Static variable in class org.dspace.administer.MetadataImporter
 
metadataSchemaService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
metadataSchemaService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataSchemaService - Variable in class org.dspace.app.itemupdate.AddMetadataAction
 
metadataSchemaService - Variable in class org.dspace.authenticate.ShibAuthentication
 
metadataSchemaService - Variable in class org.dspace.content.crosswalk.CrosswalkMetadataValidator
 
metadataSchemaService - Variable in class org.dspace.content.ItemServiceImpl
 
metadataSchemaService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
MetadataSchemaService - Interface in org.dspace.content.service
Service interface class for the MetadataSchema object.
MetadataSchemaServiceImpl - Class in org.dspace.content
Service implementation for the MetadataSchema object.
MetadataSchemaServiceImpl() - Constructor for class org.dspace.content.MetadataSchemaServiceImpl
 
metadataSignatureGenerator - Variable in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
MetadataSignatureGenerator - Interface in org.dspace.orcid.service
Interface that mark classes that can be used to generate a signature for metadata values.
MetadataSource - Interface in org.dspace.importer.external.service.components
Super interface for all import implementations.
MetadataSourceException - Exception in org.dspace.importer.external.exception
Represents a problem with the input source: e.g.
MetadataSourceException() - Constructor for exception org.dspace.importer.external.exception.MetadataSourceException
Constructs a new exception with null as its detail message.
MetadataSourceException(String) - Constructor for exception org.dspace.importer.external.exception.MetadataSourceException
Constructs a new exception with the specified detail message.
MetadataSourceException(String, Throwable) - Constructor for exception org.dspace.importer.external.exception.MetadataSourceException
Constructs a new exception with the specified detail message and cause.
MetadataSourceException(Throwable) - Constructor for exception org.dspace.importer.external.exception.MetadataSourceException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
MetadataUtilities - Class in org.dspace.app.itemupdate
Miscellaneous methods for metadata handling that build on the API which might have general utility outside of the specific use in context in ItemUpdate.
MetadataValidation - Class in org.dspace.app.rest.submit.step.validation
Execute three validation check on fields validation: - mandatory metadata missing - regex missing match - authority required metadata missing
MetadataValidation() - Constructor for class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
MetadataValidationException - Exception in org.dspace.content.crosswalk
This indicates a problem with the input metadata (for submission) or item state (dissemination).
MetadataValidationException() - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValue - Class in org.dspace.content
Database access class representing a Dublin Core metadata value.
MetadataValue() - Constructor for class org.dspace.content.MetadataValue
Protected constructor, create object using: MetadataValueService.create(Context, DSpaceObject, MetadataField)
MetadataValue_ - Class in org.dspace.content
 
MetadataValue_() - Constructor for class org.dspace.content.MetadataValue_
 
MetadataValueAddPatchOperation<DSO extends DSpaceObject> - Class in org.dspace.app.rest.submit.factory.impl
Submission "add" common PATCH operation.
MetadataValueAddPatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
MetadataValueConverter - Class in org.dspace.app.rest.converter
Converter to translate between domain MetadataValues and MetadataValueRest representations.
MetadataValueConverter() - Constructor for class org.dspace.app.rest.converter.MetadataValueConverter
 
metadataValueDAO - Variable in class org.dspace.content.MetadataValueServiceImpl
 
MetadataValueDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataValue object.
MetadataValueDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataValue object.
MetadataValueDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
MetadataValueDTO - Class in org.dspace.content.dto
This class acts as Data transfer object in which we can store data like in a regular MetadataValue object, but this one isn't saved in the DB.
MetadataValueDTO() - Constructor for class org.dspace.content.dto.MetadataValueDTO
 
MetadataValueDTO(String, String, String, String, String) - Constructor for class org.dspace.content.dto.MetadataValueDTO
Constructor for the MetadataValueDTO class
MetadataValueDTO(String, String, String, String, String, String, int) - Constructor for class org.dspace.content.dto.MetadataValueDTO
Constructor for the MetadataValueDTO class
MetadataValueDTO(MetadataValue) - Constructor for class org.dspace.content.dto.MetadataValueDTO
 
MetadataValueDTOConverter - Class in org.dspace.app.rest.converter
Converter to translate between domain MetadataValues and MetadataValueRest representations.
MetadataValueDTOConverter() - Constructor for class org.dspace.app.rest.converter.MetadataValueDTOConverter
 
MetadataValueDTOListConverter - Class in org.dspace.app.rest.converter
Converter to translate between lists of domain MetadataValues and MetadataRest representations.
MetadataValueDTOListConverter() - Constructor for class org.dspace.app.rest.converter.MetadataValueDTOListConverter
 
MetadataValueISSNExtractor - Class in org.dspace.app.sherpa.submit
 
MetadataValueISSNExtractor() - Constructor for class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
MetadataValueLinkChecker - Class in org.dspace.ctask.general
A link checker that builds upon the BasicLinkChecker to check URLs that appear in all metadata fields where the field starts with http:// or https:// Of course this assumes that there is no extra metadata following the URL.
MetadataValueLinkChecker() - Constructor for class org.dspace.ctask.general.MetadataValueLinkChecker
 
MetadataValueList - Class in org.dspace.app.rest.model
Type-safe wrapper for a list of MetadataValues for use with MetadataConverter, so it can be invoked properly via calls to ConverterService.toRest(Object, Projection).
MetadataValueList(List<MetadataValue>) - Constructor for class org.dspace.app.rest.model.MetadataValueList
 
MetadataValueMatchCondition - Class in org.dspace.content.logic.condition
A condition that returns true if a pattern (regex) matches any value in a given metadata field
MetadataValueMatchCondition() - Constructor for class org.dspace.content.logic.condition.MetadataValueMatchCondition
 
MetadataValueMovePatchOperation<DSO extends DSpaceObject> - Class in org.dspace.app.rest.submit.factory.impl
Submission "move" common PATCH operation.
MetadataValueMovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
 
MetadataValueRemovePatchOperation<DSO extends DSpaceObject> - Class in org.dspace.app.rest.submit.factory.impl
Submission "remove" PATCH operation.
MetadataValueRemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.MetadataValueRemovePatchOperation
 
MetadataValueReplacePatchOperation<DSO extends DSpaceObject> - Class in org.dspace.app.rest.submit.factory.impl
Submission "replace" common PATCH operation.
MetadataValueReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
MetadataValueRest - Class in org.dspace.app.rest.model
An embeddable representation of the Metadata to use in with DSpace REST Resource
MetadataValueRest() - Constructor for class org.dspace.app.rest.model.MetadataValueRest
 
MetadataValueRest(String) - Constructor for class org.dspace.app.rest.model.MetadataValueRest
 
metadataValueService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataValueService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
metadataValueService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
MetadataValueService - Interface in org.dspace.content.service
Service interface class for the MetadataValue object.
MetadataValueServiceImpl - Class in org.dspace.content
Service implementation for the MetadataValue object.
MetadataValueServiceImpl() - Constructor for class org.dspace.content.MetadataValueServiceImpl
 
MetadataValuesMatchCondition - Class in org.dspace.content.logic.condition
A condition that returns true if any pattern in a list of patterns matches any value in a given metadata field
MetadataValuesMatchCondition() - Constructor for class org.dspace.content.logic.condition.MetadataValuesMatchCondition
 
MetadataWebService - Class in org.dspace.ctask.general
MetadataWebService task calls a web service using metadata from passed item to obtain data.
MetadataWebService() - Constructor for class org.dspace.ctask.general.MetadataWebService
 
MetadataWebServiceDataInfo - Class in org.dspace.ctask.general
 
MetadataWebServiceDataInfo(MetadataWebService, String, String, String, String) - Constructor for class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
MetadatumDTO - Class in org.dspace.importer.external.metadatamapping
This class is used to cary data between processes.
MetadatumDTO() - Constructor for class org.dspace.importer.external.metadatamapping.MetadatumDTO
An empty MetadatumDTO constructor
method() - Method in annotation type org.dspace.app.rest.model.LinkRest
The name of the method to invoke in the associated link repository.
methodNotAllowedException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
MethodNotAllowedException - Exception in org.dspace.app.rest.exception
Method Not Allowed: The 405 status code indicates that the method received in the request-line is known by the origin server but not supported by the target resource.
MethodNotAllowedException(String) - Constructor for exception org.dspace.app.rest.exception.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - Constructor for exception org.dspace.app.rest.exception.MethodNotAllowedException
 
MethodSecurityConfig - Class in org.dspace.app.rest.security
 
MethodSecurityConfig() - Constructor for class org.dspace.app.rest.security.MethodSecurityConfig
 
mets - Variable in class org.dspace.content.packager.METSManifest
root element of the current METS manifest.
METSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
METS dissemination crosswalk
METSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
METSManifest - Class in org.dspace.content.packager
Manage the METS manifest document for METS importer classes, such as the package importer org.dspace.content.packager.MetsSubmission and the federated importer org.dspace.app.mets.FederatedMETSImport
METSManifest(SAXBuilder, Element, String) - Constructor for class org.dspace.content.packager.METSManifest
Default constructor, only called internally.
METSManifest.Mdref - Interface in org.dspace.content.packager
Callback interface to retrieve data streams in mdRef elements.
metsNS - Static variable in class org.dspace.content.packager.METSManifest
METS namespace -- includes "mets" prefix for use in XPaths
METSRightsCrosswalk - Class in org.dspace.content.crosswalk
METSRights Ingestion and Dissemination Crosswalk
METSRightsCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSRightsCrosswalk
 
MicrosoftTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates metadata fields using Microsoft Translation API v2 Requirements: A valid Bing App ID/Key More information: http://www.bing.com/developers This key, and other custom configuration, goes in [dspace]/modules/translator.cfg
MicrosoftTranslator() - Constructor for class org.dspace.ctask.general.MicrosoftTranslator
 
migrate(Context, Integer, Integer, boolean, Integer) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Migrates all assets off of one assetstore to another
migrate(Context, Integer, Integer, boolean, Integer) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Migrate all the assets from assetstoreSource to assetstoreDestination
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
Actually migrate the existing database
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
Actually migrate the existing database
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
Actually migrate the existing database
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V6_1_2017_01_03__DS_3431_Add_Policies_for_BasicWorkflow
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
 
migrate(Context) - Method in class org.dspace.storage.rdbms.migration.V7_0_2020_10_31__CollectionCommunity_Metadata_Handle
 
migrate(Context) - Method in class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
Actually migrate the existing database
migrate(Context) - Method in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
migration_file_size - Variable in class org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
 
migration_file_size - Variable in class org.dspace.storage.rdbms.migration.V7_0_2020_10_31__CollectionCommunity_Metadata_Handle
 
migration_file_size - Variable in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
MigrationUtils - Class in org.dspace.storage.rdbms.migration
This Utility class offers utility methods which may be of use to perform common Java database migration task(s) (via Flyway).
mimetype - Static variable in class org.dspace.content.BitstreamFormat_
 
MIMETYPE - Static variable in class org.dspace.content.BitstreamFormat_
 
minConfidence - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
map of field key to answer of which is the min acceptable confidence value for a field with authority
minHeartbeat - Static variable in class org.dspace.harvest.HarvestScheduler
 
mint(Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Ask EZID to create a unique identifier and return its name.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Mint a new DOI in DSpace - this is usually the first step of registration Always apply filters if they are configured
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
Creates a new handle in the database.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Create an identifier for a DSpaceObject.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
Creates a new handle in the database.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Creates a new handle in the database.
mint(Context, DSpaceObject, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Mint a new DOI in DSpace - this is usually the first step of registration
mint(Context, DSpaceObject, boolean) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Mint a new identifier in DSpace - this is usually the first step of registration
MISMATCH - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI and a provided object does not match.
MISSING - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with a missing header
MISSING_ATTRIBUTE_WARNING - Static variable in class org.purl.sword.base.SwordValidationInfo
 
MISSING_CONTENT - Static variable in class org.purl.sword.base.SwordValidationInfo
 
MISSING_ELEMENT_ERROR - Static variable in class org.purl.sword.base.SwordValidationInfo
 
MISSING_ELEMENT_WARNING - Static variable in class org.purl.sword.base.SwordValidationInfo
 
MissingParameterException - Exception in org.dspace.app.rest.exception
This class provides an exception to be used when the SearchFilter given is invalid
MissingParameterException(String) - Constructor for exception org.dspace.app.rest.exception.MissingParameterException
 
MissingParameterException(String, Throwable) - Constructor for exception org.dspace.app.rest.exception.MissingParameterException
 
MissingParameterException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
MockMetadataValue() - Constructor for class org.dspace.testing.PubMedToImport.MockMetadataValue
 
modifier - Static variable in class org.dspace.rdf.conversion.DMRM
Information how the metadata value should be modified before it is inserted in the pattern.
modify(String, Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Alter the metadata bound to an identifier.
MODIFY - Static variable in class org.dspace.event.Event
 
MODIFY_METADATA - Static variable in class org.dspace.event.Event
 
modifyHandleDSpaceObject(Context, String, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
modifyHandleDSpaceObject(Context, String, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
 
modifyHandleMetadata(Context, Item, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Remove all handles from an item's metadata and add the supplied handle instead.
modifyState(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
modifyState(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
modifyState(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
MODS_NS - Static variable in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
MODS namespace.
MODS_NS - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
MODS namespace.
MODS_XSD - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
URL of MODS XML Schema
MODSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable MODS Crosswalk
MODSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
more - Variable in class org.dspace.content.authority.Choices
true when there are more values to be sent after this result.
MostRecentChecksum - Class in org.dspace.checker
Database entity representation of the most_recent_checksum table
MostRecentChecksum() - Constructor for class org.dspace.checker.MostRecentChecksum
Protected constructor, create handled by the MostRecentChecksumService
MostRecentChecksum_ - Class in org.dspace.checker
 
MostRecentChecksum_() - Constructor for class org.dspace.checker.MostRecentChecksum_
 
mostRecentChecksumDAO - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
MostRecentChecksumDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the MostRecentChecksum object.
MostRecentChecksumDAOImpl - Class in org.dspace.checker.dao.impl
Hibernate implementation of the Database Access Object interface class for the MostRecentChecksum object.
MostRecentChecksumDAOImpl() - Constructor for class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
mostRecentChecksumService - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
mostRecentChecksumService - Variable in class org.dspace.checker.SimpleReporterServiceImpl
 
MostRecentChecksumService - Interface in org.dspace.checker.service
Service interface class for the MostRecentChecksum object.
MostRecentChecksumServiceImpl - Class in org.dspace.checker
Service implementation for the MostRecentChecksum object.
MostRecentChecksumServiceImpl() - Constructor for class org.dspace.checker.MostRecentChecksumServiceImpl
 
move(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.BitstreamBundleController
This method moves the bitstream to the bundle corresponding the the link provided in the body of the put request
move(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.ItemOwningCollectionUpdateRestController
This method will update the owning collection of the item that correspond to the provided item uuid, effectively moving the item to the new collection.
move(Context, Item, Collection, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
move(Context, Item, Collection, Collection) - Method in interface org.dspace.content.service.ItemService
Moves the item from one collection to another one
move(Context, Item, Collection, Collection, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
move(Context, Item, Collection, Collection, boolean) - Method in interface org.dspace.content.service.ItemService
Moves the item from one collection to another one
move(Context, Relationship, Integer, Integer) - Method in class org.dspace.content.RelationshipServiceImpl
 
move(Context, Relationship, Integer, Integer) - Method in interface org.dspace.content.service.RelationshipService
Move the given relationship to a new leftPlace and/or rightPlace.
move(Context, Relationship, Item, Item) - Method in class org.dspace.content.RelationshipServiceImpl
 
move(Context, Relationship, Item, Item) - Method in interface org.dspace.content.service.RelationshipService
Move the given relationship to a new leftItem and/or rightItem.
move(Context, WorkspaceItem, Collection, Collection) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
move(Context, XmlWorkflowItem, Collection, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
move(Context, T, Collection, Collection) - Method in interface org.dspace.content.service.InProgressSubmissionService
 
moveBitstreamToBundle(Context, Bundle, Bitstream) - Method in class org.dspace.content.BundleServiceImpl
 
moveBitstreamToBundle(Context, Bundle, Bitstream) - Method in interface org.dspace.content.service.BundleService
Moves a bitstream from its current bundle to a new target bundle
MoveFeature - Class in org.dspace.app.rest.authorization.impl
The move feature.
MoveFeature() - Constructor for class org.dspace.app.rest.authorization.impl.MoveFeature
 
moveMetadata(Context, T, String, String, String, int, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
moveMetadata(Context, T, String, String, String, int, int) - Method in interface org.dspace.content.service.DSpaceObjectService
 
MoveOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "move" operation to the given "path".
MoveOperation(String, String) - Constructor for class org.dspace.app.rest.model.patch.MoveOperation
 
MovePatchOperation<T> - Class in org.dspace.app.rest.submit.factory.impl
Class to manage HTTP PATCH method operation MOVE
MovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.MovePatchOperation
 
moveSingleMetadataValue(Context, Item, int, MetadataValue) - Method in class org.dspace.content.ItemServiceImpl
Supports moving metadata by adding the metadata value or updating the place of the relationship
moveSingleMetadataValue(Context, T, int, MetadataValue) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Supports moving metadata by updating the place of the metadata value.
moveValue(Context, DSO, String, int, int) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
 
msg(String) - Method in class org.dspace.checker.ResultsLogger
Get the i18N string.
MSG_FEED_DESCRIPTION - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_FEED_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_LOGO_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_METADATA - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UITYPE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UNTITLED - Static variable in class org.dspace.app.util.SyndicationFeed
i18n key values
msgFmt - Static variable in exception org.dspace.eperson.EmptyWorkflowGroupException
 
MULTI - Variable in class org.dspace.app.util.GoogleMetadata
 
MultiFormatDateParser - Class in org.dspace.util
Attempt to parse date strings in a variety of formats.
MultiFormatDateParser() - Constructor for class org.dspace.util.MultiFormatDateParser
 
MULTIPLE_FILES - Static variable in class org.dspace.content.WorkspaceItem_
 
MULTIPLE_FILES - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
MULTIPLE_TITLES - Static variable in class org.dspace.content.WorkspaceItem_
 
MULTIPLE_TITLES - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
multipleFiles - Static variable in class org.dspace.content.WorkspaceItem_
 
multipleFiles - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
MultipleMetadataContributor<T> - Class in org.dspace.importer.external.metadatamapping.contributor
This Contributor is helpful to avoid the limit of the Live Import Framework.
MultipleMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Empty constructor
MultipleMetadataContributor(MetadataFieldConfig, List<MetadataContributor>) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
 
multipleTitles - Static variable in class org.dspace.content.WorkspaceItem_
 
multipleTitles - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
Mutative - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
myRepository - Variable in class org.purl.sword.server.DepositServlet
Sword repository

N

N3 - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
name - Variable in class org.dspace.app.rest.model.PropertyRest
 
name - Static variable in class org.dspace.content.MetadataSchema_
 
name - Static variable in class org.dspace.eperson.Group_
 
name - Variable in class org.dspace.event.Dispatcher
 
name - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
name - Static variable in class org.dspace.scripts.Process_
 
name - Variable in class org.dspace.workflow.FlowstepType
 
name - Variable in class org.dspace.workflow.Task
Name of the curation task.
name - Variable in class org.dspace.workflow.TaskSet
Name of this TaskSet.
name - Variable in class org.dspace.workflow.TasksetType
 
name - Variable in class org.dspace.workflow.TaskType
 
name() - Method in annotation type org.dspace.app.rest.authorization.AuthorizationFeatureDocumentation
The name of the authorization feature (required).
name() - Method in annotation type org.dspace.app.rest.model.LinkRest
The rel name to use for the link and/or embed.
name() - Method in annotation type org.dspace.app.rest.SearchRestMethod
 
Name - Class in org.purl.sword.atom
 
Name() - Constructor for class org.purl.sword.atom.Name
 
Name(String) - Constructor for class org.purl.sword.atom.Name
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.AdministratorOfFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanChangePasswordFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanClaimItemFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanCreateVersionFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanDeleteVersionFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanEditVersionFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanManageBitstreamBundlesFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanManageMappingsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanManageRelationshipsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanManageVersionsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanSeeVersionsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanSendFeedbackFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanSynchronizeWithORCID
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CanViewUsageStatisticsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CCLicenseFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CollectionAdminFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ComColAdminFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CommunityAdminFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CreateBitstreamFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CreateBundleFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CreateCollectionFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.CreateCommunityFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.DeleteFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.DownloadFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.EditMetadataFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.EPersonRegistrationFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.LoginOnBehalfOfFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.MakeDiscoverableFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.MakePrivateFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageAdminGroupFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageGroupFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageGroupsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageSubmitterGroupFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageTemplateItemFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ManageWorkflowGroupFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.MoveFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.PolicyFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ReinstateFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ReorderBitstreamFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.RequestCopyFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ViewSearchStatisticsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.ViewWorkflowStatisticsFeature
 
NAME - Static variable in class org.dspace.app.rest.authorization.impl.WithdrawFeature
 
NAME - Static variable in class org.dspace.app.rest.model.AccessStatusRest
 
NAME - Static variable in class org.dspace.app.rest.model.AuthenticationStatusRest
 
NAME - Static variable in class org.dspace.app.rest.model.AuthenticationTokenRest
 
NAME - Static variable in class org.dspace.app.rest.model.AuthnRest
 
NAME - Static variable in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
NAME - Static variable in class org.dspace.app.rest.model.AuthorizationRest
 
NAME - Static variable in class org.dspace.app.rest.model.BitstreamFormatRest
 
NAME - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
NAME - Static variable in class org.dspace.app.rest.model.BrowseEntryRest
 
NAME - Static variable in class org.dspace.app.rest.model.BrowseIndexRest
 
NAME - Static variable in class org.dspace.app.rest.model.BundleRest
 
NAME - Static variable in class org.dspace.app.rest.model.ClaimedTaskRest
 
NAME - Static variable in class org.dspace.app.rest.model.CollectionRest
 
NAME - Static variable in class org.dspace.app.rest.model.CommunityRest
 
NAME - Static variable in class org.dspace.app.rest.model.DiscoveryResultsRest
 
NAME - Static variable in class org.dspace.app.rest.model.EntityTypeRest
 
NAME - Static variable in class org.dspace.app.rest.model.EPersonRest
 
NAME - Static variable in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
NAME - Static variable in class org.dspace.app.rest.model.ExternalSourceRest
 
NAME - Static variable in class org.dspace.app.rest.model.FacetConfigurationRest
 
NAME - Static variable in class org.dspace.app.rest.model.FeedbackRest
 
NAME - Static variable in class org.dspace.app.rest.model.GroupRest
 
NAME - Static variable in class org.dspace.app.rest.model.HarvestedCollectionRest
 
NAME - Static variable in class org.dspace.app.rest.model.HarvesterMetadataRest
 
NAME - Static variable in class org.dspace.app.rest.model.ItemRest
 
NAME - Static variable in class org.dspace.app.rest.model.LicenseRest
 
NAME - Static variable in class org.dspace.app.rest.model.MetadataFieldRest
 
NAME - Static variable in class org.dspace.app.rest.model.MetadataSchemaRest
 
NAME - Static variable in class org.dspace.app.rest.model.OrcidHistoryRest
 
NAME - Static variable in class org.dspace.app.rest.model.OrcidQueueRest
 
NAME - Static variable in class org.dspace.app.rest.model.PoolTaskRest
 
NAME - Static variable in class org.dspace.app.rest.model.ProcessFileTypesRest
 
NAME - Static variable in class org.dspace.app.rest.model.ProcessRest
 
NAME - Static variable in class org.dspace.app.rest.model.PropertyRest
 
NAME - Static variable in class org.dspace.app.rest.model.RegistrationRest
 
NAME - Static variable in class org.dspace.app.rest.model.RelationshipRest
 
NAME - Static variable in class org.dspace.app.rest.model.RelationshipTypeRest
 
NAME - Static variable in class org.dspace.app.rest.model.RequestItemRest
 
NAME - Static variable in class org.dspace.app.rest.model.ResearcherProfileRest
 
NAME - Static variable in class org.dspace.app.rest.model.ResourcePolicyRest
 
NAME - Static variable in class org.dspace.app.rest.model.RootRest
 
NAME - Static variable in class org.dspace.app.rest.model.ScriptRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchEventRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchFacetEntryRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchFacetValueRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchResultEntryRest
 
NAME - Static variable in class org.dspace.app.rest.model.SearchSupportRest
 
NAME - Static variable in class org.dspace.app.rest.model.SiteRest
 
NAME - Static variable in class org.dspace.app.rest.model.StatisticsSupportRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionFormRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionSectionRest
 
NAME - Static variable in class org.dspace.app.rest.model.SubmissionUploadRest
 
NAME - Static variable in class org.dspace.app.rest.model.TemplateItemRest
 
NAME - Static variable in class org.dspace.app.rest.model.UsageReportPointCityRest
 
NAME - Static variable in class org.dspace.app.rest.model.UsageReportPointCountryRest
 
NAME - Static variable in class org.dspace.app.rest.model.UsageReportPointDateRest
 
NAME - Static variable in class org.dspace.app.rest.model.UsageReportPointRest
 
NAME - Static variable in class org.dspace.app.rest.model.UsageReportRest
 
NAME - Static variable in class org.dspace.app.rest.model.VersionHistoryRest
 
NAME - Static variable in class org.dspace.app.rest.model.VersionRest
 
NAME - Static variable in class org.dspace.app.rest.model.ViewEventRest
 
NAME - Static variable in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
NAME - Static variable in class org.dspace.app.rest.model.VocabularyEntryRest
 
NAME - Static variable in class org.dspace.app.rest.model.VocabularyRest
 
NAME - Static variable in class org.dspace.app.rest.model.WorkflowActionRest
 
NAME - Static variable in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
NAME - Static variable in class org.dspace.app.rest.model.WorkflowItemRest
 
NAME - Static variable in class org.dspace.app.rest.model.WorkflowStepRest
 
NAME - Static variable in class org.dspace.app.rest.model.WorkspaceItemRest
 
NAME - Static variable in class org.dspace.app.rest.projection.CompositeProjection
 
NAME - Static variable in class org.dspace.app.rest.projection.DefaultProjection
 
NAME - Static variable in class org.dspace.app.rest.projection.EmbedRelsProjection
 
NAME - Static variable in class org.dspace.app.rest.projection.FullProjection
 
NAME - Static variable in class org.dspace.app.rest.projection.SpecificLevelProjection
 
NAME - Static variable in class org.dspace.content.MetadataSchema_
 
NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
NAME - Static variable in class org.dspace.eperson.Group_
 
NAME - Static variable in interface org.dspace.eperson.service.GroupService
 
NAME - Static variable in class org.dspace.scripts.Process_
 
NAME_LINK_ON_PANEL - Static variable in class org.dspace.app.rest.model.SubmissionFormRest
 
NAME_LINK_ON_PANEL - Static variable in class org.dspace.app.rest.model.SubmissionUploadRest
 
NAME_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
Maximum length for eperson metadata fields
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.EntityTypeRest
 
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.MetadataFieldRest
 
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.RegistrationRest
 
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.WorkflowActionRest
 
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
NAME_PLURAL - Static variable in class org.dspace.app.rest.model.WorkflowStepRest
 
NameAscendingComparator - Class in org.dspace.content.comparator
 
NameAscendingComparator() - Constructor for class org.dspace.content.comparator.NameAscendingComparator
 
NameAwarePlugin - Interface in org.dspace.core
This is the interface that should be implemented by all the named plugin that like to be aware of their name
NAMED_RESOURCE_TYPE - Static variable in class org.dspace.discovery.SearchUtils
 
namespace - Static variable in class org.dspace.content.MetadataSchema_
 
NAMESPACE - Static variable in class org.dspace.content.MetadataSchema_
 
NAMESPACE - Static variable in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a resource
Namespaces - Interface in org.purl.sword.base
List of the namespaces that are used by SWORD.
Nand - Class in org.dspace.content.logic.operator
An operator that implements NAND by negating an AND operation
Nand() - Constructor for class org.dspace.content.logic.operator.Nand
Default constructor
Nand(List<LogicalStatement>) - Constructor for class org.dspace.content.logic.operator.Nand
Constructor that accepts predefined list of statements as defined in item-filters.xml
navigation() - Method in class org.dspace.app.statistics.HTMLReport
build the internal navigation for the report
NEAPOLITAN_ITALIAN - Static variable in class org.dspace.text.filter.Language
 
needsCuration(Context, XmlWorkflowItem) - Method in interface org.dspace.curate.service.XmlWorkflowCuratorService
Should this item be curated?
needsCuration(Context, XmlWorkflowItem) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
negotiate(String) - Static method in class org.dspace.rdf.negotiation.Negotiator
 
negotiateAdministratorDetails() - Method in class org.dspace.administer.CreateAdministrator
Method which will negotiate with the user via the command line to obtain the administrator's details
NegotiationFilter - Class in org.dspace.rdf.negotiation
 
NegotiationFilter() - Constructor for class org.dspace.rdf.negotiation.NegotiationFilter
 
Negotiator - Class in org.dspace.rdf.negotiation
 
netid - Static variable in class org.dspace.eperson.EPerson_
 
NETID - Static variable in class org.dspace.content.packager.RoleDisseminator
 
NETID - Static variable in class org.dspace.eperson.EPerson_
 
NETID - Static variable in class org.dspace.eperson.EPerson
The netid field (for sorting)
NEW_ITEM_HANDLE - Variable in class org.dspace.ctask.general.ClamScan
 
newDSpaceCollectionSet(String, String) - Static method in class org.dspace.xoai.data.DSpaceSet
 
newDSpaceCommunitySet(String, String) - Static method in class org.dspace.xoai.data.DSpaceSet
 
newInstance() - Method in class org.dspace.app.rest.converter.BitstreamConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.BundleConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.CollectionConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.CommunityConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.DSpaceObjectConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.EPersonConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.GroupConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.ItemConverter
 
newInstance() - Method in class org.dspace.app.rest.converter.SiteConverter
 
newInstance(String) - Method in class org.dspace.authority.AuthorityValue
Makes an instance of the AuthorityValue with the given information.
newInstance(String) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Makes an instance of the AuthorityValue with the given information.
newInstance(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
NEWS_SIDE - Static variable in class org.dspace.core.Constants
Position of front page news item -- sidebar
NEWS_TOP - Static variable in class org.dspace.core.Constants
Position of front page news item -- top box
NewsService - Interface in org.dspace.core.service
Encapsulate access to the news texts.
NewsServiceImpl - Class in org.dspace.core
Encapsulate access to the news texts.
NewsServiceImpl() - Constructor for class org.dspace.core.NewsServiceImpl
Not instantiable.
next() - Method in interface org.dspace.checker.BitstreamDispatcher
Returns the next id for checking, or a sentinel value if there are no more to check.
next() - Method in class org.dspace.checker.HandleDispatcher
Initializes this dispatcher on first execution.
next() - Method in class org.dspace.checker.IteratorDispatcher
 
next() - Method in class org.dspace.checker.LimitedCountDispatcher
Retreives the next bitstream to be checked.
next() - Method in class org.dspace.checker.LimitedDurationDispatcher
 
next() - Method in class org.dspace.checker.SimpleDispatcher
Selects the next candidate bitstream.
NO_CHANGES - org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
 
NO_SUCH_USER - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User not found using this method.
NO_VISIBILITY_CHANGE_MSG - Static variable in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
noAuthContext() - Method in class org.dspace.sword2.DSpaceSwordAPI
 
noEMail - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
nonBreakSpace(String) - Static method in class org.dspace.app.util.Util
Utility method to convert spaces in a string to HTML non-break space elements.
NONE - org.dspace.app.rest.model.HarvestTypeEnum
 
NONE - org.dspace.content.RelationshipType.Tilted
 
NONE - Static variable in class org.dspace.event.Event
XXX NOTE: with ALL_OBJECTS_MASK *AND* objTypeToMask hash *
nonQualityParam - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
NonUniqueMetadataException - Exception in org.dspace.content
An exception that gets thrown when a metadata field cannot be created or saved due to an existing field with an identical element and qualifier.
NonUniqueMetadataException() - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an empty authorize exception
NonUniqueMetadataException(String) - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an exception with only a message
NoOpCurationTask - Class in org.dspace.ctask.general
 
NoOpCurationTask() - Constructor for class org.dspace.ctask.general.NoOpCurationTask
 
Nor - Class in org.dspace.content.logic.operator
An operator that implements NOR by negating an OR operation.
Nor() - Constructor for class org.dspace.content.logic.operator.Nor
Default constructor
Nor(List<LogicalStatement>) - Constructor for class org.dspace.content.logic.operator.Nor
Constructor that accepts predefined list of statements as defined in item-filters.xml
normalizeBundleName(String) - Static method in class org.dspace.content.packager.METSManifest
 
normalizeTitle(MetadataValue) - Method in class org.dspace.content.ItemComparator
Normalize the title of a Metadatum.
NORWEGIAN - Static variable in class org.dspace.text.filter.Language
 
Not - Class in org.dspace.content.logic.operator
An operator that implements NOT by simply negating a statement Note that this operator doesn't actually implement the 'AbstractOperator' interface because we only want one sub-statement.
Not() - Constructor for class org.dspace.content.logic.operator.Not
Default constructor
Not(LogicalStatement) - Constructor for class org.dspace.content.logic.operator.Not
Constructor that accepts predefined list of statements as defined in item-filters.xml
NOT_ACCEPTABLE - Static variable in class org.dspace.sword2.DSpaceUriRegistry
 
NOT_DEFINED_TEXT - Static variable in class org.purl.sword.client.ClientConstants
the name of this application
NOTAUTHORITY - org.dspace.app.rest.model.query.RestSearchOperator
The notauthority operator can be used by adding a -id: infront of the search query It then becomes -id:VALUE to call for a search on the notauthority operator for VALUE
NOTCONTAINS - org.dspace.app.rest.model.query.RestSearchOperator
The notcontains operator can be used by adding a - (minus) infront of the search query and a * at the end It then becomes -VALUE* to call for a search on the notcontains operator for VALUE
NOTEQUALS - org.dspace.app.rest.model.query.RestSearchOperator
The notequals operator can be used by adding a - infront of the search query It then becomes -VALUE to call for a search on the notequals operator for VALUE
NotFilter - Class in org.dspace.xoai.filter
 
NotFilter(DSpaceFilter) - Constructor for class org.dspace.xoai.filter.NotFilter
 
notifyContacts(Context, XmlWorkflowItem, Task, String, String, String) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
Send email to people who should be notified when curation tasks are run.
notifyForConfigNames() - Method in interface org.dspace.kernel.mixins.ConfigChangeListener
Allows the listener to filter the change notifications so it is only notified when the named configuration items change.
notifyForTypes() - Method in interface org.dspace.kernel.mixins.ServiceChangeListener
Allows filtering so that notifications are only sent when classes implement one of the types specified.
notifyOfArchive(Context, Item, Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
notify the submitter that the item is archived
notifyOfCuration(Context, XmlWorkflowItem, List<EPerson>, String, String, String) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Send email to interested parties when curation tasks run.
notifyOfCuration(Context, XmlWorkflowItem, List<EPerson>, String, String, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
notifyOfReject(Context, XmlWorkflowItem, EPerson, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
notifyServiceManagerReady() - Method in class org.dspace.servicemanager.DSpaceServiceManager
This will call all the services which want to be notified when the service manager is ready.
NotifyType - Class in org.dspace.workflow
The 'notify' element allows you use the workflow system of notifications (email) whenever a task is performed and returns the designated status code (in the 'on' attribute): 'fail', 'success' or 'error'.
NotifyType() - Constructor for class org.dspace.workflow.NotifyType
 
NotImplementedException - Exception in org.dspace.app.iiif.exception
This exception is used when the search service has not been implemented for this server.
NotImplementedException(String) - Constructor for exception org.dspace.app.iiif.exception.NotImplementedException
 
NotProvider - Interface in org.dspace.utils.servicemanager
This is a special marker interface which is used to indicate that this service is not a provider and thus should not be included in the provider stacks which are being setup and stored.
NoUserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that does not assign any users
NoUserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
NS - Static variable in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a string
NS_APP - Static variable in interface org.purl.sword.base.Namespaces
Atom Publishing Protocol (APP) Namespace.
NS_ATOM - Static variable in interface org.purl.sword.base.Namespaces
ATOM Namespace.
NS_DC_TERMS - Static variable in interface org.purl.sword.base.Namespaces
DC Terms Namespace.
NS_NAME - Static variable in class org.dspace.content.authority.ChoicesXMLGenerator
 
NS_SWORD - Static variable in interface org.purl.sword.base.Namespaces
Sword Namespace.
NS_URI - Static variable in class org.dspace.content.authority.ChoicesXMLGenerator
 
nsMap - Variable in class org.dspace.ctask.general.MetadataWebService
 
NullIngestionCrosswalk - Class in org.dspace.content.crosswalk
"Null" ingestion crosswalk
NullIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
NullStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
A crosswalk to ignore and dispose of the ingested material.
NullStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
numberFormat(int) - Static method in class org.dspace.app.statistics.ReportTools
method to take the given integer and produce a string to be used in the display of the report.
numCols() - Method in class org.dspace.browse.ItemListConfig
how many columns are there?

O

OAI_ADDRESS_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_DMD_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_ERROR - org.dspace.app.rest.model.HarvestStatusEnum
 
OAI_ID - Static variable in class org.dspace.harvest.HarvestedItem_
 
OAI_ORE_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_SET_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_SET_ID - Static variable in class org.dspace.harvest.HarvestedCollection_
 
OAI_SOURCE - Static variable in class org.dspace.harvest.HarvestedCollection_
 
OAIDCIngestionCrosswalk - Class in org.dspace.content.crosswalk
DIM ingestion crosswalk
OAIDCIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
OAIHarvester - Class in org.dspace.harvest
This class handles OAI harvesting of externally located records into this repository.
OAIHarvester(Context, DSpaceObject, HarvestedCollection) - Constructor for class org.dspace.harvest.OAIHarvester
 
oaiId - Static variable in class org.dspace.harvest.HarvestedItem_
 
oaiResolveNamespaceToPrefix(String, String) - Static method in class org.dspace.harvest.OAIHarvester
Query the OAI-PMH server for its mapping of the supplied namespace and metadata prefix.
oaiSetId - Static variable in class org.dspace.harvest.HarvestedCollection_
 
oaiSource - Static variable in class org.dspace.harvest.HarvestedCollection_
 
OAISpringLoader - Class in org.dspace.xoai.app
Spring Loader to load specific bean implementation only for OAI Spring context
OAISpringLoader() - Constructor for class org.dspace.xoai.app.OAISpringLoader
 
OAIWebConfig - Class in org.dspace.app.configuration
OAI-PMH webapp configuration.
OAIWebConfig() - Constructor for class org.dspace.app.configuration.OAIWebConfig
 
object - Static variable in class org.dspace.rdf.conversion.DMRM
The object of a DSpace metadata RDF mapping result.
OBJECT - org.dspace.curate.Curator.TxScope
 
OBJECT - Static variable in class org.dspace.app.rest.model.AuthorizationRest
 
OBJECT - Static variable in class org.dspace.app.rest.model.GroupRest
 
ObjectCount - Class in org.dspace.statistics
Data structure for returning results from statistics searches.
ObjectCount() - Constructor for class org.dspace.statistics.ObjectCount
 
ObjectFactory - Class in org.dspace.workflow
This object contains factory methods for each Java content interface and Java element interface generated in the org.dspace.workflow package.
ObjectFactory() - Constructor for class org.dspace.workflow.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dspace.workflow
ObjectMapperFactory - Class in org.dspace.app.iiif.model
 
objMaskToType - Static variable in class org.dspace.event.Event
 
objTypeToMask - Static variable in class org.dspace.event.Event
 
obtainContext() - Method in class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
obtainContext(HttpServletRequest) - Static method in class org.dspace.app.rest.utils.ContextUtil
Obtain a new context object.
obtainContext(HttpServletRequest) - Static method in class org.dspace.web.ContextUtil
Obtain a new context object.
obtainCurrentRequestContext() - Static method in class org.dspace.app.rest.utils.ContextUtil
Shortcut for #obtainContext(Request) using the RequestService to retrieve the current thread request
obtainCurrentRequestContext() - Static method in class org.dspace.web.ContextUtil
Shortcut for #obtainContext(Request) using the RequestService to retrieve the current thread request
obtainProjection() - Method in class org.dspace.app.rest.utils.Utils
Gets the effective projection requested by the current servlet request, or DefaultProjection if none is specified.
oidc(HttpServletResponse, String) - Method in class org.dspace.app.rest.OidcRestController
 
OIDC_AUTH_ATTRIBUTE - Static variable in class org.dspace.authenticate.OidcAuthenticationBean
 
OidcAuthentication - Class in org.dspace.authenticate
Implementation of AuthenticationMethod that delegate all the method invocations to the bean of class OrcidAuthenticationBean.
OidcAuthentication() - Constructor for class org.dspace.authenticate.OidcAuthentication
 
OidcAuthenticationBean - Class in org.dspace.authenticate
OpenID Connect Authentication for DSpace.
OidcAuthenticationBean() - Constructor for class org.dspace.authenticate.OidcAuthenticationBean
 
OidcClient - Interface in org.dspace.authenticate.oidc
Client to interact with the configured OIDC provider.
OidcClientException - Exception in org.dspace.authenticate.oidc
Exception throwable from class that implements OidcClient in case of error response from the OIDC provider.
OidcClientException(int, String) - Constructor for exception org.dspace.authenticate.oidc.OidcClientException
 
OidcClientException(Throwable) - Constructor for exception org.dspace.authenticate.oidc.OidcClientException
 
OidcClientImpl - Class in org.dspace.authenticate.oidc.impl
Implementation of OidcClient.
OidcClientImpl() - Constructor for class org.dspace.authenticate.oidc.impl.OidcClientImpl
 
OidcLoginFilter - Class in org.dspace.app.rest.security
This class will filter openID Connect requests and try and authenticate them.
OidcLoginFilter(String, AuthenticationManager, RestAuthenticationService) - Constructor for class org.dspace.app.rest.security.OidcLoginFilter
 
OidcRestController - Class in org.dspace.app.rest
Rest controller that handles redirect after OIDC authentication succeded.
OidcRestController() - Constructor for class org.dspace.app.rest.OidcRestController
 
OidcTokenResponseDTO - Class in org.dspace.authenticate.oidc.model
This class map the response from and OpenID Connect token endpoint.
OidcTokenResponseDTO() - Constructor for class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
okToExport(MetadataField) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Is it okay to export this value? When exportAll is set to false, we don't export some of the metadata elements.
on - Variable in class org.dspace.workflow.NotifyType
 
onAuthentication(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.DSpaceCsrfAuthenticationStrategy
This method is triggered anytime a new Authentication occurs.
onEnd(String, boolean, Exception) - Method in class org.dspace.servicemanager.example.RequestInterceptorExample
 
onEnd(String, boolean, Exception) - Method in class org.dspace.services.events.SystemEventService.EventRequestInterceptor
 
onEnd(String, boolean, Exception) - Method in interface org.dspace.services.model.RequestInterceptor
Take actions after the request is handled for an operation.
onEvent(CacheEvent<?, ?>) - Method in class org.dspace.app.sherpa.cache.SherpaCacheLogger
 
onEvent(CacheEvent<?, ?>) - Method in class org.dspace.iiif.logger.CacheLogger
 
onEvent(CacheEvent<?, ?>) - Method in class org.dspace.iiif.logger.CanvasCacheLogger
 
ONLY_ADMIN - org.dspace.profile.OrcidProfileDisconnectionMode
Only the admins can disconnect profiles from ORCID.
ONLY_OWNER - org.dspace.profile.OrcidProfileDisconnectionMode
Only the profile's owner can disconnect that profile from ORCID.
onStart(String) - Method in class org.dspace.servicemanager.example.RequestInterceptorExample
 
onStart(String) - Method in class org.dspace.services.events.SystemEventService.EventRequestInterceptor
 
onStart(String) - Method in interface org.dspace.services.model.RequestInterceptor
Take actions before the request is handled for an operation.
op - Variable in class org.dspace.app.rest.model.patch.Operation
 
OPEN - org.dspace.curate.Curator.TxScope
 
OPEN_ACCESS - Static variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
OpenAIREFundingDataProvider - Class in org.dspace.external.provider.impl
This class is the implementation of the ExternalDataProvider interface that will deal with the OpenAIRE External Data lookup
OpenAIREFundingDataProvider() - Constructor for class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
OpenAIREFundingDataProvider.ExternalDataObjectBuilder - Class in org.dspace.external.provider.impl
OpenAIRE Funding External Data Builder Class
OpenAIRERestConnector - Class in org.dspace.external
based on OrcidRestConnector it's a rest connector for OpenAIRE API providing ways to perform searches and token grabbing
OpenAIRERestConnector(String) - Constructor for class org.dspace.external.OpenAIRERestConnector
 
OpenAIRERestToken - Class in org.dspace.external
OpenAIRE rest API token to be used when grabbing an accessToken.
Based on https://develop.openaire.eu/basic.html
OpenAIRERestToken(String, Long) - Constructor for class org.dspace.external.OpenAIRERestToken
Stores the grabbed token
OpenSearchController - Class in org.dspace.app.rest
This class provides a controller for OpenSearch support.
OpenSearchController() - Constructor for class org.dspace.app.rest.OpenSearchController
 
openSearchMarkup(String, int, int, int) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
OpenSearchService - Interface in org.dspace.app.util.service
Utility Class with static methods for producing OpenSearch-compliant search results, and the OpenSearch description document.
OpenSearchServiceImpl - Class in org.dspace.app.util
Utility Class with static methods for producing OpenSearch-compliant search results, and the OpenSearch description document.
OpenSearchServiceImpl() - Constructor for class org.dspace.app.util.OpenSearchServiceImpl
 
openSession() - Method in class org.dspace.ctask.general.ClamScan
openSession This method opens a session.
OpenUrlService - Interface in org.dspace.statistics.export.service
The Service responsible for processing urls
OpenUrlServiceImpl - Class in org.dspace.statistics.export.service
Implementation of the OpenUrlService interface
OpenUrlServiceImpl() - Constructor for class org.dspace.statistics.export.service.OpenUrlServiceImpl
 
OpenURLTracker - Class in org.dspace.statistics.export
Class that represents an OpenURLTracker which tracks a failed transmission to IRUS
OpenURLTracker() - Constructor for class org.dspace.statistics.export.OpenURLTracker
 
OpenURLTracker_ - Class in org.dspace.statistics.export
 
OpenURLTracker_() - Constructor for class org.dspace.statistics.export.OpenURLTracker_
 
openURLTrackerDAO - Variable in class org.dspace.statistics.export.FailedOpenURLTrackerServiceImpl
 
OpenURLTrackerDAO - Interface in org.dspace.statistics.export.dao
Database Access Object interface class for the OpenURLTracker object.
OpenURLTrackerDAOImpl - Class in org.dspace.statistics.export.dao.impl
Hibernate implementation of the Database Access Object interface class for the OpenURLTracker object.
OpenURLTrackerDAOImpl() - Constructor for class org.dspace.statistics.export.dao.impl.OpenURLTrackerDAOImpl
 
OpenURLTrackerLoggerServiceFactory - Class in org.dspace.statistics.export.factory
The service factory for the OpenUrlTracker related services
OpenURLTrackerLoggerServiceFactory() - Constructor for class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactory
 
OpenURLTrackerLoggerServiceFactoryImpl - Class in org.dspace.statistics.export.factory
The service factory implementation for the OpenUrlTracker related services
OpenURLTrackerLoggerServiceFactoryImpl() - Constructor for class org.dspace.statistics.export.factory.OpenURLTrackerLoggerServiceFactoryImpl
 
operation - Static variable in class org.dspace.orcid.OrcidHistory_
 
operation - Static variable in class org.dspace.orcid.OrcidQueue_
 
Operation - Class in org.dspace.app.rest.model.patch
Abstract base class representing and providing support methods for patch operations.
Operation(String, String) - Constructor for class org.dspace.app.rest.model.patch.Operation
 
Operation(String, String, Object) - Constructor for class org.dspace.app.rest.model.patch.Operation
 
OPERATION - Static variable in class org.dspace.orcid.OrcidHistory_
 
OPERATION - Static variable in class org.dspace.orcid.OrcidQueue_
 
OPERATION_ADD - Static variable in class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
OPERATION_COPY - Static variable in class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
OPERATION_METADATA_PATH - Static variable in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataPatchUtils
Path in json body of patch that uses these metadata operations
OPERATION_MOVE - Static variable in class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
OPERATION_PASSWORD_CHANGE - Static variable in class org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation
Path in json body of patch that uses this operation
OPERATION_PATH_ACTION - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
OPERATION_PATH_DESCRIPTION - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
OPERATION_PATH_ENDDATE - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
OPERATION_PATH_NAME - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
OPERATION_PATH_POLICY_TYPE - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
OPERATION_PATH_SECTIONS - Static variable in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
OPERATION_PATH_SECTIONS - Static variable in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
OPERATION_PATH_STARTDATE - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
Paths in json body of patched that use these resourcePolicy operations
OPERATION_REMOVE - Static variable in class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
OPERATION_REPLACE - Static variable in class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
OPERATION_VISIBLE_CHANGE - Static variable in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileVisibleReplaceOperation
Path in json body of patch that uses this operation.
operationId - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
Operator(String) - Constructor for class org.dspace.app.rest.model.SearchConfigurationRest.Filter.Operator
 
OPERATOR_AUTHORITY - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_CONTAINS - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_EQUALS - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_NOTAUTHORITY - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_NOTCONTAINS - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_NOTEQUALS - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
OPERATOR_QUERY - Static variable in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
optimize() - Method in interface org.dspace.discovery.IndexingService
 
optimize() - Method in class org.dspace.discovery.SolrServiceImpl
Maintenance to keep a SOLR index efficient.
OPTIMIZE - org.dspace.discovery.IndexClientOptions
 
OptimizeSelectCollection - Class in org.dspace.app.util
 
optimizeSOLR() - Method in interface org.dspace.statistics.service.SolrLoggerService
Maintenance to keep a SOLR index efficient.
optimizeSOLR() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
options - Variable in class org.dspace.scripts.configuration.ScriptConfiguration
The possible options for this script
Or - Class in org.dspace.content.logic.operator
An operator that implements OR by evaluating sub-statements and returns true if one or more sub-statements return true
Or() - Constructor for class org.dspace.content.logic.operator.Or
Default constructor
Or(List<LogicalStatement>) - Constructor for class org.dspace.content.logic.operator.Or
Constructor that accepts predefined list of statements as defined in item-filters.xml
ORCID_AUTH_ATTRIBUTE - Static variable in class org.dspace.authenticate.OrcidAuthenticationBean
 
ORCID_HISTORY - Static variable in class org.dspace.app.rest.security.OrcidQueueAndHistoryRestPermissionEvaluatorPlugin
 
ORCID_ID_SYNTAX - Static variable in class org.dspace.authority.orcid.Orcidv3AuthorityValue
The syntax that the ORCID id needs to conform to
ORCID_ID_SYNTAX - Static variable in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
ORCID_QUEUE - Static variable in class org.dspace.app.rest.security.OrcidQueueAndHistoryRestPermissionEvaluatorPlugin
 
ORCID_QUEUE_SEARCH - Static variable in class org.dspace.app.rest.security.OrcidQueueSearchRestPermissionEvaluatorPlugin
 
OrcidAuthentication - Class in org.dspace.authenticate
Implementation of AuthenticationMethod that delegate all the method invocations to the bean of class OrcidAuthenticationBean.
OrcidAuthentication() - Constructor for class org.dspace.authenticate.OrcidAuthentication
 
OrcidAuthenticationBean - Class in org.dspace.authenticate
ORCID authentication for DSpace.
OrcidAuthenticationBean() - Constructor for class org.dspace.authenticate.OrcidAuthenticationBean
 
OrcidBulkPush - Class in org.dspace.orcid.script
Script that perform the bulk synchronization with ORCID registry of all the ORCID queue records that has an profileItem that configure the synchronization mode equals to BATCH.
OrcidBulkPush() - Constructor for class org.dspace.orcid.script.OrcidBulkPush
 
OrcidBulkPushScriptConfiguration<T extends OrcidBulkPush> - Class in org.dspace.orcid.script
Script configuration for OrcidBulkPush.
OrcidBulkPushScriptConfiguration() - Constructor for class org.dspace.orcid.script.OrcidBulkPushScriptConfiguration
 
OrcidClient - Interface in org.dspace.orcid.client
Interface for classes that allow to contact ORCID.
OrcidClientException - Exception in org.dspace.orcid.exception
Exception throwable from class that implements OrcidClient in case of error response from the ORCID registry.
OrcidClientException(int, String) - Constructor for exception org.dspace.orcid.exception.OrcidClientException
 
OrcidClientException(Throwable) - Constructor for exception org.dspace.orcid.exception.OrcidClientException
 
OrcidClientImpl - Class in org.dspace.orcid.client
Implementation of OrcidClient.
OrcidClientImpl(OrcidConfiguration) - Constructor for class org.dspace.orcid.client.OrcidClientImpl
 
orcidCommonObjectFactory - Variable in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
OrcidCommonObjectFactory - Interface in org.dspace.orcid.model.factory
Interface for factory classes that creates common ORCID objects.
OrcidCommonObjectFactoryImpl - Class in org.dspace.orcid.model.factory.impl
Implementation of OrcidCommonObjectFactory.
OrcidCommonObjectFactoryImpl() - Constructor for class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
OrcidConfiguration - Class in org.dspace.orcid.client
A class that contains all the configurations related to ORCID.
OrcidConfiguration() - Constructor for class org.dspace.orcid.client.OrcidConfiguration
 
OrcidEntityFactory - Interface in org.dspace.orcid.model.factory
Interface to mark factories of Orcid entities.
OrcidEntityFactoryService - Interface in org.dspace.orcid.service
Interface that mark classes that handle the configured instance of OrcidEntityFactory.
OrcidEntityFactoryServiceImpl - Class in org.dspace.orcid.service.impl
Implementation of OrcidEntityFactoryService.
OrcidEntitySyncPreference - Enum in org.dspace.profile
Enum that model the allowed values to configure the ORCID synchronization preferences.
OrcidEntityType - Enum in org.dspace.orcid.model
The types of activities defined on ORCID that can be synchronized.
OrcidFactoryUtils - Class in org.dspace.orcid.model.factory
Utility class for Orcid factory classes.
OrcidFundingFactory - Class in org.dspace.orcid.model.factory.impl
Implementation of OrcidEntityFactory that creates instances of Funding.
OrcidFundingFactory() - Constructor for class org.dspace.orcid.model.factory.impl.OrcidFundingFactory
 
OrcidFundingFieldMapping - Class in org.dspace.orcid.model
Class that contains all the mapping between Funding and DSpace metadata fields.
OrcidFundingFieldMapping() - Constructor for class org.dspace.orcid.model.OrcidFundingFieldMapping
 
OrcidHistory - Class in org.dspace.orcid
The ORCID history entity that it contains information relating to an attempt to synchronize the DSpace items and information on ORCID.
OrcidHistory() - Constructor for class org.dspace.orcid.OrcidHistory
 
OrcidHistory_ - Class in org.dspace.orcid
 
OrcidHistory_() - Constructor for class org.dspace.orcid.OrcidHistory_
 
OrcidHistoryDAO - Interface in org.dspace.orcid.dao
Database Access Object interface class for the OrcidHistory object.
OrcidHistoryDAOImpl - Class in org.dspace.orcid.dao.impl
Implementation of OrcidHistoryDAO.
OrcidHistoryDAOImpl() - Constructor for class org.dspace.orcid.dao.impl.OrcidHistoryDAOImpl
 
OrcidHistoryResource - Class in org.dspace.app.rest.model.hateoas
This class serves as a wrapper class to wrap the OrcidHistoryRest into a HAL resource.
OrcidHistoryResource(OrcidHistoryRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.OrcidHistoryResource
 
OrcidHistoryRest - Class in org.dspace.app.rest.model
The OrcidHistory REST Resource
OrcidHistoryRest() - Constructor for class org.dspace.app.rest.model.OrcidHistoryRest
 
OrcidHistoryRestConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the OrcidHistory in the DSpace API data model and the REST data model.
OrcidHistoryRestConverter() - Constructor for class org.dspace.app.rest.converter.OrcidHistoryRestConverter
 
OrcidHistoryRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible of exposing OrcidHistory resources.
OrcidHistoryRestRepository() - Constructor for class org.dspace.app.rest.repository.OrcidHistoryRestRepository
 
OrcidHistorySendToOrcidRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Permission evaluator plugin that check if the current user can perform an ORCID synchronization.
OrcidHistorySendToOrcidRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.OrcidHistorySendToOrcidRestPermissionEvaluatorPlugin
 
OrcidHistoryService - Interface in org.dspace.orcid.service
Interface of service to manage OrcidHistory.
OrcidHistoryServiceImpl - Class in org.dspace.orcid.service.impl
Implementation of OrcidHistoryService.
OrcidHistoryServiceImpl() - Constructor for class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
OrcidLoginFilter - Class in org.dspace.app.rest.security
This class will filter ORCID requests and try and authenticate them.
OrcidLoginFilter(String, AuthenticationManager, RestAuthenticationService) - Constructor for class org.dspace.app.rest.security.OrcidLoginFilter
 
OrcidMetadataCopyingAction - Class in org.dspace.profile
Implementation of AfterResearcherProfileCreationAction that copy the ORCID metadata, if any, from the owner to the researcher profile item.
OrcidMetadataCopyingAction() - Constructor for class org.dspace.profile.OrcidMetadataCopyingAction
 
OrcidOperation - Enum in org.dspace.orcid
Enum that models an ORCID synchronization operation.
OrcidPersonExternalIdentifierFactory - Class in org.dspace.orcid.model.factory.impl
Implementation of OrcidProfileSectionFactory that model an personal external id.
OrcidPersonExternalIdentifierFactory(OrcidProfileSectionType, OrcidProfileSyncPreference) - Constructor for class org.dspace.orcid.model.factory.impl.OrcidPersonExternalIdentifierFactory
 
OrcidProfileDisconnectionMode - Enum in org.dspace.profile
Enum that models all the available values of the property that which determines which users can disconnect a profile from an ORCID account.
OrcidProfileSectionFactory - Interface in org.dspace.orcid.model.factory
Interface for classes that creates ORCID profile section object.
OrcidProfileSectionFactoryService - Interface in org.dspace.orcid.service
Interface that mark classes that handle the configured instance of OrcidProfileSectionFactory.
OrcidProfileSectionFactoryServiceImpl - Class in org.dspace.orcid.service.impl
OrcidProfileSectionType - Enum in org.dspace.orcid.model
Enum that model all the ORCID profile sections that could be synchronized.
OrcidProfileSyncPreference - Enum in org.dspace.profile
Enum that model the allowed values to configure the ORCID synchronization preferences for the user's profile.
OrcidPublicationDataProvider - Class in org.dspace.external.provider.impl
Implementation of ExternalDataProvider that search for all the works of the profile with the given orcid id that hava a source other than DSpace.
OrcidPublicationDataProvider() - Constructor for class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
OrcidQueue - Class in org.dspace.orcid
Entity that model a record on the ORCID synchronization queue.
OrcidQueue() - Constructor for class org.dspace.orcid.OrcidQueue
 
OrcidQueue_ - Class in org.dspace.orcid
 
OrcidQueue_() - Constructor for class org.dspace.orcid.OrcidQueue_
 
OrcidQueueAndHistoryRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Class that evaluate DELETE and READ permissions
OrcidQueueAndHistoryRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.OrcidQueueAndHistoryRestPermissionEvaluatorPlugin
 
OrcidQueueConsumer - Class in org.dspace.orcid.consumer
The consumer to fill the ORCID queue.
OrcidQueueConsumer() - Constructor for class org.dspace.orcid.consumer.OrcidQueueConsumer
 
OrcidQueueDAO - Interface in org.dspace.orcid.dao
Database Access Object interface class for the OrcidQueue object.
OrcidQueueDAOImpl - Class in org.dspace.orcid.dao.impl
Implementation of OrcidQueueDAO.
OrcidQueueDAOImpl() - Constructor for class org.dspace.orcid.dao.impl.OrcidQueueDAOImpl
 
OrcidQueueHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to provide a factory to add links to the OrcidQueueResource.
OrcidQueueHalLinkFactory() - Constructor for class org.dspace.app.rest.link.OrcidQueueHalLinkFactory
 
OrcidQueueResource - Class in org.dspace.app.rest.model.hateoas
This class serves as a wrapper class to wrap the OrcidQueueRest into a HAL resource.
OrcidQueueResource(OrcidQueueRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.OrcidQueueResource
 
OrcidQueueRest - Class in org.dspace.app.rest.model
 
OrcidQueueRest() - Constructor for class org.dspace.app.rest.model.OrcidQueueRest
 
OrcidQueueRestConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the OrcidQueue in the DSpace API data model and the REST data model.
OrcidQueueRestConverter() - Constructor for class org.dspace.app.rest.converter.OrcidQueueRestConverter
 
OrcidQueueRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible of exposing Orcid queue resources.
OrcidQueueRestRepository() - Constructor for class org.dspace.app.rest.repository.OrcidQueueRestRepository
 
OrcidQueueSearchRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Permission evaluator plugin that check if the current user can search for ORCID queue records by owner.
OrcidQueueSearchRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.OrcidQueueSearchRestPermissionEvaluatorPlugin
 
OrcidQueueService - Interface in org.dspace.orcid.service
Service that handles ORCID queue records.
OrcidQueueServiceImpl - Class in org.dspace.orcid.service.impl
Implementation of OrcidQueueService.
OrcidQueueServiceImpl() - Constructor for class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
OrcidResponse - Class in org.dspace.orcid.client
Model a successfully response incoming from ORCID using OrcidClient.
OrcidResponse(int, String, String) - Constructor for class org.dspace.orcid.client.OrcidResponse
Create an ORCID response instance with the specified HTTP status, putCode and content.
OrcidRestConnector - Class in org.dspace.external
 
OrcidRestConnector(String) - Constructor for class org.dspace.external.OrcidRestConnector
 
OrcidServiceFactory - Class in org.dspace.orcid.factory
Abstract factory to get services for the orcid package, use OrcidHistoryServiceFactory.getInstance() to retrieve an implementation.
OrcidServiceFactory() - Constructor for class org.dspace.orcid.factory.OrcidServiceFactory
 
OrcidServiceFactoryImpl - Class in org.dspace.orcid.factory
Implementation of OrcidServiceFactory.
OrcidServiceFactoryImpl() - Constructor for class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
OrcidSimpleValueObjectFactory - Class in org.dspace.orcid.model.factory.impl
Implementation of OrcidProfileSectionFactory that creates ORCID objects with a single value.
OrcidSimpleValueObjectFactory(OrcidProfileSectionType, OrcidProfileSyncPreference) - Constructor for class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
OrcidSynchronizationMode - Enum in org.dspace.profile
Enum that model the allowed values to configure the ORCID synchronization mode.
OrcidSynchronizationRest() - Constructor for class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
OrcidSynchronizationService - Interface in org.dspace.orcid.service
Service that handle the the syncronization between a DSpace profile and the relative ORCID profile, if any.
OrcidSynchronizationServiceImpl - Class in org.dspace.orcid.service.impl
Implementation of OrcidSynchronizationService.
OrcidSynchronizationServiceImpl() - Constructor for class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
OrcidToken - Class in org.dspace.orcid
Entity that stores ORCID access-token related to a given eperson or a given profile item.
OrcidToken() - Constructor for class org.dspace.orcid.OrcidToken
 
OrcidToken_ - Class in org.dspace.orcid
 
OrcidToken_() - Constructor for class org.dspace.orcid.OrcidToken_
 
OrcidTokenDAO - Interface in org.dspace.orcid.dao
Database Access Object interface class for the OrcidToken object.
OrcidTokenDAOImpl - Class in org.dspace.orcid.dao.impl
Implementation of OrcidTokenDAO.
OrcidTokenDAOImpl() - Constructor for class org.dspace.orcid.dao.impl.OrcidTokenDAOImpl
 
OrcidTokenResponseDTO - Class in org.dspace.orcid.model
This class map the response from and ORCID token endpoint.
OrcidTokenResponseDTO() - Constructor for class org.dspace.orcid.model.OrcidTokenResponseDTO
 
orcidTokenService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
OrcidTokenService - Interface in org.dspace.orcid.service
Service that handle OrcidToken entities.
OrcidTokenServiceImpl - Class in org.dspace.orcid.service.impl
Implementation of OrcidTokenService.
OrcidTokenServiceImpl() - Constructor for class org.dspace.orcid.service.impl.OrcidTokenServiceImpl
 
OrcidV3AuthorDataProvider - Class in org.dspace.external.provider.impl
This class is the implementation of the ExternalDataProvider interface that will deal with the OrcidV3 External Data lookup
OrcidV3AuthorDataProvider() - Constructor for class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
Orcidv3AuthorityValue - Class in org.dspace.authority.orcid
An AuthorityValue encapsulating information retrieved from ORCID
Orcidv3AuthorityValue() - Constructor for class org.dspace.authority.orcid.Orcidv3AuthorityValue
Creates an instance of Orcidv3AuthorityValue with only uninitialized fields.
Orcidv3AuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
Orcidv3SolrAuthorityImpl - Class in org.dspace.authority.orcid
This class contains all methods for retrieving "Person" objects calling the ORCID (version 3) endpoints.
Orcidv3SolrAuthorityImpl() - Constructor for class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
 
OrcidValidationError - Enum in org.dspace.orcid.model.validator
Enum that model all the errors that could occurs during an ORCID object validation.
OrcidValidationException - Exception in org.dspace.orcid.exception
A Runtime exception that occurs when an ORCID object that must be send to ORCID is not valid.
OrcidValidationException(List<OrcidValidationError>) - Constructor for exception org.dspace.orcid.exception.OrcidValidationException
 
OrcidValidationException(OrcidValidationError) - Constructor for exception org.dspace.orcid.exception.OrcidValidationException
 
OrcidValidator - Interface in org.dspace.orcid.model.validator
Interface for classes that validate the ORCID entity objects.
OrcidValidatorImpl - Class in org.dspace.orcid.model.validator.impl
Implementation of OrcidValidator.
OrcidValidatorImpl(ConfigurationService) - Constructor for class org.dspace.orcid.model.validator.impl.OrcidValidatorImpl
 
OrcidWorkFactory - Class in org.dspace.orcid.model.factory.impl
Implementation of OrcidEntityFactory that creates instances of Work.
OrcidWorkFactory() - Constructor for class org.dspace.orcid.model.factory.impl.OrcidWorkFactory
 
OrcidWorkFieldMapping - Class in org.dspace.orcid.model
Class that contains all the mapping between Work and DSpace metadata fields.
OrcidWorkFieldMapping() - Constructor for class org.dspace.orcid.model.OrcidWorkFieldMapping
 
OrderedService - Interface in org.dspace.kernel.mixins
Permit the service or provider to be ordered against other classes that implement the same interface (not this one).
OrderedServiceComparator - Class in org.dspace.utils.servicemanager
A comparator for provider beans, filters, and plugins which will take ordering into account if OrderedService is implemented.
OrderedServiceComparator() - Constructor for class org.dspace.utils.servicemanager.OrderedServiceComparator
 
OrderFormat - Class in org.dspace.sort
Class implementing static helpers for anywhere that interacts with the sort columns (ie.
OrderFormatAuthor - Class in org.dspace.sort
Standard author ordering delegate implementation
OrderFormatAuthor() - Constructor for class org.dspace.sort.OrderFormatAuthor
 
OrderFormatDate - Class in org.dspace.sort
Standard date ordering delegate implementation.
OrderFormatDate() - Constructor for class org.dspace.sort.OrderFormatDate
 
OrderFormatDelegate - Interface in org.dspace.sort
Interface for browse order delegates
OrderFormatText - Class in org.dspace.sort
Standard text ordering delegate implementation
OrderFormatText() - Constructor for class org.dspace.sort.OrderFormatText
 
OrderFormatTitle - Class in org.dspace.sort
Standard title ordering delegate implementation
OrderFormatTitle() - Constructor for class org.dspace.sort.OrderFormatTitle
 
OrderFormatTitleMarc21 - Class in org.dspace.sort
MARC 21 title ordering delegate implementation
OrderFormatTitleMarc21() - Constructor for class org.dspace.sort.OrderFormatTitleMarc21
 
OREDisseminationCrosswalk - Class in org.dspace.content.crosswalk
ORE dissemination crosswalk
OREDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
OREIngestionCrosswalk - Class in org.dspace.content.crosswalk
ORE ingestion crosswalk
OREIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
OreStatementDisseminator - Class in org.dspace.sword2
 
OreStatementDisseminator() - Constructor for class org.dspace.sword2.OreStatementDisseminator
 
OrFilter - Class in org.dspace.xoai.filter
 
OrFilter(DSpaceFilter, DSpaceFilter) - Constructor for class org.dspace.xoai.filter.OrFilter
 
org.dspace.access.status - package org.dspace.access.status
Access status allows the users to view the bitstreams availability before browsing into the item itself.
org.dspace.access.status.factory - package org.dspace.access.status.factory
 
org.dspace.access.status.service - package org.dspace.access.status.service
 
org.dspace.administer - package org.dspace.administer
Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.
org.dspace.app.bulkedit - package org.dspace.app.bulkedit
The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.
org.dspace.app.checker - package org.dspace.app.checker
org.dspace.app.checker provides user interfaces to the org.dspace.checker package.
org.dspace.app.configuration - package org.dspace.app.configuration
 
org.dspace.app.exception - package org.dspace.app.exception
 
org.dspace.app.harvest - package org.dspace.app.harvest
 
org.dspace.app.iiif - package org.dspace.app.iiif
 
org.dspace.app.iiif.exception - package org.dspace.app.iiif.exception
 
org.dspace.app.iiif.model - package org.dspace.app.iiif.model
 
org.dspace.app.iiif.model.generator - package org.dspace.app.iiif.model.generator
 
org.dspace.app.iiif.service - package org.dspace.app.iiif.service
 
org.dspace.app.iiif.service.utils - package org.dspace.app.iiif.service.utils
 
org.dspace.app.itemexport - package org.dspace.app.itemexport
 
org.dspace.app.itemexport.factory - package org.dspace.app.itemexport.factory
 
org.dspace.app.itemexport.service - package org.dspace.app.itemexport.service
 
org.dspace.app.itemimport - package org.dspace.app.itemimport
 
org.dspace.app.itemimport.factory - package org.dspace.app.itemimport.factory
 
org.dspace.app.itemimport.service - package org.dspace.app.itemimport.service
 
org.dspace.app.itemmarking - package org.dspace.app.itemmarking
 
org.dspace.app.itemupdate - package org.dspace.app.itemupdate
 
org.dspace.app.launcher - package org.dspace.app.launcher
 
org.dspace.app.mediafilter - package org.dspace.app.mediafilter
 
org.dspace.app.mediafilter.factory - package org.dspace.app.mediafilter.factory
 
org.dspace.app.mediafilter.service - package org.dspace.app.mediafilter.service
 
org.dspace.app.packager - package org.dspace.app.packager
Tools for exporting and importing DSpace objects (Community, Collection, Item, etc.) wrapped in various kinds of packaging.
org.dspace.app.requestitem - package org.dspace.app.requestitem
Feature for conveying a request that materials forbidden to the requester by resource policy be made available by other means.
org.dspace.app.requestitem.dao - package org.dspace.app.requestitem.dao
 
org.dspace.app.requestitem.dao.impl - package org.dspace.app.requestitem.dao.impl
 
org.dspace.app.requestitem.factory - package org.dspace.app.requestitem.factory
 
org.dspace.app.requestitem.service - package org.dspace.app.requestitem.service
 
org.dspace.app.rest - package org.dspace.app.rest
 
org.dspace.app.rest.authorization - package org.dspace.app.rest.authorization
 
org.dspace.app.rest.authorization.impl - package org.dspace.app.rest.authorization.impl
 
org.dspace.app.rest.configuration - package org.dspace.app.rest.configuration
 
org.dspace.app.rest.converter - package org.dspace.app.rest.converter
 
org.dspace.app.rest.converter.query - package org.dspace.app.rest.converter.query
 
org.dspace.app.rest.exception - package org.dspace.app.rest.exception
 
org.dspace.app.rest.filter - package org.dspace.app.rest.filter
 
org.dspace.app.rest.health - package org.dspace.app.rest.health
 
org.dspace.app.rest.link - package org.dspace.app.rest.link
 
org.dspace.app.rest.link.externalsources - package org.dspace.app.rest.link.externalsources
 
org.dspace.app.rest.link.harvest - package org.dspace.app.rest.link.harvest
 
org.dspace.app.rest.link.process - package org.dspace.app.rest.link.process
 
org.dspace.app.rest.link.relation - package org.dspace.app.rest.link.relation
 
org.dspace.app.rest.link.search - package org.dspace.app.rest.link.search
 
org.dspace.app.rest.link.statistics - package org.dspace.app.rest.link.statistics
 
org.dspace.app.rest.login - package org.dspace.app.rest.login
 
org.dspace.app.rest.login.impl - package org.dspace.app.rest.login.impl
 
org.dspace.app.rest.model - package org.dspace.app.rest.model
 
org.dspace.app.rest.model.hateoas - package org.dspace.app.rest.model.hateoas
 
org.dspace.app.rest.model.hateoas.annotations - package org.dspace.app.rest.model.hateoas.annotations
 
org.dspace.app.rest.model.patch - package org.dspace.app.rest.model.patch
 
org.dspace.app.rest.model.query - package org.dspace.app.rest.model.query
 
org.dspace.app.rest.model.step - package org.dspace.app.rest.model.step
 
org.dspace.app.rest.model.submit - package org.dspace.app.rest.model.submit
 
org.dspace.app.rest.model.wrapper - package org.dspace.app.rest.model.wrapper
 
org.dspace.app.rest.parameter - package org.dspace.app.rest.parameter
 
org.dspace.app.rest.parameter.resolver - package org.dspace.app.rest.parameter.resolver
 
org.dspace.app.rest.projection - package org.dspace.app.rest.projection
 
org.dspace.app.rest.repository - package org.dspace.app.rest.repository
 
org.dspace.app.rest.repository.handler - package org.dspace.app.rest.repository.handler
 
org.dspace.app.rest.repository.handler.service - package org.dspace.app.rest.repository.handler.service
 
org.dspace.app.rest.repository.patch - package org.dspace.app.rest.repository.patch
 
org.dspace.app.rest.repository.patch.operation - package org.dspace.app.rest.repository.patch.operation
 
org.dspace.app.rest.repository.patch.operation.resourcePolicy - package org.dspace.app.rest.repository.patch.operation.resourcePolicy
 
org.dspace.app.rest.scripts.handler.impl - package org.dspace.app.rest.scripts.handler.impl
 
org.dspace.app.rest.security - package org.dspace.app.rest.security
 
org.dspace.app.rest.security.jwt - package org.dspace.app.rest.security.jwt
 
org.dspace.app.rest.submit - package org.dspace.app.rest.submit
 
org.dspace.app.rest.submit.factory - package org.dspace.app.rest.submit.factory
 
org.dspace.app.rest.submit.factory.impl - package org.dspace.app.rest.submit.factory.impl
 
org.dspace.app.rest.submit.step - package org.dspace.app.rest.submit.step
 
org.dspace.app.rest.submit.step.validation - package org.dspace.app.rest.submit.step.validation
 
org.dspace.app.rest.utils - package org.dspace.app.rest.utils
 
org.dspace.app.sfx - package org.dspace.app.sfx
SFX/OpenURL link server support.
org.dspace.app.sfx.factory - package org.dspace.app.sfx.factory
 
org.dspace.app.sfx.service - package org.dspace.app.sfx.service
 
org.dspace.app.sherpa - package org.dspace.app.sherpa
 
org.dspace.app.sherpa.cache - package org.dspace.app.sherpa.cache
 
org.dspace.app.sherpa.submit - package org.dspace.app.sherpa.submit
 
org.dspace.app.sherpa.v2 - package org.dspace.app.sherpa.v2
 
org.dspace.app.sitemap - package org.dspace.app.sitemap
 
org.dspace.app.solrdatabaseresync - package org.dspace.app.solrdatabaseresync
 
org.dspace.app.statistics - package org.dspace.app.statistics
Defines usage event instrumentation points and provides implementations for testing.
org.dspace.app.util - package org.dspace.app.util
Miscellaneous utility classes.
org.dspace.app.util.dao - package org.dspace.app.util.dao
 
org.dspace.app.util.dao.impl - package org.dspace.app.util.dao.impl
 
org.dspace.app.util.factory - package org.dspace.app.util.factory
 
org.dspace.app.util.service - package org.dspace.app.util.service
 
org.dspace.authenticate - package org.dspace.authenticate
End-user authentication manager, interface and implementations.
org.dspace.authenticate.factory - package org.dspace.authenticate.factory
 
org.dspace.authenticate.oidc - package org.dspace.authenticate.oidc
 
org.dspace.authenticate.oidc.impl - package org.dspace.authenticate.oidc.impl
 
org.dspace.authenticate.oidc.model - package org.dspace.authenticate.oidc.model
 
org.dspace.authenticate.service - package org.dspace.authenticate.service
 
org.dspace.authority - package org.dspace.authority
 
org.dspace.authority.factory - package org.dspace.authority.factory
 
org.dspace.authority.indexer - package org.dspace.authority.indexer
 
org.dspace.authority.orcid - package org.dspace.authority.orcid
 
org.dspace.authority.rest - package org.dspace.authority.rest
 
org.dspace.authority.service - package org.dspace.authority.service
 
org.dspace.authority.util - package org.dspace.authority.util
 
org.dspace.authorize - package org.dspace.authorize
Handles permissions for DSpace content.
org.dspace.authorize.dao - package org.dspace.authorize.dao
 
org.dspace.authorize.dao.impl - package org.dspace.authorize.dao.impl
 
org.dspace.authorize.factory - package org.dspace.authorize.factory
 
org.dspace.authorize.service - package org.dspace.authorize.service
 
org.dspace.browse - package org.dspace.browse
Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.
org.dspace.checker - package org.dspace.checker
Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.
org.dspace.checker.dao - package org.dspace.checker.dao
 
org.dspace.checker.dao.impl - package org.dspace.checker.dao.impl
Database access for the Checksum Checker tool, which looks for unexpected changes in Bitstream content.
org.dspace.checker.factory - package org.dspace.checker.factory
 
org.dspace.checker.service - package org.dspace.checker.service
 
org.dspace.content - package org.dspace.content
Provides an API for reading and manipulating content in the DSpace system.
org.dspace.content.authority - package org.dspace.content.authority
 
org.dspace.content.authority.factory - package org.dspace.content.authority.factory
 
org.dspace.content.authority.service - package org.dspace.content.authority.service
 
org.dspace.content.comparator - package org.dspace.content.comparator
 
org.dspace.content.crosswalk - package org.dspace.content.crosswalk
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
org.dspace.content.dao - package org.dspace.content.dao
 
org.dspace.content.dao.impl - package org.dspace.content.dao.impl
 
org.dspace.content.dao.pojo - package org.dspace.content.dao.pojo
 
org.dspace.content.dto - package org.dspace.content.dto
 
org.dspace.content.factory - package org.dspace.content.factory
 
org.dspace.content.license - package org.dspace.content.license
 
org.dspace.content.logic - package org.dspace.content.logic
 
org.dspace.content.logic.condition - package org.dspace.content.logic.condition
 
org.dspace.content.logic.operator - package org.dspace.content.logic.operator
 
org.dspace.content.packager - package org.dspace.content.packager
Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
org.dspace.content.service - package org.dspace.content.service
 
org.dspace.content.virtual - package org.dspace.content.virtual
 
org.dspace.core - package org.dspace.core
Provides some basic functionality required throughout the DSpace system.
org.dspace.core.factory - package org.dspace.core.factory
 
org.dspace.core.service - package org.dspace.core.service
 
org.dspace.ctask.general - package org.dspace.ctask.general
 
org.dspace.ctask.test - package org.dspace.ctask.test
 
org.dspace.ctask.testing - package org.dspace.ctask.testing
 
org.dspace.curate - package org.dspace.curate
In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.
org.dspace.curate.service - package org.dspace.curate.service
 
org.dspace.discovery - package org.dspace.discovery
 
org.dspace.discovery.configuration - package org.dspace.discovery.configuration
 
org.dspace.discovery.indexobject - package org.dspace.discovery.indexobject
 
org.dspace.discovery.indexobject.factory - package org.dspace.discovery.indexobject.factory
 
org.dspace.discovery.utils - package org.dspace.discovery.utils
 
org.dspace.discovery.utils.parameter - package org.dspace.discovery.utils.parameter
 
org.dspace.disseminate - package org.dspace.disseminate
 
org.dspace.disseminate.factory - package org.dspace.disseminate.factory
 
org.dspace.disseminate.service - package org.dspace.disseminate.service
 
org.dspace.embargo - package org.dspace.embargo
Embargo allows the deposit of Items whose content should not be made visible until later.
org.dspace.embargo.factory - package org.dspace.embargo.factory
 
org.dspace.embargo.service - package org.dspace.embargo.service
 
org.dspace.eperson - package org.dspace.eperson
Provides classes representing e-people and groups of e-people.
org.dspace.eperson.dao - package org.dspace.eperson.dao
 
org.dspace.eperson.dao.impl - package org.dspace.eperson.dao.impl
 
org.dspace.eperson.factory - package org.dspace.eperson.factory
 
org.dspace.eperson.service - package org.dspace.eperson.service
 
org.dspace.event - package org.dspace.event
 
org.dspace.event.factory - package org.dspace.event.factory
 
org.dspace.event.service - package org.dspace.event.service
 
org.dspace.example - package org.dspace.example
 
org.dspace.example.impl - package org.dspace.example.impl
 
org.dspace.external - package org.dspace.external
 
org.dspace.external.factory - package org.dspace.external.factory
 
org.dspace.external.model - package org.dspace.external.model
 
org.dspace.external.provider - package org.dspace.external.provider
 
org.dspace.external.provider.impl - package org.dspace.external.provider.impl
 
org.dspace.external.provider.orcid.xml - package org.dspace.external.provider.orcid.xml
 
org.dspace.external.service - package org.dspace.external.service
 
org.dspace.external.service.impl - package org.dspace.external.service.impl
 
org.dspace.google - package org.dspace.google
 
org.dspace.handle - package org.dspace.handle
Provides classes and methods to interface with the CNRI Handle System.
org.dspace.handle.dao - package org.dspace.handle.dao
 
org.dspace.handle.dao.impl - package org.dspace.handle.dao.impl
 
org.dspace.handle.factory - package org.dspace.handle.factory
 
org.dspace.handle.service - package org.dspace.handle.service
 
org.dspace.harvest - package org.dspace.harvest
 
org.dspace.harvest.dao - package org.dspace.harvest.dao
 
org.dspace.harvest.dao.impl - package org.dspace.harvest.dao.impl
 
org.dspace.harvest.factory - package org.dspace.harvest.factory
 
org.dspace.harvest.service - package org.dspace.harvest.service
 
org.dspace.health - package org.dspace.health
 
org.dspace.identifier - package org.dspace.identifier
Providers of durable unique identifiers (Handles, DOIs, etc.).
org.dspace.identifier.dao - package org.dspace.identifier.dao
 
org.dspace.identifier.dao.impl - package org.dspace.identifier.dao.impl
 
org.dspace.identifier.doi - package org.dspace.identifier.doi
Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.
org.dspace.identifier.ezid - package org.dspace.identifier.ezid
 
org.dspace.identifier.factory - package org.dspace.identifier.factory
 
org.dspace.identifier.service - package org.dspace.identifier.service
 
org.dspace.iiif - package org.dspace.iiif
 
org.dspace.iiif.canvasdimension - package org.dspace.iiif.canvasdimension
 
org.dspace.iiif.canvasdimension.factory - package org.dspace.iiif.canvasdimension.factory
 
org.dspace.iiif.canvasdimension.service - package org.dspace.iiif.canvasdimension.service
 
org.dspace.iiif.consumer - package org.dspace.iiif.consumer
 
org.dspace.iiif.logger - package org.dspace.iiif.logger
 
org.dspace.iiif.util - package org.dspace.iiif.util
 
org.dspace.importer.external - package org.dspace.importer.external
Main package for the live importing from external sources
org.dspace.importer.external.ads - package org.dspace.importer.external.ads
 
org.dspace.importer.external.arxiv.metadatamapping - package org.dspace.importer.external.arxiv.metadatamapping
 
org.dspace.importer.external.arxiv.metadatamapping.contributor - package org.dspace.importer.external.arxiv.metadatamapping.contributor
 
org.dspace.importer.external.arxiv.service - package org.dspace.importer.external.arxiv.service
 
org.dspace.importer.external.bibtex.service - package org.dspace.importer.external.bibtex.service
 
org.dspace.importer.external.cinii - package org.dspace.importer.external.cinii
 
org.dspace.importer.external.crossref - package org.dspace.importer.external.crossref
 
org.dspace.importer.external.csv.service - package org.dspace.importer.external.csv.service
 
org.dspace.importer.external.datamodel - package org.dspace.importer.external.datamodel
Package containing datamodel classes which are constructed/used during the retrieval of Records Strictly data-centric classes
org.dspace.importer.external.endnote.service - package org.dspace.importer.external.endnote.service
 
org.dspace.importer.external.epo.service - package org.dspace.importer.external.epo.service
 
org.dspace.importer.external.exception - package org.dspace.importer.external.exception
External importer Exception classes + possible handlers
org.dspace.importer.external.liveimportclient.service - package org.dspace.importer.external.liveimportclient.service
 
org.dspace.importer.external.metadatamapping - package org.dspace.importer.external.metadatamapping
Main package used for any mapping/processing of retrieved metadata
org.dspace.importer.external.metadatamapping.contributor - package org.dspace.importer.external.metadatamapping.contributor
Contains the classes used to map between retrieved records and actual usable MetadatumDTO Classes are used in the spring config of implementations of AbstractMetadataFieldMapping which query to an element in the retrieved record and map it to a metadatafield.
org.dspace.importer.external.metadatamapping.transform - package org.dspace.importer.external.metadatamapping.transform
Transformer classes used by services classes (Such as processing/generating queries, altering results, etc)
org.dspace.importer.external.pubmed - package org.dspace.importer.external.pubmed
Pubmed implementation of MetadataSource Based on metadata support in org.dspace.importer.external.metadatamapping
org.dspace.importer.external.pubmed.metadatamapping - package org.dspace.importer.external.pubmed.metadatamapping
Pubmed implementation of MetadataContributor, Responsible for generating a set of specific metadata from the retrieved document.
org.dspace.importer.external.pubmed.metadatamapping.contributor - package org.dspace.importer.external.pubmed.metadatamapping.contributor
Pubmed implementation of specific org.dspace.importer.external.metadatamapping.contributor classes, defining the mapping between the retrieved record and dspace metadata
org.dspace.importer.external.pubmed.metadatamapping.transform - package org.dspace.importer.external.pubmed.metadatamapping.transform
Pubmed implementation of specific org.dspace.importer.external.metadatamapping.transform classes
org.dspace.importer.external.pubmed.service - package org.dspace.importer.external.pubmed.service
Pubmed implementation of specific org.dspace.importer.external.service classes
org.dspace.importer.external.pubmedeurope - package org.dspace.importer.external.pubmedeurope
 
org.dspace.importer.external.ris.service - package org.dspace.importer.external.ris.service
 
org.dspace.importer.external.scielo.service - package org.dspace.importer.external.scielo.service
 
org.dspace.importer.external.scopus.service - package org.dspace.importer.external.scopus.service
 
org.dspace.importer.external.service - package org.dspace.importer.external.service
Main import framework services.
org.dspace.importer.external.service.components - package org.dspace.importer.external.service.components
Service components that are aggregated/used in the AbstractImportMetadataSourceService and ImportService
org.dspace.importer.external.service.components.dto - package org.dspace.importer.external.service.components.dto
 
org.dspace.importer.external.vufind - package org.dspace.importer.external.vufind
 
org.dspace.importer.external.vufind.metadatamapping - package org.dspace.importer.external.vufind.metadatamapping
 
org.dspace.importer.external.wos.service - package org.dspace.importer.external.wos.service
 
org.dspace.kernel - package org.dspace.kernel
The DSpace Services kernel and service manager.
org.dspace.kernel.config - package org.dspace.kernel.config
 
org.dspace.kernel.mixins - package org.dspace.kernel.mixins
Interfaces for interacting with the startup, shutdown, or reconfiguration of the framework.
org.dspace.license - package org.dspace.license
 
org.dspace.license.factory - package org.dspace.license.factory
 
org.dspace.license.service - package org.dspace.license.service
 
org.dspace.orcid - package org.dspace.orcid
 
org.dspace.orcid.client - package org.dspace.orcid.client
 
org.dspace.orcid.consumer - package org.dspace.orcid.consumer
 
org.dspace.orcid.dao - package org.dspace.orcid.dao
 
org.dspace.orcid.dao.impl - package org.dspace.orcid.dao.impl
 
org.dspace.orcid.exception - package org.dspace.orcid.exception
 
org.dspace.orcid.factory - package org.dspace.orcid.factory
 
org.dspace.orcid.model - package org.dspace.orcid.model
 
org.dspace.orcid.model.factory - package org.dspace.orcid.model.factory
 
org.dspace.orcid.model.factory.impl - package org.dspace.orcid.model.factory.impl
 
org.dspace.orcid.model.validator - package org.dspace.orcid.model.validator
 
org.dspace.orcid.model.validator.impl - package org.dspace.orcid.model.validator.impl
 
org.dspace.orcid.script - package org.dspace.orcid.script
 
org.dspace.orcid.service - package org.dspace.orcid.service
 
org.dspace.orcid.service.impl - package org.dspace.orcid.service.impl
 
org.dspace.profile - package org.dspace.profile
 
org.dspace.profile.service - package org.dspace.profile.service
 
org.dspace.rdf - package org.dspace.rdf
 
org.dspace.rdf.conversion - package org.dspace.rdf.conversion
 
org.dspace.rdf.factory - package org.dspace.rdf.factory
 
org.dspace.rdf.negotiation - package org.dspace.rdf.negotiation
 
org.dspace.rdf.providing - package org.dspace.rdf.providing
 
org.dspace.rdf.storage - package org.dspace.rdf.storage
 
org.dspace.scripts - package org.dspace.scripts
 
org.dspace.scripts.configuration - package org.dspace.scripts.configuration
 
org.dspace.scripts.factory - package org.dspace.scripts.factory
 
org.dspace.scripts.factory.impl - package org.dspace.scripts.factory.impl
 
org.dspace.scripts.handler - package org.dspace.scripts.handler
 
org.dspace.scripts.handler.impl - package org.dspace.scripts.handler.impl
 
org.dspace.scripts.service - package org.dspace.scripts.service
 
org.dspace.search - package org.dspace.search
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
org.dspace.service - package org.dspace.service
 
org.dspace.service.impl - package org.dspace.service.impl
 
org.dspace.servicemanager - package org.dspace.servicemanager
Register, configure, manipulate, locate services.
org.dspace.servicemanager.config - package org.dspace.servicemanager.config
The configuration service.
org.dspace.servicemanager.example - package org.dspace.servicemanager.example
Sample service implementations.
org.dspace.servicemanager.servlet - package org.dspace.servicemanager.servlet
Support for using DSpace Services in a servlet context.
org.dspace.servicemanager.spring - package org.dspace.servicemanager.spring
Spring extensions and adaptors for DSpace.
org.dspace.services - package org.dspace.services
Core DSpace service definitions.
org.dspace.services.email - package org.dspace.services.email
Manages a JavaMail session for code which wants to send email.
org.dspace.services.events - package org.dspace.services.events
Implementation of the event service.
org.dspace.services.factory - package org.dspace.services.factory
 
org.dspace.services.model - package org.dspace.services.model
Defines types managed by the core services.
org.dspace.services.sessions - package org.dspace.services.sessions
Implement the session service.
org.dspace.services.sessions.model - package org.dspace.services.sessions.model
Implement the session type.
org.dspace.sort - package org.dspace.sort
 
org.dspace.statistics - package org.dspace.statistics
Facilities for detecting and storing both model and usage events, and for querying the store.
org.dspace.statistics.content - package org.dspace.statistics.content
 
org.dspace.statistics.content.filter - package org.dspace.statistics.content.filter
 
org.dspace.statistics.export - package org.dspace.statistics.export
 
org.dspace.statistics.export.dao - package org.dspace.statistics.export.dao
 
org.dspace.statistics.export.dao.impl - package org.dspace.statistics.export.dao.impl
 
org.dspace.statistics.export.factory - package org.dspace.statistics.export.factory
 
org.dspace.statistics.export.processor - package org.dspace.statistics.export.processor
 
org.dspace.statistics.export.service - package org.dspace.statistics.export.service
 
org.dspace.statistics.factory - package org.dspace.statistics.factory
 
org.dspace.statistics.service - package org.dspace.statistics.service
 
org.dspace.statistics.util - package org.dspace.statistics.util
Mostly classes for dealing with detection of spiders, and command line tools.
org.dspace.storage.bitstore - package org.dspace.storage.bitstore
Provides an API for storing, retrieving and deleting streams of bits in a transactionally safe fashion.
org.dspace.storage.bitstore.factory - package org.dspace.storage.bitstore.factory
 
org.dspace.storage.bitstore.service - package org.dspace.storage.bitstore.service
 
org.dspace.storage.rdbms - package org.dspace.storage.rdbms
 
org.dspace.storage.rdbms.hibernate - package org.dspace.storage.rdbms.hibernate
 
org.dspace.storage.rdbms.migration - package org.dspace.storage.rdbms.migration
 
org.dspace.storage.rdbms.xmlworkflow - package org.dspace.storage.rdbms.xmlworkflow
 
org.dspace.submit.listener - package org.dspace.submit.listener
 
org.dspace.submit.migration - package org.dspace.submit.migration
 
org.dspace.submit.model - package org.dspace.submit.model
 
org.dspace.sword - package org.dspace.sword
 
org.dspace.sword2 - package org.dspace.sword2
 
org.dspace.testing - package org.dspace.testing
 
org.dspace.text.filter - package org.dspace.text.filter
 
org.dspace.usage - package org.dspace.usage
Capture of "usage events".
org.dspace.util - package org.dspace.util
Generally useful classes, not particularly tied to any other package.
org.dspace.utils - package org.dspace.utils
Utility classes and starting points.
org.dspace.utils.servicemanager - package org.dspace.utils.servicemanager
Handy types to support ServiceManagers.
org.dspace.utils.servlet - package org.dspace.utils.servlet
Connect a servlet container with the DSpace Services framework, in a web application context.
org.dspace.versioning - package org.dspace.versioning
 
org.dspace.versioning.dao - package org.dspace.versioning.dao
 
org.dspace.versioning.dao.impl - package org.dspace.versioning.dao.impl
 
org.dspace.versioning.factory - package org.dspace.versioning.factory
 
org.dspace.versioning.service - package org.dspace.versioning.service
 
org.dspace.versioning.utils - package org.dspace.versioning.utils
 
org.dspace.vocabulary - package org.dspace.vocabulary
 
org.dspace.web - package org.dspace.web
 
org.dspace.workflow - package org.dspace.workflow
DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.
org.dspace.workflow.factory - package org.dspace.workflow.factory
 
org.dspace.xmlworkflow - package org.dspace.xmlworkflow
An Item submission begins as a WorkspaceItem in some user's workspace.
org.dspace.xmlworkflow.factory - package org.dspace.xmlworkflow.factory
 
org.dspace.xmlworkflow.migration - package org.dspace.xmlworkflow.migration
 
org.dspace.xmlworkflow.service - package org.dspace.xmlworkflow.service
 
org.dspace.xmlworkflow.state - package org.dspace.xmlworkflow.state
A workflow consists of a sequence of steps.
org.dspace.xmlworkflow.state.actions - package org.dspace.xmlworkflow.state.actions
An Action changes the state of an object in a workflow.
org.dspace.xmlworkflow.state.actions.processingaction - package org.dspace.xmlworkflow.state.actions.processingaction
 
org.dspace.xmlworkflow.state.actions.userassignment - package org.dspace.xmlworkflow.state.actions.userassignment
 
org.dspace.xmlworkflow.storedcomponents - package org.dspace.xmlworkflow.storedcomponents
The state of an item in a workflow is persisted in a number of objects.
org.dspace.xmlworkflow.storedcomponents.dao - package org.dspace.xmlworkflow.storedcomponents.dao
 
org.dspace.xmlworkflow.storedcomponents.dao.impl - package org.dspace.xmlworkflow.storedcomponents.dao.impl
 
org.dspace.xmlworkflow.storedcomponents.service - package org.dspace.xmlworkflow.storedcomponents.service
 
org.dspace.xoai.app - package org.dspace.xoai.app
 
org.dspace.xoai.controller - package org.dspace.xoai.controller
 
org.dspace.xoai.data - package org.dspace.xoai.data
 
org.dspace.xoai.exceptions - package org.dspace.xoai.exceptions
 
org.dspace.xoai.filter - package org.dspace.xoai.filter
 
org.dspace.xoai.filter.data - package org.dspace.xoai.filter.data
 
org.dspace.xoai.filter.results - package org.dspace.xoai.filter.results
 
org.dspace.xoai.services.api - package org.dspace.xoai.services.api
 
org.dspace.xoai.services.api.cache - package org.dspace.xoai.services.api.cache
 
org.dspace.xoai.services.api.config - package org.dspace.xoai.services.api.config
 
org.dspace.xoai.services.api.context - package org.dspace.xoai.services.api.context
 
org.dspace.xoai.services.api.set - package org.dspace.xoai.services.api.set
 
org.dspace.xoai.services.api.solr - package org.dspace.xoai.services.api.solr
 
org.dspace.xoai.services.api.xoai - package org.dspace.xoai.services.api.xoai
 
org.dspace.xoai.services.impl - package org.dspace.xoai.services.impl
 
org.dspace.xoai.services.impl.cache - package org.dspace.xoai.services.impl.cache
 
org.dspace.xoai.services.impl.config - package org.dspace.xoai.services.impl.config
 
org.dspace.xoai.services.impl.context - package org.dspace.xoai.services.impl.context
 
org.dspace.xoai.services.impl.resources - package org.dspace.xoai.services.impl.resources
 
org.dspace.xoai.services.impl.set - package org.dspace.xoai.services.impl.set
 
org.dspace.xoai.services.impl.solr - package org.dspace.xoai.services.impl.solr
 
org.dspace.xoai.services.impl.xoai - package org.dspace.xoai.services.impl.xoai
 
org.dspace.xoai.solr - package org.dspace.xoai.solr
 
org.dspace.xoai.solr.exceptions - package org.dspace.xoai.solr.exceptions
 
org.dspace.xoai.util - package org.dspace.xoai.util
 
org.purl.sword.atom - package org.purl.sword.atom
This package contains a collection of classes to represent the use of the ATOM Entry document within the SWORD profile.
org.purl.sword.base - package org.purl.sword.base
This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients.
org.purl.sword.client - package org.purl.sword.client
 
org.purl.sword.server - package org.purl.sword.server
 
ORGANIZATION_ADDRESS_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
ORGANIZATION_CITY_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
ORGANIZATION_COUNTRY_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
ORGANIZATION_NAME_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
ORIGIN - Static variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor.EpoDocumentId
 
OriginalBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalBitstreamFilter
 
OriginalWithDerivativesBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalWithDerivativesBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
 
orphanGroups - Static variable in class org.dspace.content.packager.PackageUtils
Lookaside list for translations we've already done, so we don't generate multiple names for the same group
osNs - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
OTHER_CONTENT_BUNDLE - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
OTHER_CONTENT_BUNDLE - Static variable in class org.dspace.iiif.util.IIIFSharedUtils
 
OTHER_NAMES - org.dspace.orcid.model.OrcidProfileSectionType
 
otherSideIsLatest(boolean, Relationship.LatestVersionStatus) - Method in class org.dspace.versioning.utils.RelationshipVersioningUtils
Given a latest version status, check if the other side is "latest".
OUTCOME_COMPLETE - Static variable in class org.dspace.xmlworkflow.state.actions.ActionResult
Outcome code which indicates that the Action was completed.
OUTCOME_REJECT - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
output(Writer) - Method in class org.dspace.app.util.SyndicationFeed
send the output to designated Writer
OUTPUT - Static variable in class org.dspace.app.rest.model.ProcessRest
 
OUTPUT_TYPE - Static variable in class org.dspace.scripts.Process
 
outputDir - Variable in class org.dspace.app.sitemap.AbstractGenerator
Directory files are written to
outputString() - Method in class org.dspace.app.util.SyndicationFeed
 
outputter - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
outputW3CDom() - Method in class org.dspace.app.util.SyndicationFeed
 
overrideContext(Context) - Method in class org.dspace.rdf.RDFizer
This method allows you to override the context used for conversion and to determine which DSpaceObjects should be deleted from the triplestore, consider well if this is really necessary.
owner - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
OWNER - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
OWNING_COLLECTION - Static variable in class org.dspace.app.rest.model.ItemRest
 
OWNING_COLLECTION - Static variable in class org.dspace.content.Item_
 
owningCollection - Static variable in class org.dspace.content.Item_
 

P

PACKAGE_ERROR - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
Invalid package
PACKAGE_ERROR - Static variable in class org.dspace.sword2.DSpaceUriRegistry
Invalid package
PACKAGE_VALIDATION_ERROR - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
Missing resources in package
PACKAGE_VALIDATION_ERROR - Static variable in class org.dspace.sword2.DSpaceUriRegistry
Missing resources in package
PackageDisseminator - Interface in org.dspace.content.packager
Plugin Interface to produce Dissemination Information Package (DIP) of a DSpace object.
PackageException - Exception in org.dspace.content.packager
This is a superclass for exceptions representing a failure when importing or exporting a package.
PackageException() - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with no message.
PackageException(String) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with the given message.
PackageException(String, Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping it around another exception.
PackageException(Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping the given underlying cause.
PackageIngester - Interface in org.dspace.content.packager
Plugin Interface to interpret a Submission Information Package (SIP) and create (or replace) a DSpace Object from its contents.
PackageParameters - Class in org.dspace.content.packager
Parameter list for SIP and DIP packagers.
PackageParameters() - Constructor for class org.dspace.content.packager.PackageParameters
 
PackageParameters(Properties) - Constructor for class org.dspace.content.packager.PackageParameters
 
Packager - Class in org.dspace.app.packager
Command-line interface to the Packager plugin.
Packager() - Constructor for class org.dspace.app.packager.Packager
 
packageType - Variable in class org.dspace.app.packager.Packager
 
PackageUtils - Class in org.dspace.content.packager
Container class for code that is useful to many packagers.
PackageUtils.UnclosableInputStream - Class in org.dspace.content.packager
Stream wrapper that does not allow its wrapped stream to be closed.
PackageValidationException - Exception in org.dspace.content.packager
This represents a failure when importing or exporting a package caused by invalid unacceptable package format or contents; for example, missing files that were mentioned in the manifest, or extra files not in manifest, or lack of a manifest.
PackageValidationException(Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception wrapping it around another exception.
PackageValidationException(String) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception with the given message.
PackageValidationException(String, Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
 
page - Variable in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
Page(int, int, int, int) - Constructor for class org.dspace.usage.UsageSearchEvent.Page
 
PAGE_REACHED - Static variable in class org.dspace.content.WorkspaceItem_
 
PageRangeXPathMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Scopus specific implementation of MetadataContributor Responsible for generating the Scopus startPage and endPage from the retrieved item.
PageRangeXPathMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
 
pageReached - Static variable in class org.dspace.content.WorkspaceItem_
 
PageRest - Class in org.dspace.app.rest.model
This class is a REST representation for the Page object that is used for Pagination
PageRest() - Constructor for class org.dspace.app.rest.model.PageRest
 
PageRest(int, int, int, int) - Constructor for class org.dspace.app.rest.model.PageRest
 
pageSize - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
PaginationException - Exception in org.dspace.app.rest.exception
This is an exception to manage information about pagination errors.
PaginationException(long) - Constructor for exception org.dspace.app.rest.exception.PaginationException
 
PAINTING - Static variable in class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
PANJABI - Static variable in class org.dspace.text.filter.Language
 
PARAM - Static variable in class org.dspace.app.rest.IdentifierRestController
 
PARAM - Static variable in class org.dspace.app.rest.UUIDLookupRestController
 
Parameter - Annotation Type in org.dspace.app.rest
This annotation provides extra information about method parameters of a SearchRestMethod allowing automatic bind of request parameters
ParameterConversionException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice
 
ParameterizedDisseminationCrosswalk - Interface in org.dspace.content.crosswalk
Translate DSpace native metadata into an external XML format, with parameters.
parameterNames - Variable in class org.dspace.rdf.negotiation.MediaRange
 
ParameterRest - Class in org.dspace.app.rest.model
This class serves as a REST representation for a script parameter
ParameterRest() - Constructor for class org.dspace.app.rest.model.ParameterRest
 
parameters - Static variable in class org.dspace.scripts.Process_
 
PARAMETERS - Static variable in class org.dspace.scripts.Process_
 
ParameterValueRest - Class in org.dspace.app.rest.model
This class serves as a REST representation for a paramater with a value given to the script
ParameterValueRest() - Constructor for class org.dspace.app.rest.model.ParameterValueRest
 
parameterValues - Variable in class org.dspace.rdf.negotiation.MediaRange
 
parent - Static variable in class org.dspace.eperson.Group2GroupCache_
 
parent - Variable in class org.dspace.eperson.Group2GroupCache
 
PARENT - Static variable in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
PARENT - Static variable in class org.dspace.eperson.Group2GroupCache_
 
PARENT_COMMUNITIES - Static variable in class org.dspace.content.Community_
 
PARENT_COMMUNITY - Static variable in class org.dspace.app.rest.model.CollectionRest
 
PARENT_COMMUNITY - Static variable in class org.dspace.app.rest.model.CommunityRest
 
PARENT_DIV_TYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
TYPE of the div containing AIP's parent handle in its mptr.
PARENT_GROUPS - Static variable in class org.dspace.eperson.Group_
 
parentCommunities - Static variable in class org.dspace.content.Community_
 
parentGroups - Static variable in class org.dspace.eperson.Group_
 
parentService - Variable in class org.dspace.identifier.IdentifierProvider
 
parse(String) - Static method in class org.dspace.app.itemupdate.ContentsEntry
Factory method parses a line from the Contents Entry file
parse(String) - Static method in class org.dspace.content.MetadataFieldName
Split a dotted-triple field name schema.element[.qualifier] into its components.
parse(String) - Static method in class org.dspace.util.MultiFormatDateParser
Compare a string to each injected regular expression in entry order, and when it matches, attempt to parse it using the associated format.
parse(String) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceResumptionTokenFormatter
 
parse(String) - Static method in class org.dspace.xoai.util.DateUtils
Parse a string into a Date object
parseClaim(Context, HttpServletRequest, JWTClaimsSet) - Method in class org.dspace.app.rest.security.jwt.AuthenticationMethodClaimProvider
 
parseClaim(Context, HttpServletRequest, JWTClaimsSet) - Method in class org.dspace.app.rest.security.jwt.EPersonClaimProvider
 
parseClaim(Context, HttpServletRequest, JWTClaimsSet) - Method in interface org.dspace.app.rest.security.jwt.JWTClaimProvider
 
parseClaim(Context, HttpServletRequest, JWTClaimsSet) - Method in class org.dspace.app.rest.security.jwt.SpecialGroupClaimProvider
 
parseComponents(String) - Method in class org.dspace.app.util.GoogleMetadata
Pull apart an individual field structure.
parseCompoundForm(String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Parses metadata field given in the form <schema>.<element>[.<qualifier>|.*] checks for correct number of elements (2 or 3) and for empty strings
parseConfigurations(String) - Static method in class org.dspace.orcid.model.factory.OrcidFactoryUtils
Parse the given configurations value and returns a map with metadata fields as keys and types/sources as values.
parseDate(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the standard date string requested at the command line and convert it into a Date object.
parseDuration(String) - Static method in class org.dspace.core.Utils
Utility method to parse durations defined as \d+[smhdwy] (seconds, minutes, hours, days, weeks, years)
parseEPersonFromToken(String, HttpServletRequest, Context) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Retrieve EPerson from a JSON Web Token (JWT)
parseEventType(String) - Static method in class org.dspace.event.Event
Interpret named event type.
parseFields(String) - Method in class org.dspace.app.util.GoogleMetadata
Build a Vector of fields that can be added to when expanding wildcards.
parseFile(String) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Parses XML file and returns XML document.
parseFile(String) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
parseFromSolrDate(String) - Static method in class org.dspace.xoai.util.DateUtils
 
parseHandle(String) - Method in class org.dspace.handle.HandleServiceImpl
 
parseHandle(String) - Method in interface org.dspace.handle.service.HandleService
Format a handle ~ - hdl:123456789/1 -> 123456789/1 - info:hdl/123456789/1 -> 123456789/1 - https://hdl.handle.net/123456789/1 -> 123456789/1
parseHandle(String) - Static method in class org.dspace.xoai.data.DSpaceItem
 
parseISO8601Date(String) - Static method in class org.dspace.core.Utils
Translates timestamp from an ISO 8601-standard format, which is commonly used in XML and RDF documents.
parseItem() - Method in class org.dspace.app.util.GoogleMetadata
Using metadata field mappings contained in the loaded configuration, parse through configured metadata fields, building valid Google metadata value strings.
parseLiteralGenerator(Model, Resource, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseLocales(String[]) - Static method in class org.dspace.core.I18nUtil
Creates array of Locales from text list of locale-specifications.
parseMath(String) - Method in class org.dspace.util.DateMathParser
Parses a string of commands relative "now" are returns the resulting Date.
parseMath(Date, String) - Static method in class org.dspace.util.DateMathParser
Parses a String which may be a date (in the standard ISO-8601 format) followed by an optional math expression.
parseObject(Model, RDFNode, String, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseObjectType(String) - Static method in class org.dspace.event.Event
Translate a textual DSpace Object type name into an event subject-type mask.
parseOptions(String) - Method in class org.dspace.app.util.GoogleMetadata
Parse first-match path of metadata field-group options for the given configuration.
parseOptions(String[]) - Method in class org.purl.sword.client.ClientOptions
Parse the list of options contained in the specified array.
parsePackage(Context, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Parse a given input package, ultimately returning the METS manifest out of the package.
parsePredicate(Model, Resource, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parser - Variable in class org.dspace.content.packager.METSManifest
builder to use for mdRef streams, inherited from create()
parser - Variable in class org.dspace.license.CCLicenseConnectorServiceImpl
 
PARSER - Static variable in class org.dspace.util.DateMathParser
Differs by DateTimeFormatter.ISO_INSTANT in that it's lenient.
parseResourceGenerator(Resource, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseSubject(Model, Resource, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DayTableEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in interface org.dspace.embargo.EmbargoSetter
Get lift date of embargo from the "terms" supplied in the metadata (or other available state) of this Item.
parseTransform(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
parseValueProcessor(Resource, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseWildcard(String) - Method in class org.dspace.app.util.GoogleMetadata
Expand any wildcard characters to an array of all matching fields for this item.
pass(List<int[]>) - Method in class org.dspace.event.Event
Test whether this event would pass through a list of filters.
passivateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
PassiveUsageEventListener - Class in org.dspace.usage
A null implementation of AbstractUsageEvent to absorb events harmlessly and cheaply.
PassiveUsageEventListener() - Constructor for class org.dspace.usage.PassiveUsageEventListener
 
password - Static variable in class org.dspace.eperson.EPerson_
 
PASSWORD - Static variable in class org.dspace.eperson.EPerson_
 
PASSWORD - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
PASSWORD_DIGEST - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PASSWORD_HASH - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PASSWORD_SALT - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PasswordAuthentication - Class in org.dspace.authenticate
A stackable authentication method based on the DSpace internal "EPerson" database.
PasswordAuthentication() - Constructor for class org.dspace.authenticate.PasswordAuthentication
 
PasswordHash - Class in org.dspace.eperson
For handling digested secrets (such as passwords).
PasswordHash(String) - Constructor for class org.dspace.eperson.PasswordHash
Construct a hash structure from a cleartext password using the configured digest algorithm.
PasswordHash(String, byte[], byte[]) - Constructor for class org.dspace.eperson.PasswordHash
Construct a hash structure from existing data, just for passing around.
PasswordHash(String, String, String) - Constructor for class org.dspace.eperson.PasswordHash
Convenience: like PasswordHash(String, byte[], byte[]) but with hexadecimal-encoded Strings.
patch(HttpServletRequest, String, String, ID, Patch) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Apply a partial update to the REST object via JSON Patch
patch(HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
PATCH method, using operation on the resources following (JSON) Patch notation (https://tools.ietf .org/html/rfc6902) Note that the regular expression in the request mapping accept a number as identifier;
patch(HttpServletRequest, String, String, UUID, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
PATCH method, using operation on the resources following (JSON) Patch notation (https://tools.ietf .org/html/rfc6902) Note that the regular expression in the request mapping accept a UUID as identifier;
patch(HttpServletRequest, UUID, JsonNode) - Method in class org.dspace.app.rest.ItemTemplateRestController
This method modifies installed template items Example:
patch(Context, HttpServletRequest, String, String, ID, Patch) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to allow partial update of the REST object via JSON Patch
patch(Context, HttpServletRequest, String, String, Integer, Patch) - Method in class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
patch(Context, HttpServletRequest, String, String, Integer, Patch) - Method in class org.dspace.app.rest.repository.VersionRestRepository
 
patch(Context, HttpServletRequest, String, String, Integer, Patch) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
patch(Context, HttpServletRequest, String, String, Integer, Patch) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.BundleRestRepository
Apply a patch operation to a bundle
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.EPersonRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.GroupRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
patch(Context, HttpServletRequest, String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.SiteRestRepository
 
patch(Context, M, List<Operation>) - Method in class org.dspace.app.rest.repository.patch.ResourcePatch
Handles the patch operations.
Patch - Class in org.dspace.app.rest.model.patch
Represents a Patch.
Patch(List<Operation>) - Constructor for class org.dspace.app.rest.model.patch.Patch
 
PatchConfigurationService - Class in org.dspace.app.rest.submit
Class to mantain mapping configuration for PATCH operation needed by the Submission process
PatchConfigurationService() - Constructor for class org.dspace.app.rest.submit.PatchConfigurationService
 
PatchConverter<T> - Interface in org.dspace.app.rest.converter
A strategy interface for producing Patch instances from a patch document representation (such as JSON Patch) and rendering a Patch to a patch document representation.
patchDSpaceObject(String, String, UUID, Patch) - Method in class org.dspace.app.rest.repository.DSpaceObjectRestRepository
Updates the DSpaceObject according to the given Patch.
patchInternal(HttpServletRequest, String, String, ID, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
Internal patch method
PatchOperation<M> - Class in org.dspace.app.rest.repository.patch.operation
Base class for all resource patch operations.
PatchOperation<T> - Class in org.dspace.app.rest.submit.factory.impl
Class to abstract the HTTP PATCH method operation
PatchOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.PatchOperation
 
PatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
PatchOperationFactory - Class in org.dspace.app.rest.submit.factory
Factory to get an instance of PatchOperation
PatchOperationFactory() - Constructor for class org.dspace.app.rest.submit.factory.PatchOperationFactory
 
patchTemplateItem(TemplateItem, JsonNode) - Method in class org.dspace.app.rest.repository.TemplateItemRestRepository
Modify a template Item which is a template Item
PATENT_COUNTRY - Variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_NUMBER - Variable in class org.dspace.app.util.GoogleMetadata
 
path - Variable in class org.dspace.app.rest.model.patch.Operation
 
path - Variable in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
PathsClassLoader - Class in org.dspace.core
Load classes from a custom class path.
pattern - Variable in class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
pattern - Static variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
pattern - Static variable in class org.dspace.rdf.conversion.DMRM
A pattern that contains $DSpaceValue as placeholder for the metadata value.
pauseScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
pauseScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Pause an active harvest scheduler.
PDF - Variable in class org.dspace.app.util.GoogleMetadata
 
PDF_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a PDF
PDFBoxThumbnail - Class in org.dspace.app.mediafilter
Create JPEG thumbnails from PDF cover page using PDFBox.
PDFBoxThumbnail() - Constructor for class org.dspace.app.mediafilter.PDFBoxThumbnail
 
PDFPackager - Class in org.dspace.content.packager
Accept a PDF file by itself as a SIP.
PDFPackager() - Constructor for class org.dspace.content.packager.PDFPackager
 
perfList - Variable in class org.dspace.curate.Curator
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.AbstractTranslator
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BasicLinkChecker
Perform the link checking.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Perform the bitstream metadata creation.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ClamScan
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.MetadataWebService
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.NoOpCurationTask
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ProfileFormats
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.ctask.general.RegisterDOI
Override the abstract 'perform' method to either distribute, or perform single-item depending on configuration.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.RequiredMetadata
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.ctask.test.WorkflowReportTest
 
perform(DSpaceObject) - Method in class org.dspace.ctask.testing.PropertyParameterTestingTask
 
perform(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(DSpaceObject) - Method in class org.dspace.curate.CitationPage
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in interface org.dspace.curate.CurationTask
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task upon passed DSO
perform(Context, String) - Method in class org.dspace.ctask.testing.PropertyParameterTestingTask
 
perform(Context, String) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(Context, String) - Method in interface org.dspace.curate.CurationTask
Perform the curation task for passed id
perform(Context, String) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task for passed id
perform(Context, HttpServletRequest, InProgressSubmission, Operation) - Method in class org.dspace.app.rest.submit.factory.impl.AddPatchOperation
 
perform(Context, HttpServletRequest, InProgressSubmission, Operation) - Method in class org.dspace.app.rest.submit.factory.impl.MovePatchOperation
 
perform(Context, HttpServletRequest, InProgressSubmission, Operation) - Method in class org.dspace.app.rest.submit.factory.impl.PatchOperation
 
perform(Context, HttpServletRequest, InProgressSubmission, Operation) - Method in class org.dspace.app.rest.submit.factory.impl.RemovePatchOperation
 
perform(Context, HttpServletRequest, InProgressSubmission, Operation) - Method in class org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation
 
perform(Context, M, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.PatchOperation
Updates the rest model by applying the patch operation.
perform(Context, Bundle, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.BundleMoveOperation
Executes the move patch operation.
perform(Context, ResearcherProfile, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileAddOrcidOperation
 
perform(Context, ResearcherProfile, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileRemoveOrcidOperation
 
perform(Context, ResearcherProfile, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileReplaceOrcidSyncPreferencesOperation
 
perform(Context, ResearcherProfile, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileVisibleReplaceOperation
 
perform(Context, ResearcherProfile, EPerson) - Method in class org.dspace.profile.OrcidMetadataCopyingAction
 
perform(Context, ResearcherProfile, EPerson) - Method in interface org.dspace.profile.service.AfterResearcherProfileCreationAction
Perform some actions on the given researcher profile and returns the updated profile.
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataCopyOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataMoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonCertificateReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonEmailReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonLoginReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonNetidReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.GroupNameReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ItemDiscoverableReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ItemWithdrawReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyActionAddOrReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeReplaceOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateAddOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateRemoveOperation
 
perform(Context, R, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateReplaceOperation
 
performBitstreamMove(Context, Bitstream, Bundle) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
Method that will move the bitstream corresponding to the uuid to the target bundle
performDso(DSpaceObject) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task upon passed DSO
performId(Context, String) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task for passed id
performItem(Item) - Method in class org.dspace.ctask.general.ProfileFormats
 
performItem(Item) - Method in class org.dspace.ctask.general.RegisterDOI
This is called when the task is distributed (ie.
performItem(Item) - Method in class org.dspace.curate.AbstractCurationTask
Performs task upon a single DSpace Item.
performItem(Item) - Method in class org.dspace.curate.CitationPage
Performs task upon a single DSpace Item.
performObject(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
Performs task upon a single DSpaceObject.
performPatchOperation(Context, M, Operation) - Method in class org.dspace.app.rest.repository.patch.ResourcePatch
Checks with all possible patch operations whether they support this operation (based on instanceof dso and operation.path)
performPublisherRequest(String, String, String, String, int, int) - Method in class org.dspace.app.sherpa.SHERPAService
Perform an API request to the SHERPA v2 API - this could be a search or a get for any entity type but the return object here must be a SHERPAPublisherResponse not the journal-centric SHERPAResponse For more information about the type, field and predicate arguments, see the SHERPA v2 API documentation
performRequest(String, String, String, String, int, int) - Method in class org.dspace.app.sherpa.SHERPAService
Perform an API request to the SHERPA v2 API - this could be a search or a get for any entity type For more information about the type, field and predicate arguments, see the SHERPA v2 API documentation
permanent - Static variable in class org.dspace.eperson.Group_
 
PERMANENT - Static variable in class org.dspace.eperson.Group_
 
permissionsPattern - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
PERSIAN - Static variable in class org.dspace.text.filter.Language
 
PersonAuthorityValue - Class in org.dspace.authority
 
PersonAuthorityValue() - Constructor for class org.dspace.authority.PersonAuthorityValue
 
PersonAuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.PersonAuthorityValue
 
PGCRYPTO - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
PGCRYPTO_VERSION - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
PHONE_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
 
PING - Variable in class org.dspace.ctask.general.ClamScan
 
pingConfiguredSearchEngines() - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping all search engines configured in dspace.cfg.
pingSearchEngine(String) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping the given search engine.
place - Static variable in class org.dspace.content.MetadataValue_
 
PLACE - Static variable in class org.dspace.content.MetadataValue_
 
PlainMetadataKeyValueItem - Class in org.dspace.importer.external.service.components.dto
Simple object to construct items
PlainMetadataKeyValueItem() - Constructor for class org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
 
PlainMetadataSignatureGeneratorImpl - Class in org.dspace.orcid.service.impl
Implementation of MetadataSignatureGenerator that composes a signature made up of a section for each metadata value, divided by the character SIGNATURE_SECTIONS_SEPARATOR.
PlainMetadataSignatureGeneratorImpl() - Constructor for class org.dspace.orcid.service.impl.PlainMetadataSignatureGeneratorImpl
 
PlainMetadataSourceDto - Class in org.dspace.importer.external.service.components.dto
Simple object used to construct a list of items.
PlainMetadataSourceDto() - Constructor for class org.dspace.importer.external.service.components.dto.PlainMetadataSourceDto
 
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.AbstractTranslator
 
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.ClamScan
 
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.MicrosoftTranslator
 
PluginConfigurationError - Error in org.dspace.core
Indicates fatal error in PluginService configuration.
PluginConfigurationError(String) - Constructor for error org.dspace.core.PluginConfigurationError
 
PluginInstantiationException - Exception in org.dspace.core
This exception indicates a fatal error when instantiating a plugin class.
PluginInstantiationException(String) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
pluginNames - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
plugins - Variable in class org.dspace.rdf.conversion.RDFConverterImpl
 
pluginService - Variable in class org.dspace.access.status.AccessStatusServiceImpl
 
pluginService - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
pluginService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
pluginService - Variable in class org.dspace.harvest.OAIHarvester
 
PluginService - Interface in org.dspace.core.service
A service to manage "plugins".
PLURAL - Static variable in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
PLURAL - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
PLURAL - Static variable in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.BundleRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ClaimedTaskRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.CollectionRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.CommunityRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ExternalSourceEntryRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ExternalSourceRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ItemRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.OrcidQueueRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.PoolTaskRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ProcessFileTypesRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ProcessRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.RequestItemRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ResourcePolicyRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.ScriptRest
 
PLURAL_NAME - Static variable in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
PMID - Variable in class org.dspace.app.util.GoogleMetadata
 
podcastableMIMETypes - Variable in class org.dspace.app.util.SyndicationFeed
 
POLICY_EDITOR - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for editor policies
POLICY_NONE - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for no policy set
POLICY_OBSERVER - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for observer policies
PolicyFeature - Class in org.dspace.app.rest.authorization.impl
The policy feature.
PolicyFeature() - Constructor for class org.dspace.app.rest.authorization.impl.PolicyFeature
 
PolicySet - Class in org.dspace.authorize
Was Hack/Tool to set policies for items, bundles, and bitstreams.
pollEvent() - Method in class org.dspace.core.Context
Retrieves the first element in the events list and removes it from the list of events once retrieved
poolConfig - Variable in class org.dspace.event.EventServiceImpl
 
PoolTask - Class in org.dspace.xmlworkflow.storedcomponents
Pool task representing the database representation of a pool task for a step and an eperson
PoolTask() - Constructor for class org.dspace.xmlworkflow.storedcomponents.PoolTask
Protected constructor, create object using: DSpaceCRUDService.create(Context)
PoolTask_ - Class in org.dspace.xmlworkflow.storedcomponents
 
PoolTask_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
PoolTaskConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the PoolTask in the DSpace API data model and the REST data model
PoolTaskConverter() - Constructor for class org.dspace.app.rest.converter.PoolTaskConverter
 
poolTaskDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
PoolTaskDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the PoolTask object.
PoolTaskDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the PoolTask object.
PoolTaskDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
PoolTaskIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving Pooltask objects in the search core
PoolTaskIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving pooled tasks in the search core
PoolTaskIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
PoolTaskResource - Class in org.dspace.app.rest.model.hateoas
PooledTask Rest HAL Resource.
PoolTaskResource(PoolTaskRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.PoolTaskResource
 
PoolTaskRest - Class in org.dspace.app.rest.model
The PoolTask REST Resource
PoolTaskRest() - Constructor for class org.dspace.app.rest.model.PoolTaskRest
 
PoolTaskRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to interact with a pool task only if it is in his list.
PoolTaskRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.PoolTaskRestPermissionEvaluatorPlugin
 
PoolTaskRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage PooledTask Rest object
PoolTaskRestRepository() - Constructor for class org.dspace.app.rest.repository.PoolTaskRestRepository
 
poolTaskService - Variable in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
 
poolTaskService - Variable in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
poolTaskService - Variable in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
poolTaskService - Variable in class org.dspace.eperson.GroupServiceImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
poolTaskService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
PoolTaskService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the PoolTask object.
PoolTaskServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the PoolTask object.
PoolTaskServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
PoolTaskStepLinkRepository - Class in org.dspace.app.rest.repository
Link repositoy for the Steps subresources of an individual PoolTask
PoolTaskStepLinkRepository() - Constructor for class org.dspace.app.rest.repository.PoolTaskStepLinkRepository
 
populate(HttpServletRequest, Context, IndexableObject, List<IndexableObject>, Map<String, String>) - Method in class org.dspace.app.util.SyndicationFeed
Fills in the feed and entry-level metadata from DSpace objects.
populateAllowedFieldNames(String) - Method in class org.dspace.app.util.DCInputSet
Iterate DC input rows and populate a list of all allowed field names in this submission configuration.
populateHandleMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
populateHandleMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
populateMetadata(Context, Item) - Method in class org.dspace.content.InstallItemServiceImpl
 
populateStatement(Context, Item, Statement) - Method in class org.dspace.sword2.GenericStatementDisseminator
 
port - Variable in class org.dspace.ctask.general.ClamScan
 
PORTUGUESE - Static variable in class org.dspace.text.filter.Language
 
post(HttpServletRequest, String, String, String) - Method in class org.dspace.app.rest.RestResourceController
Execute a POST request; curl -X POST -H "Content-Type:application/json" http:///api/{apiCategory}/{model} Example:
post(DSpaceObject, HttpServletRequest, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
Deprecated. 
post(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postAdminGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method creates and returns an AdminGroup object for the given collection This is called by using RequestMethod.POST on the /adminGroup value
postAdminGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CommunityAdminGroupRestController
This method creates and returns an AdminGroup object for the given community This is called by using RequestMethod.POST on the default url for this class
postBitstreamReadGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method creates and returns a BitstreamReadGroup object for the given collection This is called by using RequestMethod.POST on the /bitstreamReadGroup value
postConstruct() - Method in class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
 
postConstruct() - Method in class org.dspace.profile.ResearcherProfileServiceImpl
 
PostDestination - Class in org.purl.sword.client
Details for a destination.
PostDestination() - Constructor for class org.purl.sword.client.PostDestination
Create a new instance.
PostDestination(String, String, String, String) - Constructor for class org.purl.sword.client.PostDestination
Create a new instance.
PostDialog - Class in org.purl.sword.client
Dialog for users to enter details of post destinations.
PostDialog(JFrame) - Constructor for class org.purl.sword.client.PostDialog
 
postFile(PostMessage) - Method in class org.purl.sword.client.Client
Post a file to the server.
postFile(PostMessage) - Method in interface org.purl.sword.client.SWORDClient
Post a file to the specified destination URL.
POSTGRES_VERSION - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
PostgreSQLCryptoChecker - Class in org.dspace.storage.rdbms
This is a FlywayCallback class which automatically verifies that "pgcrypto" is at the proper version before running any database migrations.
PostgreSQLCryptoChecker() - Constructor for class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
PostgresUtils - Class in org.dspace.storage.rdbms
Database utility class specific to Postgres.
postItemReadGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method creates and returns a ItemReadGroup object for the given collection This is called by using RequestMethod.POST on the /itemReadGroup value
postJsonInternal(HttpServletRequest, String, String, String) - Method in class org.dspace.app.rest.RestResourceController
Internal method to execute POST with application/json MediaType;
PostLoggedInAction - Interface in org.dspace.app.rest.login
Interface for classes that need to perform some operations after the user login.
PostMessage - Class in org.purl.sword.client
Represents the details of a post to a server.
PostMessage() - Constructor for class org.purl.sword.client.PostMessage
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.dspace.servicemanager.spring.DSpaceBeanFactoryPostProcessor
 
postProcessBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
postProcessBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
postSearch(DSpaceObject, HttpServletRequest, EPerson, List<String>, int, String, String, int, DSpaceObject) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postSearch(DSpaceObject, HttpServletRequest, EPerson, List<String>, int, String, String, int, DSpaceObject) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postSearchEvent() - Method in class org.dspace.app.rest.StatisticsRestController
 
postSubmittersGroup(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method creates and returns a SubmitterGroup object for the given collection This is called by using RequestMethod.POST on the /submittersGroup
postUriListInternal(HttpServletRequest, String, String) - Method in class org.dspace.app.rest.RestResourceController
Internal method to execute POST with text/uri-list MediaType;
postView(DSpaceObject, String, String, String, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postView(DSpaceObject, String, String, String, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postView(DSpaceObject, HttpServletRequest, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
Store a usage event into Solr.
postView(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postViewEvent() - Method in class org.dspace.app.rest.StatisticsRestController
 
postWithUriListContentType(HttpServletRequest, String, String) - Method in class org.dspace.app.rest.RestResourceController
Execute a POST request; curl -X POST -H "Content-Type:text/uri-list" http:///api/{apiCategory}/{model} Example:
postWorkflow(UsageWorkflowEvent) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postWorkflow(UsageWorkflowEvent) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postWorkflowGroupForRole(UUID, HttpServletResponse, HttpServletRequest, String) - Method in class org.dspace.app.rest.CollectionGroupRestController
This method will create the workflowGroup for a given Collection and workflowRole
powers - Variable in class org.dspace.workflow.Task
Effects of curation task completion on the workflow step.
PRE - Static variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
predefinedUUID - Variable in class org.dspace.content.DSpaceObject
This will read our predefinedUUID property to pass it along to the UUID generator
PredefinedUUIDGenerator - Class in org.dspace.content
Allows DSpaceObjects to provide a pre-determined UUID
PredefinedUUIDGenerator() - Constructor for class org.dspace.content.PredefinedUUIDGenerator
 
predicate - Static variable in class org.dspace.rdf.conversion.DMRM
The predicate of a DSpace metadata RDF mapping result.
preference - Variable in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
preferList() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
preferList() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
ModsCrosswalk prefer's element form over list.
preferList() - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
return true if this crosswalk prefers the list form over an single element, otherwise false.
PREFIX - Static variable in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
GrantAgreement prefix
PREFIX_APP - Static variable in interface org.purl.sword.base.Namespaces
APP Prefix.
PREFIX_ATOM - Static variable in interface org.purl.sword.base.Namespaces
ATOM Prefix.
PREFIX_DC_TERMS - Static variable in interface org.purl.sword.base.Namespaces
DC Terms Prefix.
PREFIX_SWORD - Static variable in interface org.purl.sword.base.Namespaces
SWORD Prefix.
prefixToNamespaceMapping - Variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
 
prefixToNamespaceMapping - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
preloadLevel - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
PREMISCrosswalk - Class in org.dspace.content.crosswalk
PREMIS Crosswalk
PREMISCrosswalk() - Constructor for class org.dspace.content.crosswalk.PREMISCrosswalk
 
prepareQuery(String, String, String) - Method in class org.dspace.app.sherpa.SHERPAService
Prepare the API query for execution by the HTTP client
prepareStats(Map<String, String>, boolean, boolean) - Static method in class org.dspace.app.statistics.ReportGenerator
a standard stats block preparation method for use when an aggregator has to be put out in its entirity.
prepareXwalk() - Method in class org.dspace.identifier.DataCiteXMLCreator
 
prepareXwalk() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
presentation - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
PRESENTATION_TYPE_AUTHORLOOKUP - Static variable in class org.dspace.app.rest.utils.AuthorityUtils
 
PRESENTATION_TYPE_LOOKUP - Static variable in class org.dspace.app.rest.utils.AuthorityUtils
 
PRESENTATION_TYPE_SUGGEST - Static variable in class org.dspace.app.rest.utils.AuthorityUtils
 
PRESERVATION_BUNDLE_NAME - Static variable in class org.dspace.curate.CitationPage
The name of the bundle to move source documents into after they have been cited.
preserveManifest() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
PRIMARY_BITSTREAM - Static variable in class org.dspace.app.rest.model.BundleRest
 
PRIMARY_BITSTREAM - Static variable in class org.dspace.content.Bundle_
 
primaryBitstream - Static variable in class org.dspace.content.Bundle_
 
print - Variable in class org.dspace.authority.UpdateAuthorities
 
printDSpaceInfoRecords(Context, List<Bitstream>, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Create a list of the found history records.
printHelp() - Method in class org.dspace.curate.Curation
 
printHelp() - Method in class org.dspace.scripts.DSpaceRunnable
This method will call upon the DSpaceRunnableHandler.printHelp(Options, String) method with the script's options and name
printHelp(Options, String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
printHelp(Options, String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will print the help for the options and name
printHelp(Options, String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
printHistoryRecords(List<MostRecentChecksum>, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Create a list of the found history records.
printStores(Context) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
printStores(Context) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Print out (log/out) a listing of the assetstores configured, and how many assets they contain
probe(Context, InputStream, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
process() - Method in class org.dspace.checker.CheckerCommand
Uses the options set up on this checker to determine a mode of execution, and then accepts bitstream ids from the dispatcher and checks their bitstreams against the db records.
process() - Method in class org.purl.sword.client.CmdClient
Process the options that have been initialised from the command line.
process(List<SolrInputDocument>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
Override to manage pages of documents
process(SolrInputDocument) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
Override to manage individual documents
Process - Class in org.dspace.scripts
This class is the DB Entity representation of the Process object to be stored in the Database
Process() - Constructor for class org.dspace.scripts.Process
 
Process_ - Class in org.dspace.scripts
 
Process_() - Constructor for class org.dspace.scripts.Process_
 
PROCESS_END_DATE - Static variable in class org.dspace.checker.ChecksumHistory_
 
PROCESS_END_DATE - Static variable in class org.dspace.checker.MostRecentChecksum_
 
PROCESS_ID - Static variable in class org.dspace.scripts.Process_
 
PROCESS_START_DATE - Static variable in class org.dspace.checker.ChecksumHistory_
 
PROCESS_START_DATE - Static variable in class org.dspace.checker.MostRecentChecksum_
 
PROCESS_STATUS - Static variable in class org.dspace.scripts.Process_
 
processAccept(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processAccept(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processArchive(Context, String, String, String, boolean, boolean) - Method in class org.dspace.app.itemupdate.ItemUpdate
process an archive
processArgs(String[], UpdateAuthorities) - Static method in class org.dspace.authority.UpdateAuthorities
 
processAxis(Context, DatasetGenerator, List<StatisticsDataVisits.DatasetQuery>) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
processBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process general case bitstream.
processBitstream(Context, Item, Bitstream, FormatFilter) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
processBitstream(Context, Item, Bitstream, FormatFilter) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
A utility class that calls the virtual methods from the current MediaFilter class.
processCollection(Context, Collection) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
processCollection(Context, Collection) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set IIIF canvas dimensions on all IIIF items in a collection.
processCollectionFile(Context, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Read the collections file inside the item directory.
processCommunity(Context, Community) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
processCommunity(Context, Community) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set IIIF canvas dimensions on all IIIF items in a community and its sub-communities.
processContentFileEntry(Context, Item, String, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
each entry represents a bitstream....
processContentsFile(Context, Item, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Given a contents file and an item, stuffing it with bitstreams from the contents file Returns a List of Strings with lines from the contents file that request non-default bitstream permission
ProcessConverter - Class in org.dspace.app.rest.converter
This converter will convert an object of to an object of ProcessRest
ProcessConverter() - Constructor for class org.dspace.app.rest.converter.ProcessConverter
 
processDaily(Context, boolean) - Static method in class org.dspace.eperson.SubscribeCLITool
Process subscriptions.
ProcessDAO - Interface in org.dspace.content.dao
This is the Data Access Object for the Process object
ProcessDAOImpl - Class in org.dspace.content.dao.impl
Implementation class for ProcessDAO
ProcessDAOImpl() - Constructor for class org.dspace.content.dao.impl.ProcessDAOImpl
 
processDeletedBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process bitstream that was marked 'deleted' in bitstream table.
processDepositResponse(String, DepositResponse) - Method in class org.purl.sword.client.ServicePanel
Process the deposit response and insert the details into the tree.
processDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Does the work creating a List with all the Items in the Community or Collection It then kicks off a new Thread to export the items, zip the export directory and send confirmation email
processed - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
processed - Variable in class org.dspace.rdf.RDFizer
Set to remember with DSpaceObject were converted or deleted from the triplestore already.
processEndDate - Static variable in class org.dspace.checker.ChecksumHistory_
 
processEndDate - Static variable in class org.dspace.checker.MostRecentChecksum_
 
processEvent() - Method in class org.dspace.statistics.export.processor.BitstreamEventProcessor
Process the event Check if the item should be processed Create the url to be transmitted based on item and bitstream data
processEvent() - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Processes the event
processEvent() - Method in class org.dspace.statistics.export.processor.ItemEventProcessor
Process the event Check if the item should be processed Create the url to be transmitted based on item data
processFields(Node, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
Process the field nodes, mapping each metadata field defined in the configuration file to an OpenURL parameter
ProcessFilesLinkRepository - Class in org.dspace.app.rest.repository
This is the LinkRestRepository implementation that takes care of retrieving the list of Bitstream objects for the Process endpoints
ProcessFilesLinkRepository() - Constructor for class org.dspace.app.rest.repository.ProcessFilesLinkRepository
 
ProcessFileTypesLinkRepository - Class in org.dspace.app.rest.repository
This LinkRepository will deal with calls to the /filetypes endpoint of a given Process.
ProcessFileTypesLinkRepository() - Constructor for class org.dspace.app.rest.repository.ProcessFileTypesLinkRepository
 
ProcessFileTypesResource - Class in org.dspace.app.rest.model.hateoas
Resource object for ProcessFileTypesRest
ProcessFileTypesResource(ProcessFileTypesRest) - Constructor for class org.dspace.app.rest.model.hateoas.ProcessFileTypesResource
 
ProcessFileTypesRest - Class in org.dspace.app.rest.model
This class provides a way to list the filetypes present in a given Process by showing them as a list of Strings It'll be used by ProcessFileTypesLinkRepository
ProcessFileTypesRest() - Constructor for class org.dspace.app.rest.model.ProcessFileTypesRest
 
ProcessHalLinkFactory<T> - Class in org.dspace.app.rest.link.process
This abstract class offers an easily extendable HalLinkFactory class to use methods on the RestResourceController and make it more easy to read or define which methods should be found in the getMethodOn methods when building links
ProcessHalLinkFactory() - Constructor for class org.dspace.app.rest.link.process.ProcessHalLinkFactory
 
processHandleFile(Context, Item, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Read in the handle file contents or return null if empty or doesn't exist
processId - Static variable in class org.dspace.scripts.Process_
 
processingAction - Variable in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
ProcessingAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Represent an action that can be offered to a workflow step's user(s).
ProcessingAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
processItem(Context, Item) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
processItem(Context, Item) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set IIIF canvas dimensions for an item.
ProcessLogLevel - Enum in org.dspace.scripts
 
processLogs(Context, String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
using the pre-configuration information passed here, analyse the logs and produce the aggregation file
processMainPage(Context, XmlWorkflowItem, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processMetadata(String) - Method in class org.dspace.importer.external.crossref.CrossRefAuthorMetadataProcessor
 
processMetadata(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.ArrayElementAttributeProcessor
 
processMetadata(String) - Method in interface org.dspace.importer.external.metadatamapping.contributor.JsonPathMetadataProcessor
 
processMetadata(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.MatrixElementProcessor
 
processMetadataValue(String) - Method in class org.dspace.importer.external.metadatamapping.transform.AuthorMetadataProcessorService
Strip a given value of its last dot (.)
processMetadataValue(String) - Method in interface org.dspace.importer.external.metadatamapping.transform.MetadataProcessorService
 
processNextStep(Context, EPerson, Workflow, ActionResult, XmlWorkflowItem, Step) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
processNullInfoBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process bitstream whose ID was not found in most_recent_checksum or bitstream table.
processObject(String) - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Process the url obtained from the object to be transmitted
processOneItem(Context, Item, CommandLine, Date) - Static method in class org.dspace.embargo.EmbargoCLITool
 
processOptions(Context, Item, List<String>) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Process the Options to apply to the Item.
processOutcome(Context, EPerson, Workflow, Step, WorkflowActionConfig, ActionResult, XmlWorkflowItem, boolean) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
Select the next action based on the outcome of a current action.
processOutcome(Context, EPerson, Workflow, Step, WorkflowActionConfig, ActionResult, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
ProcessOutputLinkRepository - Class in org.dspace.app.rest.repository
This linkRepository will deal with calls to the /output endpoint of a given Process.
ProcessOutputLinkRepository() - Constructor for class org.dspace.app.rest.repository.ProcessOutputLinkRepository
 
processPost(PostMessage) - Method in class org.purl.sword.client.CmdClient
Process the post response.
ProcessQueryParameterContainer - Class in org.dspace.scripts
This is a container class in which the variables can be stored that a Process must adhere to when being retrieved from the DB through the search methods
ProcessQueryParameterContainer() - Constructor for class org.dspace.scripts.ProcessQueryParameterContainer
 
processRecord(Element, String, long, long) - Method in class org.dspace.harvest.OAIHarvester
Process an individual PMH record, making (or updating) a corresponding DSpace Item.
processRejectPage(Context, XmlWorkflowItem, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processRelationshipFile(String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Read the relationship manifest file.
processReport(Context, String, String, String, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format this method is retained for backwards compatibility, but delegates the actual wprk to a new method
processReport(Context, Report, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.DataProviderServlet
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.rdf.providing.LocalURIRedirectionServlet
Processes requests for both HTTP GET and POST methods.
ProcessResource - Class in org.dspace.app.rest.model.hateoas
The Resource representation of a Process object
ProcessResource(ProcessRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ProcessResource
 
ProcessResourceHalLinkFactory - Class in org.dspace.app.rest.link.process
This HalLinkFactory provides the ProcessResource with links
ProcessResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.process.ProcessResourceHalLinkFactory
 
processResponse(Document, Item, StringBuilder) - Method in class org.dspace.ctask.general.MetadataWebService
 
ProcessRest - Class in org.dspace.app.rest.model
This class serves as a REST representation for the Process class
ProcessRest() - Constructor for class org.dspace.app.rest.model.ProcessRest
 
ProcessRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class will handle calls made to Process endpoints.
ProcessRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.ProcessRestPermissionEvaluatorPlugin
 
ProcessRestRepository - Class in org.dspace.app.rest.repository
The repository for the Process workload
ProcessRestRepository() - Constructor for class org.dspace.app.rest.repository.ProcessRestRepository
 
ProcessService - Interface in org.dspace.scripts.service
An interface for the ProcessService with methods regarding the Process workload
processServiceDocument(String, ServiceDocument) - Method in class org.purl.sword.client.ServicePanel
Process the specified service document.
ProcessServiceImpl - Class in org.dspace.scripts
The implementation for the ProcessService class
ProcessServiceImpl() - Constructor for class org.dspace.scripts.ProcessServiceImpl
 
processStartDate - Static variable in class org.dspace.checker.ChecksumHistory_
 
processStartDate - Static variable in class org.dspace.checker.MostRecentChecksum_
 
processStartTime - Variable in class org.dspace.checker.SimpleDispatcher
Date this dispatcher started dispatching.
processStatus - Static variable in class org.dspace.scripts.Process_
 
ProcessStatus - Enum in org.dspace.content
This Enum holds a representation of all the possible states that a Process can be in
processSubmitterIsDeletedPage(Context, XmlWorkflowItem, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processSubmitterIsDeletedPage(Context, XmlWorkflowItem, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processSubmitterIsDeletedPage(Context, XmlWorkflowItem, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processUIImport(String, Collection, String[], String, String, Context, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Given a local file or public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpace
processUIImport(String, Collection, String[], String, String, Context, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Given a public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpace
processUnexpectedAttributes(Element, List<SwordValidationInfo>) - Method in class org.purl.sword.base.XmlElement
 
processUnexpectedAttributes(Element, SwordValidationInfo) - Method in class org.purl.sword.base.SWORDErrorDocument
This method overrides the XmlElement definition so that it can allow the definition of the href attribute.
processUnexpectedAttributes(Element, SwordValidationInfo) - Method in class org.purl.sword.base.XmlElement
Add the information to the unmarshall attribute section of the specified info object.
processUrl(Context, String) - Method in interface org.dspace.statistics.export.service.OpenUrlService
Process the url
processUrl(Context, String) - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
Processes the url When the contacting the url fails, the url will be logged in a db table
PROFILE_1_0 - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
Unique identifier for the profile of the METS document.
PROFILE_ITEM - Static variable in class org.dspace.orcid.OrcidHistory_
 
PROFILE_ITEM - Static variable in class org.dspace.orcid.OrcidQueue_
 
PROFILE_ITEM - Static variable in class org.dspace.orcid.OrcidToken_
 
PROFILE_LABEL - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
Identifier for the package we produce, i.e.
PROFILE_START - Static variable in class org.dspace.content.packager.DSpaceMETSIngester
 
ProfileFormats - Class in org.dspace.ctask.general
ProfileFormats is a task that creates a distribution table of Bitstream formats for it's passed object.
ProfileFormats() - Constructor for class org.dspace.ctask.general.ProfileFormats
 
ProfileGenerator - Class in org.dspace.app.iiif.model.generator
This class wraps the domain model service profile.
ProfileGenerator() - Constructor for class org.dspace.app.iiif.model.generator.ProfileGenerator
 
profileItem - Static variable in class org.dspace.orcid.OrcidHistory_
 
profileItem - Variable in class org.dspace.orcid.OrcidHistory
The profile item.
profileItem - Static variable in class org.dspace.orcid.OrcidQueue_
 
profileItem - Variable in class org.dspace.orcid.OrcidQueue
The profile item.
profileItem - Static variable in class org.dspace.orcid.OrcidToken_
 
Projection - Interface in org.dspace.app.rest.projection
A pluggable, uniquely-named Component that provides a way to change how a domain object is represented, at one or more points in its lifecycle on the way to its being exposed via the REST API.
PropertiesDialog - Class in org.purl.sword.client
Dialog that is used to edit the collection of properties.
PropertiesDialog(JFrame, Properties) - Constructor for class org.purl.sword.client.PropertiesDialog
Create a new instance.
PropertiesDialog.PropertiesModel - Class in org.purl.sword.client
A table model that is used to show the properties.
PropertiesModel() - Constructor for class org.purl.sword.client.PropertiesDialog.PropertiesModel
Create a new instance of the model.
PropertyParameterTestingTask - Class in org.dspace.ctask.testing
Logs what it was asked to do, samples run parameters and task properties, making no changes to the repository.
PropertyParameterTestingTask() - Constructor for class org.dspace.ctask.testing.PropertyParameterTestingTask
 
PropertyResource - Class in org.dspace.app.rest.model.hateoas
The purpose of this class is to wrap the information of the PropertyRest into a HAL resource
PropertyResource(PropertyRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.PropertyResource
 
PropertyRest - Class in org.dspace.app.rest.model
This class acts as the REST representation of a DSpace configuration property.
PropertyRest() - Constructor for class org.dspace.app.rest.model.PropertyRest
 
PropertyValueGenerator - Class in org.dspace.app.iiif.model.generator
This class wraps the domain model property value annotation.
PropertyValueGenerator() - Constructor for class org.dspace.app.iiif.model.generator.PropertyValueGenerator
 
props - Variable in class org.dspace.app.itemupdate.BitstreamFilter
 
PROVENCAL - Static variable in class org.dspace.text.filter.Language
 
PROVENCAL_OCCITAN - Static variable in class org.dspace.text.filter.Language
 
ProviderHolder<T> - Class in org.dspace.utils.servicemanager
A holder which is designed to make it easy to hold onto a reference to a class which is outside of our ClassLoader and not cause it to not be able to reload happily.
ProviderHolder() - Constructor for class org.dspace.utils.servicemanager.ProviderHolder
Default constructor.
ProviderHolder(T) - Constructor for class org.dspace.utils.servicemanager.ProviderHolder
Create the holder with a provider already in it.
ProviderNotFoundException - Exception in org.dspace.utils.servicemanager
This exception indicates that the provider was not found (the reference was collected).
ProviderNotFoundException(String) - Constructor for exception org.dspace.utils.servicemanager.ProviderNotFoundException
 
ProviderNotFoundException(String, Throwable) - Constructor for exception org.dspace.utils.servicemanager.ProviderNotFoundException
 
providers - Variable in class org.dspace.utils.servicemanager.ProviderStack
 
ProviderStack<T> - Class in org.dspace.utils.servicemanager
This class stores a list of providers in a specific order (determined by insertion order and the OrderedService settings).
ProviderStack() - Constructor for class org.dspace.utils.servicemanager.ProviderStack
Default empty constructor.
ProviderStack(ServiceManager, Class<T>) - Constructor for class org.dspace.utils.servicemanager.ProviderStack
Construct a provider holder with all currently known providers of the given type.
ProviderStack(T[]) - Constructor for class org.dspace.utils.servicemanager.ProviderStack
Construct a provider holder with a given set of providers.
ProviderStackComparator - Class in org.dspace.utils.servicemanager
A Comparator for provider stacks.
ProviderStackComparator() - Constructor for class org.dspace.utils.servicemanager.ProviderStackComparator
 
prune() - Method in class org.dspace.checker.ResultsPruner
Prunes the results retaining results as configured by the interests registered with this object.
prune(Context, Map<ChecksumResultCode, Long>) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
prune(Context, Map<ChecksumResultCode, Long>) - Method in interface org.dspace.checker.service.ChecksumHistoryService
Prune the history records from the database.
PUBLICATION - org.dspace.orcid.model.OrcidEntityType
The ORCID publication/work activity.
PUBLICATION_DATE_INVALID - org.dspace.orcid.model.validator.OrcidValidationError
 
publicFiltersClasses - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
Published - Class in org.purl.sword.atom
 
Published() - Constructor for class org.purl.sword.atom.Published
 
Published(String) - Constructor for class org.purl.sword.atom.Published
 
PUBLISHED_BEFORE - Static variable in class org.dspace.content.WorkspaceItem_
 
PUBLISHED_BEFORE - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
publishedBefore - Static variable in class org.dspace.content.WorkspaceItem_
 
publishedBefore - Static variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
PUBLISHER - Variable in class org.dspace.app.util.GoogleMetadata
 
PubmedDateMetadatumContributor<T> - Class in org.dspace.importer.external.pubmed.metadatamapping.contributor
Pubmed specific implementation of MetadataContributor Responsible for generating a set of Date metadata from the retrieved document.
PubmedDateMetadatumContributor() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Initialize an empty PubmedDateMetadatumContributor object
PubmedDateMetadatumContributor(MetadataFieldConfig, MetadataContributor, MetadataContributor, MetadataContributor) - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
 
PubmedEuropeFieldMapping - Class in org.dspace.importer.external.pubmedeurope
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the PubmedEurope metadatum fields on the DSpace metadatum fields
PubmedEuropeFieldMapping() - Constructor for class org.dspace.importer.external.pubmedeurope.PubmedEuropeFieldMapping
 
PubmedEuropeMetadataSourceServiceImpl - Class in org.dspace.importer.external.pubmedeurope
Implements a data source for querying PubMed Europe
PubmedEuropeMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
PubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable - Class in org.dspace.importer.external.pubmedeurope
This class is a Callable implementation to search PubMed Europe entries using author, title and year.
PubmedFieldMapping - Class in org.dspace.importer.external.pubmed.metadatamapping
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Pubmed metadatum fields on the DSpace metadatum fields
PubmedFieldMapping() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedFieldMapping
 
PubmedImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.pubmed.service
Implements a data source for querying PubMed Central
PubmedImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
PubmedLanguageMetadatumContributor<T> - Class in org.dspace.importer.external.pubmed.metadatamapping.contributor
Pubmed specific implementation of MetadataContributor Responsible for generating a set of Language metadata from the retrieved document.
PubmedLanguageMetadatumContributor() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Initialize PubmedLanguageMetadatumContributor and create the iso3toiso2 mapping used in the transforming of language codes
PubmedLanguageMetadatumContributor(MetadataFieldConfig, MetadataContributor) - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Initialize the PubmedLanguageMetadatumContributor class using a MetadataFieldConfig and a language -MetadataContributor
PubMedToImport - Class in org.dspace.testing
Simple class to transform a medline.xml file from PubMed into DSpace import package(s).
PubMedToImport.MockMetadataValue - Class in org.dspace.testing
 
purgeDoiValue(String) - Static method in class org.dspace.importer.external.service.DoiCheck
 
push(String, String, Object) - Method in interface org.dspace.orcid.client.OrcidClient
Push the given object to ORCID.
push(String, String, Object) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
pushConfig(Map<String, Object>) - Method in interface org.dspace.kernel.ServiceManager
Allows new configuration settings to be pushed into the core DSpace configuration.
pushConfig(Map<String, Object>) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
put(String, Object) - Method in interface org.dspace.services.model.Cache
Puts an object in the cache which is identified by this key.
put(String, MetadataValueRest...) - Method in class org.dspace.app.rest.model.MetadataRest
Sets the metadata values for a given key.
put(Date) - Method in interface org.dspace.xoai.services.api.cache.XOAILastCompilationCacheService
 
put(Date) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAILastCompilationCacheService
 
put(HttpServletRequest, String, String, ID, JsonNode) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
This method will fully replace the REST object with the given UUID with the REST object that is described in the JsonNode parameter
put(HttpServletRequest, String, String, ID, List<String>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to support updating a DSpace instance.
put(HttpServletRequest, String, String, Integer) - Method in class org.dspace.app.rest.RestResourceController
Execute a PUT request for an entity with id of type Integer; curl -X PUT -H "Content-Type:text/uri-list" http:///api/{apiCategory}/{model}/{id} Example:
put(HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
Execute a PUT request for an entity with id of type Integer; curl -X PUT -H "Content-Type:application/json" http:///api/{apiCategory}/{model}/{id} Example:
put(HttpServletRequest, String, String, String, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
Execute a PUT request for an entity with id of type String and containing 32 hexadecimal digits.
put(HttpServletRequest, String, String, UUID, JsonNode) - Method in class org.dspace.app.rest.RestResourceController
Execute a PUT request for an entity with id of type UUID; curl -X PUT http:///api/{apiCategory}/{model}/{uuid} Example:
put(Bitstream, InputStream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Store a stream of bits.
put(Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Store a stream of bits.
put(Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Store a stream of bits.
put(Item, Metadata) - Method in interface org.dspace.xoai.services.api.cache.XOAIItemCacheService
 
put(Item, Metadata) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAIItemCacheService
 
put(Context, String, Integer, List<String>, Boolean) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
Method to replace either the right or left item of a relationship with a given new item Called by request mappings in RelationshipRestController - For replace right item (itemToReplaceIsRight = true) => Newly proposed changed relationship: left = old-left; right = new-item - For replace left item (itemToReplaceIsRight = false) => Newly proposed changed relationship: left = new-item; right = old-right
put(Context, HttpServletRequest, String, String, ID, JsonNode) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Implement this method in the subclass to support updating a REST object.
put(Context, HttpServletRequest, String, String, ID, List<String>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Implement this method in the subclass to support updating a DSpace instance.
put(Context, HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.repository.BitstreamFormatRestRepository
 
put(Context, HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.repository.MetadataFieldRestRepository
 
put(Context, HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.repository.MetadataSchemaRestRepository
 
put(Context, HttpServletRequest, String, String, Integer, JsonNode) - Method in class org.dspace.app.rest.repository.RelationshipRestRepository
Method to replace the metadata of a relationship (the left/right places and the leftward/rightward labels)
put(Context, HttpServletRequest, String, String, String, JsonNode) - Method in class org.dspace.app.rest.repository.RequestItemRepository
 
put(Context, HttpServletRequest, String, String, UUID, JsonNode) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
 
put(Context, HttpServletRequest, String, String, UUID, JsonNode) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
 
put(Context, HttpServletRequest, String, String, UUID, JsonNode) - Method in class org.dspace.app.rest.repository.ItemRestRepository
 
PUT_CODE - Static variable in class org.dspace.orcid.OrcidHistory_
 
PUT_CODE - Static variable in class org.dspace.orcid.OrcidQueue_
 
putCode - Static variable in class org.dspace.orcid.OrcidHistory_
 
putCode - Static variable in class org.dspace.orcid.OrcidQueue_
 

Q

QDCCrosswalk - Class in org.dspace.content.crosswalk
Configurable QDC Crosswalk
QDCCrosswalk() - Constructor for class org.dspace.content.crosswalk.QDCCrosswalk
 
qdtext - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
qualifier - Variable in class org.dspace.content.ItemComparator
Dublin Core qualifier
qualifier - Static variable in class org.dspace.content.MetadataField_
 
qualifier - Variable in class org.dspace.content.MetadataFieldName
Qualifier name of this field.
qualifier - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
QUALIFIER - Static variable in class org.dspace.content.MetadataField_
 
QUALIFIER_FIELD_NAME - Static variable in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
qualityParam - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
QualityValue - Class in org.purl.sword.base
A representation of a quality value.
QualityValue() - Constructor for class org.purl.sword.base.QualityValue
Create a quality value defaulting to 1
QualityValue(float) - Constructor for class org.purl.sword.base.QualityValue
Create a quality value
query - Variable in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
 
query - Variable in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
query(String, int, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
query(String, int, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
query(String, String, String, int, int, String, String, String, List<String>, String, boolean, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
Perform a solr query.
query(String, String, String, int, int, String, String, String, List<String>, String, boolean, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
query(String, String, String, int, int, String, String, String, List<String>, String, boolean, int, boolean) - Method in interface org.dspace.statistics.service.SolrLoggerService
Perform a solr query.
query(String, String, String, int, int, String, String, String, List<String>, String, boolean, int, boolean) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
query(SolrClient, SolrQuery) - Static method in class org.dspace.xoai.solr.DSpaceSolrSearch
 
Query - Class in org.dspace.importer.external.datamodel
Represents a query to a source.
Query() - Constructor for class org.dspace.importer.external.datamodel.Query
 
Query() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits.Query
 
queryAuthorities(String, int) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Makes an instance of the AuthorityValue with the given information.
queryAuthorities(String, int) - Method in interface org.dspace.authority.SolrAuthorityInterface
 
queryAuthorityID(String) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Create an AuthorityValue from a Person retrieved using the given orcid identifier.
queryAuthorityID(String) - Method in interface org.dspace.authority.SolrAuthorityInterface
 
queryBio(String, int) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Retrieve a list of Person objects.
queryBio(String, int, int) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
Retrieve a list of Person objects.
QueryBuilderSearchFilter - Class in org.dspace.discovery.utils.parameter
Representation for a Discovery search filter
QueryBuilderSearchFilter(String, String, String) - Constructor for class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
queryFacetDate(String, String, int, String, String, String, boolean, Context, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
Query used to get values grouped by the date.
queryFacetDate(String, String, int, String, String, String, boolean, Context, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryFacetField(String, String, String, int, boolean, List<String>, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
Query used to get values grouped by the given facet field.
queryFacetField(String, String, String, int, boolean, List<String>, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryFacetField(StatisticsDataVisits.DatasetQuery, String, String, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
queryFacetQuery(String, String, List<String>, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryFacetQuery(String, String, List<String>, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryField(String, List, String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryField(String, List, String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
querySingle(SolrClient, SolrQuery) - Static method in class org.dspace.xoai.solr.DSpaceSolrSearch
 
QuerySource - Interface in org.dspace.importer.external.service.components
Common interface for database-based imports.
queryTotal(String, String, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryTotal(String, String, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queue - Variable in class org.dspace.workflow.FlowStep
Queue on which to run curation tasks, or null for immediate run.
queue - Variable in class org.dspace.workflow.FlowstepType
 
queue(Context, String, String) - Method in class org.dspace.curate.Curator
Places a curation request for the object identified by id on a managed queue named by the queueId.
QUEUE - org.dspace.curate.CurationClientOptions
 
QUEUED - org.dspace.app.rest.model.HarvestStatusEnum
 
queueNames() - Method in class org.dspace.curate.FileTaskQueue
 
queueNames() - Method in interface org.dspace.curate.TaskQueue
Returns list of queue names.
quotedPair - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
quotedString - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
qvalue - Variable in class org.dspace.rdf.negotiation.MediaRange
 

R

RangeGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps the domain model for IIIF ranges.
RangeGenerator(RangeService) - Constructor for class org.dspace.app.iiif.model.generator.RangeGenerator
The RangeService is used for defining hierarchical sub ranges.
RangeService - Class in org.dspace.app.iiif.service
This service provides methods for creating a Range.
RangeService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.RangeService
 
RASTER_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a JPEG, PNG, or GIF
rawDelete(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
Internal method to remove the community and all its children from the database, and perform any pre/post-cleanup
rawDelete(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
RBITSTREAM - Static variable in class org.dspace.core.Constants
generating constants for the relevance array dynamically is simple: just 1 << TYPE
RBUNDLE - Static variable in class org.dspace.core.Constants
 
RCOLLECTION - Static variable in class org.dspace.core.Constants
 
RCOMMUNITY - Static variable in class org.dspace.core.Constants
 
RDFConsumer - Class in org.dspace.rdf
 
RDFConsumer() - Constructor for class org.dspace.rdf.RDFConsumer
 
RDFConverter - Interface in org.dspace.rdf.conversion
 
RDFConverterImpl - Class in org.dspace.rdf.conversion
 
RDFConverterImpl() - Constructor for class org.dspace.rdf.conversion.RDFConverterImpl
 
RDFFactory - Class in org.dspace.rdf.factory
Abstract factory to get services for the rdf package, use RDFFactory.getInstance() to retrieve an implementation.
RDFFactory() - Constructor for class org.dspace.rdf.factory.RDFFactory
 
RDFFactoryImpl - Class in org.dspace.rdf.factory
 
RDFFactoryImpl() - Constructor for class org.dspace.rdf.factory.RDFFactoryImpl
 
RDFizer - Class in org.dspace.rdf
This class manages the handling of RDF data in DSpace.
RDFizer() - Constructor for class org.dspace.rdf.RDFizer
 
RDFizer.Callback - Class in org.dspace.rdf
 
rdfLocalURIRedirectionBean() - Method in class org.dspace.app.configuration.RDFWebConfig
 
rdfSerializationBean() - Method in class org.dspace.app.configuration.RDFWebConfig
 
RDFStorage - Interface in org.dspace.rdf.storage
 
RDFStorageImpl - Class in org.dspace.rdf.storage
 
RDFStorageImpl() - Constructor for class org.dspace.rdf.storage.RDFStorageImpl
 
RDFUtil - Class in org.dspace.rdf
 
RDFWebConfig - Class in org.dspace.app.configuration
RDF webapp configuration.
RDFWebConfig() - Constructor for class org.dspace.app.configuration.RDFWebConfig
 
RDFXML - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
READ - org.dspace.app.rest.security.DSpaceRestPermission
 
READ - Static variable in class org.dspace.core.Constants
Action of reading, viewing or downloading something
READ_ONLY - org.dspace.core.Context.Mode
 
READ_WRITE - org.dspace.core.Context.Mode
 
ReadableByGroupCondition - Class in org.dspace.content.logic.condition
A condition that accepts a group and action parameter and returns true if the group can perform the action on a given item
ReadableByGroupCondition() - Constructor for class org.dspace.content.logic.condition.ReadableByGroupCondition
 
ReadAuthorizationPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
RestPermissionEvaluatorPlugin class that evaluate READ permissions for an Authorization
ReadAuthorizationPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.ReadAuthorizationPermissionEvaluatorPlugin
 
readConfig() - Static method in class org.dspace.app.statistics.LogAnalyser
Read in the current config file and populate the class globals.
readConfig(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Read in the given config file and populate the class globals.
readContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Rewrite of ItemImport's functionality but just the parsing of the file, not the processing of its elements.
readData(InputStream) - Method in class org.dspace.importer.external.bibtex.service.BibtexImportMetadataSourceServiceImpl
 
readData(InputStream) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
The method process any kind of "character separated" files, like CSV, TSV, and so on.
readData(InputStream) - Method in class org.dspace.importer.external.endnote.service.EndnoteImportMetadataSourceServiceImpl
This method map the data present in the inputStream, then return a list PlainMetadataSourceDto.
readData(InputStream) - Method in class org.dspace.importer.external.ris.service.RisImportMetadataSourceServiceImpl
 
readData(InputStream) - Method in class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
 
readDeleteContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
 
reader - Variable in class org.dspace.ctask.general.RequiredMetadata
 
readFile(String, String) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
readInput(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read the input file and populate all the class globals with the contents The values that come from this file form the basis of the analysis report
readList - Variable in class org.dspace.curate.FileTaskQueue
 
readMap(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read in the action map file which converts log file line actions into actions which are more understandable to humans
readMapFile(String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
readNewsFile(String) - Method in class org.dspace.core.NewsServiceImpl
 
readNewsFile(String) - Method in interface org.dspace.core.service.NewsService
Reads news from a text file.
READONLY - org.dspace.app.rest.model.VisibilityEnum
 
readPassword(String, Object...) - Method in interface org.dspace.util.ConsoleService
 
readPassword(String, Object...) - Method in class org.dspace.util.ConsoleServiceImpl
 
readPatterns(File) - Static method in class org.dspace.statistics.util.SpiderDetector
Utility method which reads lines from a file & returns them in a Set.
readPatterns(File) - Method in interface org.dspace.statistics.util.SpiderDetectorService
 
readPatterns(File) - Method in class org.dspace.statistics.util.SpiderDetectorServiceImpl
Utility method which reads lines from a file & returns them in a Set.
readTicket - Variable in class org.dspace.curate.FileTaskQueue
 
READY - org.dspace.app.rest.model.HarvestStatusEnum
 
recalculateOrcidQueue(Context, Item, OrcidEntityType, OrcidEntitySyncPreference) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
recalculateOrcidQueue(Context, Item, OrcidEntityType, OrcidEntitySyncPreference) - Method in interface org.dspace.orcid.service.OrcidQueueService
Recalculates the ORCID queue records linked to the given profileItem as regards the entities of the given type.
ReceiptGenerator - Class in org.dspace.sword2
 
ReceiptGenerator() - Constructor for class org.dspace.sword2.ReceiptGenerator
 
receiveEvent(Event) - Method in class org.dspace.google.GoogleAsyncEventListener
 
receiveEvent(Event) - Method in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
receiveEvent(Event) - Method in class org.dspace.servicemanager.example.EventListenerExample
 
receiveEvent(Event) - Method in interface org.dspace.services.model.EventListener
Called when an event occurs which passes through the filters created by EventListener.getEventNamePrefixes() and EventListener.getResourcePrefix().
receiveEvent(Event) - Method in class org.dspace.statistics.export.IrusExportUsageEventListener
Receives an event and processes to create a URL to send to IRUS when certain conditions are met
receiveEvent(Event) - Method in class org.dspace.statistics.SolrLoggerUsageEventListener
 
receiveEvent(Event) - Method in class org.dspace.usage.LoggerUsageEventListener
 
receiveEvent(Event) - Method in class org.dspace.usage.PassiveUsageEventListener
Do nothing and return.
receiveEvent(Event) - Method in class org.dspace.usage.TabFileUsageEventListener
 
RECORD_TYPE - Static variable in class org.dspace.orcid.OrcidHistory_
 
RECORD_TYPE - Static variable in class org.dspace.orcid.OrcidQueue_
 
recordStart(Context, Item, Action) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
recordType - Static variable in class org.dspace.orcid.OrcidHistory_
 
recordType - Static variable in class org.dspace.orcid.OrcidQueue_
 
recoverEmbargoDate(Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
recursiveModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if recursive mode is enabled.
refresh() - Method in class org.dspace.utils.servicemanager.ProviderStack
Check to make sure all providers are refreshed and any that are no longer valid are flushed out of the list.
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
Should a person have the option to repool the task the tasks will have to be regenerated
REGEX_REQUESTMAPPING_IDENTIFIER_AS_DIGIT - Static variable in class org.dspace.app.rest.utils.RegexUtils
Regular expression in the request mapping to accept number as identifier
REGEX_REQUESTMAPPING_IDENTIFIER_AS_HEX32 - Static variable in class org.dspace.app.rest.utils.RegexUtils
Regular expression to accept a string of 32 hexadecimal digits.
REGEX_REQUESTMAPPING_IDENTIFIER_AS_STRING_VERSION_STRONG - Static variable in class org.dspace.app.rest.utils.RegexUtils
Regular expression in the request mapping to accept a string as identifier but not the other kind of identifier (digits or uuid)
REGEX_REQUESTMAPPING_IDENTIFIER_AS_UUID - Static variable in class org.dspace.app.rest.CollectionLogoController
Regular expression in the request mapping to accept UUID as identifier
REGEX_REQUESTMAPPING_IDENTIFIER_AS_UUID - Static variable in class org.dspace.app.rest.CommunityLogoController
Regular expression in the request mapping to accept UUID as identifier
REGEX_REQUESTMAPPING_IDENTIFIER_AS_UUID - Static variable in class org.dspace.app.rest.utils.RegexUtils
Regular expression in the request mapping to accept UUID as identifier
REGEX_UUID - Static variable in class org.dspace.app.rest.utils.RegexUtils
Regular expression in the request mapping to accept UUID as identifier
RegexUtils - Class in org.dspace.app.rest.utils
Spring URI templates for matching various types of request parameters, to use with @RequestMapping.
register() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
Record that this application is running.
register(Object, List<Link>) - Method in class org.dspace.app.rest.DiscoverableEndpointsService
 
register(Context, int, String) - Method in class org.dspace.content.BitstreamServiceImpl
Register a new bitstream, with a new ID.
register(Context, int, String) - Method in interface org.dspace.content.service.BitstreamService
Register a new bitstream, with a new ID.
register(Context, Bitstream, int, String) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Register a bitstream already in storage.
register(Context, Bitstream, int, String) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Register a bitstream already in storage.
register(Context, Bundle, int, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
register(Context, Bundle, int, String) - Method in interface org.dspace.content.service.BitstreamService
Register a new bitstream, with a new ID.
register(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Register a new identifier for a given DSpaceObject, never skipping or ignoring any configured filter
register(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Create and apply an identifier to a DSpaceObject.
register(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
register(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
register(Context, DSpaceObject, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Register a new DOI for a given DSpaceObject
register(Context, DSpaceObject, boolean) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Register a new identifier for a given DSpaceObject
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Register a specified DOI for a given DSpaceObject, never skipping or ignoring any configured filter
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Create a specific identifier and apply it to an object.
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
register(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Register a specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for detecting and processing the appropriate identifier.
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
register(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Register a specified DOI for a given DSpaceObject
register(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Register a specified identifier for a given DSpaceObject
register(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
Register DOI with the provider, always applying (ie.
register(DOI, boolean) - Method in class org.dspace.identifier.doi.DOIOrganiser
Register DOI with the provider
registerActuatorEndpoints() - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
registerAdd(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an added metadata value
registerBitstream(Context, Item, int, String, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Register the bitstream file into DSpace
registerConstant(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an unchanged metadata value
registerDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
registerDOI(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to register a DOI.
RegisterDOI - Class in org.dspace.ctask.general
This curation task will register a DOI for an item, optionally ignoring any logical filtering applied to normal identifier registration and DOI service operation.
RegisterDOI() - Constructor for class org.dspace.ctask.general.RegisterDOI
 
REGISTERED_FLAG - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
This prefix string marks registered bitstreams in internal_id
REGISTERED_FLAG - Variable in class org.dspace.storage.bitstore.DSBitStoreService
 
registerEventListener(EventListener) - Method in class org.dspace.services.events.SystemEventService
 
registerEventListener(EventListener) - Method in interface org.dspace.services.EventService
Register an event listener which will be notified when events occur.
registerMBean(String, DSpaceKernel) - Static method in class org.dspace.kernel.DSpaceKernelManager
Register a new kernel MBean with the given name or fail
registerNewEPerson(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Register a new eperson object.
registerNewMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a new mapped Collection
registerOldMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an old mapped Collection
registerOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Perform the actual online / API interaction required to register the DOI online always applying filters if they are configured
registerOnline(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Perform the actual online / API interaction required to register the DOI online
registerRemove(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a removed metadata value
registerRequestInterceptor(RequestInterceptor) - Method in interface org.dspace.services.RequestService
Allows developers to perform actions on the start and end of the request cycle, if you decide you do not need to use your interceptor anymore then simply destroy it (dereference it) and the service will stop calling it, along those lines you should not register an interceptor that you do not keep a reference to (like an inline class or registerRequestListener(new YourInterceptor())) as this will be destroyed immediately, this registration is ClassLoader safe
registerRequestInterceptor(RequestInterceptor) - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
registerService(String, Object) - Method in interface org.dspace.kernel.ServiceManager
Allows adding singleton services and providers in at runtime or after the service manager has started up.
registerService(String, Object) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
registerServiceClass(String, Class<T>) - Method in interface org.dspace.kernel.ServiceManager
Allows adding singleton services and providers in at runtime or after the service manager has started up.
registerServiceClass(String, Class<T>) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
registerServiceNoAutowire(String, Object) - Method in interface org.dspace.kernel.ServiceManager
Add a singleton service at runtime, but do not inject dependencies.
registerServiceNoAutowire(String, Object) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
registerShutdownHook() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
RegistrationData - Class in org.dspace.eperson
Database entity representation of the registrationdata table
RegistrationData() - Constructor for class org.dspace.eperson.RegistrationData
Protected constructor, create object using: DSpaceCRUDService.create(Context)
RegistrationData_ - Class in org.dspace.eperson
 
RegistrationData_() - Constructor for class org.dspace.eperson.RegistrationData_
 
registrationDataDAO - Variable in class org.dspace.eperson.RegistrationDataServiceImpl
 
RegistrationDataDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the RegistrationData object.
RegistrationDataDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the RegistrationData object.
RegistrationDataDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
registrationDataService - Variable in class org.dspace.eperson.AccountServiceImpl
 
RegistrationDataService - Interface in org.dspace.eperson.service
Service interface class for the RegistrationData object.
RegistrationDataServiceImpl - Class in org.dspace.eperson
Service implementation for the RegistrationData object.
RegistrationDataServiceImpl() - Constructor for class org.dspace.eperson.RegistrationDataServiceImpl
 
RegistrationResource - Class in org.dspace.app.rest.model.hateoas
Registration HAL Resource.
RegistrationResource(RegistrationRest) - Constructor for class org.dspace.app.rest.model.hateoas.RegistrationResource
 
RegistrationRest - Class in org.dspace.app.rest.model
This class acts as the REST representation of the RegistrationData model class.
RegistrationRest() - Constructor for class org.dspace.app.rest.model.RegistrationRest
 
RegistrationRestRepository - Class in org.dspace.app.rest.repository
This is the repository that is responsible for managing Registration Rest objects
RegistrationRestRepository() - Constructor for class org.dspace.app.rest.repository.RegistrationRestRepository
 
registry - Variable in class org.dspace.app.itemupdate.ActionManager
 
RegistryExportException - Exception in org.dspace.administer
 
RegistryExportException() - Constructor for exception org.dspace.administer.RegistryExportException
Create an empty authorize exception
RegistryExportException(String) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with only a message
RegistryExportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception and a message
RegistryExportException(Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception
RegistryImporter - Class in org.dspace.administer
 
RegistryImportException - Exception in org.dspace.administer
 
RegistryImportException() - Constructor for exception org.dspace.administer.RegistryImportException
Create an empty authorize exception
RegistryImportException(String) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with only a message
RegistryImportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception and a message
RegistryImportException(Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception
RegistryLoader - Class in org.dspace.administer
Loads the bitstream format and Dublin Core type registries into the database.
RegistryUpdater - Class in org.dspace.storage.rdbms
This is a FlywayCallback class which automatically updates the Metadata Schema Registry and Bitstream Formats Registries AFTER all Database migrations occur.
RegistryUpdater() - Constructor for class org.dspace.storage.rdbms.RegistryUpdater
 
reindexBitstreamHits(boolean) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
reindexBitstreamHits(boolean) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
reIndexContent(Context, IndexableObject) - Method in interface org.dspace.discovery.IndexingService
 
reIndexContent(Context, IndexableObject) - Method in class org.dspace.discovery.SolrServiceImpl
reIndexContent removes something from the index, then re-indexes it
reindexRelationship(Context, RelationshipVersioningUtils.LatestVersionStatusChangelog, Relationship) - Method in class org.dspace.versioning.VersioningConsumer
If the Relationship.latestVersionStatus of the relationship has changed, an "item modified" event should be fired for both the left and right item of the relationship.
reinstate(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
reinstate(Context, Item) - Method in interface org.dspace.content.service.ItemService
Reinstate a withdrawn item
REINSTATE - org.dspace.usage.UsageEvent.Action
 
ReinstateFeature - Class in org.dspace.app.rest.authorization.impl
The reinstate feature.
ReinstateFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ReinstateFeature
 
REJECT - org.dspace.workflow.ActionType
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
Related - Class in org.dspace.content.virtual
A bean implementing the VirtualMetadataConfiguration interface to achieve the generation of Virtual metadata by traversing the path of relation specified in the config for this bean The Related bean will find the relationshiptype defined in the relationshipTypeString property on the current item and it'll use the related item from that relationship to pass it along to the virtualMetadataConfiguration property which in turn refers to another VirtualBean instance and it continues the chain until it reaches either a Concatenate or Collected bean to retrieve the values.
Related() - Constructor for class org.dspace.content.virtual.Related
 
RelatedService - Class in org.dspace.app.iiif.service
This service provides methods for creating a related annotation.
RelatedService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.RelatedService
 
RELATION - org.dspace.content.MetadataSchemaEnum
 
RELATION_SHIP_TYPES - Static variable in class org.dspace.app.rest.model.EntityTypeRest
 
Relationship - Class in org.dspace.content
This class represents a relationship It has a leftItem and a rightItem which are both DSpaceObjects that have a specified RelationshipType that links them together It also has a left and right place column that works just like a normal DSpace metadata place column
Relationship() - Constructor for class org.dspace.content.Relationship
Protected constructor, create object using: DSpaceCRUDService.create(Context) }
Relationship_ - Class in org.dspace.content
 
Relationship_() - Constructor for class org.dspace.content.Relationship_
 
RELATIONSHIP_TYPE - Static variable in class org.dspace.app.rest.model.RelationshipRest
 
RELATIONSHIP_TYPE - Static variable in class org.dspace.content.Relationship_
 
Relationship.LatestVersionStatus - Enum in org.dspace.content
 
RelationshipConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an Relationship to the REST representation of an Relationship and vice versa
RelationshipConverter() - Constructor for class org.dspace.app.rest.converter.RelationshipConverter
 
relationshipDAO - Variable in class org.dspace.content.RelationshipServiceImpl
 
RelationshipDAO - Interface in org.dspace.content.dao
Database Access Object Interface class for the Relationship object The implementation of this class is responsible for all database calls for the Relationship object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the API
RelationshipDAOImpl - Class in org.dspace.content.dao.impl
 
RelationshipDAOImpl() - Constructor for class org.dspace.content.dao.impl.RelationshipDAOImpl
 
RelationshipHalLinkFactory - Class in org.dspace.app.rest.link.relation
This class adds links to RelationshipResources This builds a link to both items included in the relationship
RelationshipHalLinkFactory() - Constructor for class org.dspace.app.rest.link.relation.RelationshipHalLinkFactory
 
RelationshipMetadataService - Interface in org.dspace.content
Interface used for the RelationshipMetadataServiceImpl This will define methods regarding the RelationshipMetadata
RelationshipMetadataServiceImpl - Class in org.dspace.content
 
RelationshipMetadataServiceImpl() - Constructor for class org.dspace.content.RelationshipMetadataServiceImpl
 
RelationshipMetadataValue - Class in org.dspace.content
This class is used as a representation of MetadataValues for the MetadataValues that are derived from the Relationships that the item has.
RelationshipMetadataValue() - Constructor for class org.dspace.content.RelationshipMetadataValue
 
RelationshipResource - Class in org.dspace.app.rest.model.hateoas
Relationship HAL Resource.
RelationshipResource(RelationshipRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.RelationshipResource
 
RelationshipRest - Class in org.dspace.app.rest.model
This class acts as the REST representation of the Relationship model class.
RelationshipRest() - Constructor for class org.dspace.app.rest.model.RelationshipRest
 
RelationshipRestController - Class in org.dspace.app.rest
This will be the entry point for the api/core/relationships endpoint with additional paths to it
RelationshipRestController() - Constructor for class org.dspace.app.rest.RelationshipRestController
 
RelationshipRestRepository - Class in org.dspace.app.rest.repository
This is the repository that is responsible to manage Relationship Rest objects
RelationshipRestRepository() - Constructor for class org.dspace.app.rest.repository.RelationshipRestRepository
 
RELATIONSHIPS - Static variable in class org.dspace.app.rest.model.ItemRest
 
relationshipService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
relationshipService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
relationshipService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
relationshipService - Variable in class org.dspace.content.EntityServiceImpl
 
relationshipService - Variable in class org.dspace.content.ItemServiceImpl
 
relationshipService - Variable in class org.dspace.content.RelationshipMetadataServiceImpl
 
relationshipService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
RelationshipService - Interface in org.dspace.content.service
This Service will use the DAO classes to access the information about Relationships from the database
RelationshipServiceImpl - Class in org.dspace.content
 
RelationshipServiceImpl() - Constructor for class org.dspace.content.RelationshipServiceImpl
 
relationshipType - Static variable in class org.dspace.content.Relationship_
 
RelationshipType - Class in org.dspace.content
Class representing a RelationshipType This class contains an Integer ID that will be the unique value and primary key in the database.
RelationshipType() - Constructor for class org.dspace.content.RelationshipType
Protected constructor, create object using: DSpaceCRUDService.create(Context) }
RelationshipType_ - Class in org.dspace.content
 
RelationshipType_() - Constructor for class org.dspace.content.RelationshipType_
 
RelationshipType.Tilted - Enum in org.dspace.content
 
RelationshipTypeConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an RelationshipType to the REST representation of an RelationshipType and vice versa
RelationshipTypeConverter() - Constructor for class org.dspace.app.rest.converter.RelationshipTypeConverter
 
relationshipTypeDAO - Variable in class org.dspace.content.RelationshipTypeServiceImpl
 
RelationshipTypeDAO - Interface in org.dspace.content.dao
Database Access Object Interface class for the RelationshipType object The implementation of this class is responsible for all database calls for the RelationshipType object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the API
RelationshipTypeDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the RelationshipType object.
RelationshipTypeDAOImpl() - Constructor for class org.dspace.content.dao.impl.RelationshipTypeDAOImpl
 
RelationshipTypeRelationshipLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "relationshipType" subresource of an individual Relationship.
RelationshipTypeRelationshipLinkRepository() - Constructor for class org.dspace.app.rest.repository.RelationshipTypeRelationshipLinkRepository
 
RelationshipTypeResource - Class in org.dspace.app.rest.model.hateoas
RelationshipType HAL Resource.
RelationshipTypeResource(RelationshipTypeRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.RelationshipTypeResource
 
RelationshipTypeRest - Class in org.dspace.app.rest.model
This class is the REST representation of the RelationshipType model class.
RelationshipTypeRest() - Constructor for class org.dspace.app.rest.model.RelationshipTypeRest
 
RelationshipTypeRestRepository - Class in org.dspace.app.rest.repository
This is the repository that is responsible to manage RelationshipType Rest objects
RelationshipTypeRestRepository() - Constructor for class org.dspace.app.rest.repository.RelationshipTypeRestRepository
 
relationshipTypeService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
relationshipTypeService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
relationshipTypeService - Variable in class org.dspace.content.EntityServiceImpl
 
relationshipTypeService - Variable in class org.dspace.content.RelationshipMetadataServiceImpl
 
relationshipTypeService - Variable in class org.dspace.content.RelationshipServiceImpl
 
RelationshipTypeService - Interface in org.dspace.content.service
This Service uses DAOs to access information on the database objects for the RelationshipTypes
RelationshipTypeServiceImpl - Class in org.dspace.content
 
RelationshipTypeServiceImpl() - Constructor for class org.dspace.content.RelationshipTypeServiceImpl
 
RelationshipUtils - Class in org.dspace.app.util
 
relationshipVersioningUtils - Variable in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
RelationshipVersioningUtils - Class in org.dspace.versioning.utils
Class with utility methods to manipulate relationships that are linked to versioned items.
RelationshipVersioningUtils() - Constructor for class org.dspace.versioning.utils.RelationshipVersioningUtils
 
RelationshipVersioningUtils.LatestVersionStatusChangelog - Enum in org.dspace.versioning.utils
 
relationValidationErrors - Variable in class org.dspace.app.bulkedit.MetadataImport
Collection of errors generated during relation validation process.
relativePath - Static variable in class org.dspace.servicemanager.spring.ResourceFinder
 
release(String, long, boolean) - Method in class org.dspace.curate.FileTaskQueue
 
release(String, long, boolean) - Method in interface org.dspace.curate.TaskQueue
Releases the lock upon the named queue, deleting it if removeEntries is set to true.
RelNameDSpaceResource - Annotation Type in org.dspace.app.rest.model.hateoas.annotations
This annotation allows to set the name to use for REST collections
reload() - Method in class org.dspace.app.rest.repository.SubmissionFormRestRepository
Reload the current Submission Form configuration based on the currently supported locales.
reload() - Method in class org.dspace.app.util.SubmissionConfigReader
 
ReloadableEntity<T extends Serializable> - Interface in org.dspace.core
Implemented by all entities that can be reloaded by the Context.
ReloadableEntityObjectRepository<T extends ReloadableEntity<PK>,​PK extends Serializable> - Interface in org.dspace.app.rest.repository
This interface must be implemented by all the rest repository that need to provide access to the DSpace API model objects corresponding to the REST resources that it manages
reloadConfig() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
Reload all configurations from the DSpace configuration definition.
reloadConfig() - Method in interface org.dspace.services.ConfigurationService
Reload the configuration from the DSpace configuration files.
reloadEntity(E) - Method in class org.dspace.core.Context
Reload an entity from the database into the cache.
reloadEntity(E) - Method in interface org.dspace.core.DBConnection
Reload a DSpace object from the database.
reloadEntity(E) - Method in class org.dspace.core.HibernateDBConnection
Reload an entity into the Hibernate cache.
remove(String) - Method in interface org.dspace.services.model.Cache
Removes an object from the cache if it exists or does nothing if it does not.
remove(Bitstream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Remove an asset from the asset store.
remove(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Remove an asset from the asset store.
remove(Bitstream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Remove an asset from the asset store.
remove(Context, WorkspaceItem, Group) - Method in interface org.dspace.eperson.service.SupervisorService
removes the requested group from the requested workspace item in terms of supervision.
remove(Context, WorkspaceItem, Group) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
remove(Context, OpenURLTracker) - Method in class org.dspace.statistics.export.FailedOpenURLTrackerServiceImpl
Removes an OpenURLTracker from the database
remove(Context, OpenURLTracker) - Method in interface org.dspace.statistics.export.service.FailedOpenURLTrackerService
Removes an OpenURLTracker from the database
remove(VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
remove(VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
REMOVE - org.dspace.discovery.IndexClientOptions
 
REMOVE - org.dspace.usage.UsageEvent.Action
 
REMOVE - Static variable in class org.dspace.core.Constants
Action of removing something from a container.
REMOVE - Static variable in class org.dspace.event.Event
 
removeAdministrators(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeAdministrators(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the administrators group, if no group has already been created then return without error.
removeAdministrators(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
removeAdministrators(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Remove the administrators group, if no group has already been created then return without error.
removeAllBitstreams(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Remove all bitstreams (files) associated with a DSpace object.
removeAllBundles(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeAllBundles(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove all bundles linked to this item.
removeAllEPersonPolicies(Context, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllEPersonPolicies(Context, EPerson) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeAllEPersonPolicies(Context, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies from an eperson that belong to an EPerson.
removeAllEPersonPolicies(Context, EPerson) - Method in interface org.dspace.authorize.service.ResourcePolicyService
Removes all ResourcePolicies related to an EPerson
removeAllPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeAllPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
removes ALL policies for an object.
removeAllPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeAllPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
removes policies
removeAllPoliciesByDSOAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPoliciesByDSOAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
removes ALL policies for an object that are not of the input type.
removeBitstream(Bitstream) - Method in class org.dspace.content.Bundle
Remove the given bitstream from this bundles bitstream list
removeBitstream(Bitstream) - Method in class org.dspace.scripts.Process
 
removeBitstream(Context, Bundle, Bitstream) - Method in class org.dspace.content.BundleServiceImpl
 
removeBitstream(Context, Bundle, Bitstream) - Method in interface org.dspace.content.service.BundleService
Remove a bitstream from this bundle - the bitstream is only deleted if this was the last reference to it
removeBitstream(Context, Item, Bitstream) - Method in class org.dspace.sword2.VersionManager
 
removeBitstream(Context, Item, Bitstream, boolean) - Method in class org.dspace.sword2.VersionManager
 
removeBundle(Context, Item, String) - Method in class org.dspace.sword2.VersionManager
 
removeBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
removeBundle(Context, Item, Bundle) - Method in interface org.dspace.content.service.ItemService
Remove a bundle.
removeBundle(Context, Item, Bundle) - Method in class org.dspace.sword2.VersionManager
 
removeBundle(Context, Item, Bundle, boolean) - Method in class org.dspace.sword2.VersionManager
 
removeChildGroup(UUID, UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.GroupRestController
Method to remove a subgroup from a group.
removeClaimedUser(Context, XmlWorkflowItem, EPerson, String) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
removeClaimedUser(Context, XmlWorkflowItem, EPerson, String) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
removeCollection(Context, Community, Collection) - Method in class org.dspace.content.CommunityServiceImpl
 
removeCollection(Context, Community, Collection) - Method in interface org.dspace.content.service.CommunityService
Remove a collection.
removeDOIFromObject(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Removes a DOI out of the metadata of a DSpaceObject.
removeDsoAndTypeNotEqualsToPolicies(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoAndTypeNotEqualsToPolicies(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDsoGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDSpaceLicense(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeDSpaceLicense(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove just the DSpace license from an item This is useful to update the current DSpace license, in case the user must accept the DSpace license again (either the item was rejected, or resumed after saving)
removeEperson(EPerson) - Method in class org.dspace.xmlworkflow.RoleMembers
 
removeEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies from an eperson for a particular object that belong to an EPerson.
removeGroupItemPolicies(Context, Item, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
removeGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies from a group for a particular object that belong to a Group.
removeGroupPolicies(Context, Item, Group) - Method in class org.dspace.content.ItemServiceImpl
 
removeGroupPolicies(Context, Item, Group) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item's bitstreams and bundles that belong to a given Group
removeGroupPolicies(Context, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeGroupPolicies(Context, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeGroupPolicies(Context, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies relating to a particular group.
removeGroupPolicies(Context, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeIndex(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
Delete data from the index, as described by a query.
removeIndex(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
removeItem(Context, Collection, Item) - Method in class org.dspace.content.CollectionServiceImpl
 
removeItem(Context, Collection, Item) - Method in interface org.dspace.content.service.CollectionService
Remove an item.
removeLicense(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Remove license information, delete also the bitstream
removeLicense(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Remove license information, delete also the bitstream
removeLicenseFile(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Removes the license file from the item
removeLicenseFile(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Removes the license file from the item
removeLicenses(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeLicenses(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove all licenses from an item - it was rejected
removeMember(UUID, UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.GroupRestController
Method to remove a member from a group.
removeMember(Context, Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
Removes a member of a group.
removeMember(Context, Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
remove an eperson from a group
removeMember(Context, Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
removeMember(Context, Group, Group) - Method in interface org.dspace.eperson.service.GroupService
remove group from this group.
removeMetadata(List<MetadataValue>) - Method in class org.dspace.content.DSpaceObject
 
removeMetadata(MetadataValue) - Method in class org.dspace.content.DSpaceObject
 
removeMetadataValues(Context, T, List<MetadataValue>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
removeMetadataValues(Context, T, List<MetadataValue>) - Method in interface org.dspace.content.service.DSpaceObjectService
 
removeObject(Context, DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSIngester
Remove an existing DSpace Object (called during a replace)
RemoveOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "remove" operation to the given "path".
RemoveOperation(String) - Constructor for class org.dspace.app.rest.model.patch.RemoveOperation
 
removeParentCommunity(Community) - Method in class org.dspace.content.Community
 
RemovePatchOperation<T> - Class in org.dspace.app.rest.submit.factory.impl
Class to manage HTTP PATCH method operation REMOVE
RemovePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.RemovePatchOperation
 
removePgCrypto(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Remove pgcrypto (if necessary).
removePolicies(Context, DSpaceObject, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removePolicies(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removePolicies(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removePolicies(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removePoliciesActionFilter(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removePoliciesActionFilter(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Remove all policies from an object that match a given action.
removeProvider(int) - Method in class org.dspace.utils.servicemanager.ProviderStack
Remove a provider based on the position in the stack (starting at 0 and ending at size-1).
removeProvider(T) - Method in class org.dspace.utils.servicemanager.ProviderStack
Remove a provider by the object equality.
removeSubcommunity(Context, Community, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
removeSubcommunity(Context, Community, Community) - Method in interface org.dspace.content.service.CommunityService
Remove a subcommunity.
removeSubCommunity(Community) - Method in class org.dspace.content.Community
 
removeSubmitters(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeSubmitters(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the submitters group, if no group has already been created then return without error.
removeTask(String) - Method in class org.dspace.curate.Curator
Removes a task from the set to be performed.
removeTemplateItem(Context, TemplateItem) - Method in class org.dspace.app.rest.repository.TemplateItemRestRepository
Remove an Item which is a template for a Collection.
removeTemplateItem(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the template item for this collection, if there is one.
removeUserItemPolicies(Context, Item, EPerson) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
removeUserItemPolicies(Context, Item, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
removeVersion(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
removeVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
 
render() - Method in class org.dspace.app.statistics.HTMLReport
return a string containing the report as generated by this class
render() - Method in interface org.dspace.app.statistics.Report
render the report
ReorderBitstreamFeature - Class in org.dspace.app.rest.authorization.impl
The reorder bitstream feature.
ReorderBitstreamFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ReorderBitstreamFeature
 
RepairDump - Class in org.dspace.statistics.util
Repair various problems in a statistics core export CSV.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace an existing DSpace object with the contents of a METS-based package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Replace an existing DSpace Object with contents of the ingested package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
Replace is not implemented.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replace(Context, PackageIngester, PackageParameters, String, DSpaceObject) - Method in class org.dspace.app.packager.Packager
Replace an one or more existing DSpace objects with the contents of specified package(s) based on the options passed to the 'packager' script.
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractPackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
ReplaceAll() cannot be implemented for a PDF ingester, because there's only one PDF to ingest
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replaceAllBitstreamPolicies(Context, Bundle, List<ResourcePolicy>) - Method in class org.dspace.content.BundleServiceImpl
 
replaceAllBitstreamPolicies(Context, Bundle, List<ResourcePolicy>) - Method in interface org.dspace.content.service.BundleService
remove all of the policies for the bundle and bitstream contents and replace them with a new list of policies
replaceAllBitstreamPolicies(Context, Item, List<ResourcePolicy>) - Method in class org.dspace.content.ItemServiceImpl
 
replaceAllBitstreamPolicies(Context, Item, List<ResourcePolicy>) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item's bitstreams and bundles and replace them with a new list of policies
replaceAllItemPolicies(Context, Item, List<ResourcePolicy>) - Method in class org.dspace.content.ItemServiceImpl
 
replaceAllItemPolicies(Context, Item, List<ResourcePolicy>) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item and replace them with a new list of policies
replaceBitstream(Context, Bitstream) - Method in interface org.dspace.sword2.WorkflowManager
 
replaceBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
replaceBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
ReplaceCharacterXPathMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor replace specific character in the metadata value.
ReplaceCharacterXPathMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.ReplaceCharacterXPathMetadataContributor
 
replaceEPersonOfResourcePolicy(Integer, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.ResourcePolicyEPersonReplaceRestController
 
replaceGroupOfResourcePolicy(Integer, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.ResourcePolicyGroupReplaceRestController
 
replaceItems(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
replaceItems(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Replace items
replaceMediaResource(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.MediaResourceManagerDSpace
 
replacement - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that replaces previously matched subsequences of a metadata value.
replaceMetadata(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
replaceMetadata(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
replaceMetadata(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
replaceMetadata(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
replaceMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
replaceMetadata(Context, T, String, String, String, String, String, String, int, int) - Method in interface org.dspace.content.service.DSpaceObjectService
 
replaceMetadataAndMediaResource(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
replaceMetadataAndMediaResource(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
replaceMetadataAndMediaResource(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
replaceMetadataAndMediaResource(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
replaceModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if replace mode is enabled.
replaceObject(Context, DSpaceObject, METSManifest, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace the contents of a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngester.
ReplaceOperation - Class in org.dspace.app.rest.model.patch
Operation to track the "replace" operation to the given "path".
ReplaceOperation(String, Object) - Constructor for class org.dspace.app.rest.model.patch.ReplaceOperation
 
ReplacePatchOperation<T> - Class in org.dspace.app.rest.submit.factory.impl
Class to manage HTTP PATCH method operation REPLACE
ReplacePatchOperation() - Constructor for class org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation
 
replaceResourceContent(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
replaceResourceContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
replaceResourceContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
replaceValue(Context, DSO, String, List<MetadataValueRest>) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueAddPatchOperation
 
replaceValue(Context, DSO, String, List<MetadataValue>, MetadataValueRest, int) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
replaceValue(Context, Item, String, List<MetadataValueRest>) - Method in class org.dspace.app.rest.submit.factory.impl.ItemMetadataValueAddPatchOperation
 
report(String) - Method in class org.dspace.curate.AbstractCurationTask
Sends message to the reporting stream
report(String) - Method in class org.dspace.curate.Curator
Adds a message to the configured reporting stream.
report(String) - Method in class org.dspace.rdf.RDFizer
 
report(ReportInfo) - Method in class org.dspace.health.Check
 
Report - Class in org.dspace.health
 
Report - Interface in org.dspace.app.statistics
Sn interface to a generic report generating class, and to provide the polymorphism necessary to allow the report generator to generate any number of different formats of report Note: This used to be an abstract class, but has been made an interface as there wasn't any logic contained within it.
Report() - Constructor for class org.dspace.health.Report
 
reporter - Variable in class org.dspace.curate.Curator
 
Reporter - Interface in org.dspace.curate
A marker interface needed to make curation reporter classes into plugins.
ReportGenerator - Class in org.dspace.app.statistics
This class performs the action of coordinating a usage report being generated using the standard internal aggregation file format as a basis.
ReportInfo - Class in org.dspace.health
Information about a report run accessible by each check.
ReportInfo(int) - Constructor for class org.dspace.health.ReportInfo
 
ReportTools - Class in org.dspace.app.statistics
This class provides a number of tools that may be useful to the methods which generate the different types of report
REPOSITORY - org.dspace.xmlworkflow.Role.Scope
 
REPOSITORY_ERROR - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
Database or IO Error when installing new item
REPOSITORY_ERROR - Static variable in class org.dspace.sword2.DSpaceUriRegistry
Database or IO Error when installing new item
RepositoryMethodNotImplementedException - Exception in org.dspace.app.rest.exception
This is the exception to capture details about call to a methods not exposed or not implemented by the repository
RepositoryMethodNotImplementedException(String, String) - Constructor for exception org.dspace.app.rest.exception.RepositoryMethodNotImplementedException
 
RepositoryNotFoundException - Exception in org.dspace.app.rest.exception
This is the exception to capture details about call to inexistent resources
RepositoryNotFoundException(String, String) - Constructor for exception org.dspace.app.rest.exception.RepositoryNotFoundException
 
RepositorySearchMethodNotFoundException - Exception in org.dspace.app.rest.exception
This is the exception to capture details about call to a search methods not exposed by the repository
RepositorySearchMethodNotFoundException(String, String) - Constructor for exception org.dspace.app.rest.exception.RepositorySearchMethodNotFoundException
 
RepositorySearchNotFoundException - Exception in org.dspace.app.rest.exception
This is the exception to capture details about call to search endpoint over not search enabled repositories
RepositorySearchNotFoundException(String) - Constructor for exception org.dspace.app.rest.exception.RepositorySearchNotFoundException
 
reprocessFailedQueue(Context) - Method in interface org.dspace.statistics.export.service.OpenUrlService
Will process all urls stored in the database and try contacting them again
reprocessFailedQueue(Context) - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
Reprocess all url trackers present in the database
REQ_EMAIL - Static variable in class org.dspace.app.requestitem.RequestItem_
 
REQ_MESSAGE - Static variable in class org.dspace.app.requestitem.RequestItem_
 
REQ_NAME - Static variable in class org.dspace.app.requestitem.RequestItem_
 
reqEmail - Static variable in class org.dspace.app.requestitem.RequestItem_
 
reqEmail - Variable in class org.dspace.app.rest.model.RequestItemRest
 
reqMap - Variable in class org.dspace.ctask.general.RequiredMetadata
 
reqMessage - Static variable in class org.dspace.app.requestitem.RequestItem_
 
reqMessage - Variable in class org.dspace.app.rest.model.RequestItemRest
 
reqName - Static variable in class org.dspace.app.requestitem.RequestItem_
 
reqName - Variable in class org.dspace.app.rest.model.RequestItemRest
 
request - Variable in class org.dspace.app.util.SyndicationFeed
 
Request - Interface in org.dspace.services.model
 
REQUEST - org.dspace.services.model.CacheConfig.CacheScope
This cache is destroyed at the end of the current request for the current thread it was created in.
request_date - Static variable in class org.dspace.app.requestitem.RequestItem_
 
REQUEST_DATE - Static variable in class org.dspace.app.requestitem.RequestItem_
 
REQUEST_METHOD - Variable in class org.dspace.discovery.SolrSearchCore
Default HTTP method to use for all Solr Requests (we prefer POST).
requestContextListener() - Method in class org.dspace.app.rest.Application
 
RequestCopyFeature - Class in org.dspace.app.rest.authorization.impl
The can request a copy feature.
RequestCopyFeature() - Constructor for class org.dspace.app.rest.authorization.impl.RequestCopyFeature
 
requestDate - Variable in class org.dspace.app.rest.model.RequestItemRest
 
RequestExecutor - Class in org.dspace.utils.servicemanager
This will execute a request and ensure that it closes even if the thing that is being executed (run) dies.
RequestExecutor(RequestService, Runnable) - Constructor for class org.dspace.utils.servicemanager.RequestExecutor
Create an executor which can be used to execute the runnable within a request by calling the execute method.
RequestExecutor(RequestService, Runnable, boolean) - Constructor for class org.dspace.utils.servicemanager.RequestExecutor
Create an executor which can be used to execute the runnable within a request by calling the execute method.
RequestInterceptor - Interface in org.dspace.services.model
Executes at the beginning and/or end of system requests.
RequestInterceptor.RequestInterruptionException - Exception in org.dspace.services.model
Indicate that request processing should be halted.
RequestInterceptorExample - Class in org.dspace.servicemanager.example
A sample RequestInterceptor which simply logs request start and end calls.
RequestInterceptorExample(RequestService) - Constructor for class org.dspace.servicemanager.example.RequestInterceptorExample
Constructor which will inject the instantiated Interceptor into a service handed to it.
RequestInterruptionException(String) - Constructor for exception org.dspace.services.model.RequestInterceptor.RequestInterruptionException
 
RequestInterruptionException(String, Throwable) - Constructor for exception org.dspace.services.model.RequestInterceptor.RequestInterruptionException
 
RequestItem - Class in org.dspace.app.requestitem
Object representing an Item Request
RequestItem() - Constructor for class org.dspace.app.requestitem.RequestItem
RequestItem_ - Class in org.dspace.app.requestitem
 
RequestItem_() - Constructor for class org.dspace.app.requestitem.RequestItem_
 
requestitem_id - Static variable in class org.dspace.app.requestitem.RequestItem_
 
REQUESTITEM_ID - Static variable in class org.dspace.app.requestitem.RequestItem_
 
RequestItemAuthor - Class in org.dspace.app.requestitem
Simple DTO to transfer data about the corresponding author for the Request Copy feature
RequestItemAuthor(String, String) - Constructor for class org.dspace.app.requestitem.RequestItemAuthor
 
RequestItemAuthor(EPerson) - Constructor for class org.dspace.app.requestitem.RequestItemAuthor
 
requestItemAuthorExtractor - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
RequestItemAuthorExtractor - Interface in org.dspace.app.requestitem
Interface to abstract the strategy for select the author to contact for request copy
requestItemConverter - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
RequestItemConverter - Class in org.dspace.app.rest.converter
Convert between RequestItem and RequestItemRest.
RequestItemConverter() - Constructor for class org.dspace.app.rest.converter.RequestItemConverter
 
requestItemDAO - Variable in class org.dspace.app.requestitem.RequestItemServiceImpl
 
RequestItemDAO - Interface in org.dspace.app.requestitem.dao
Database Access Object interface class for the RequestItem object.
RequestItemDAOImpl - Class in org.dspace.app.requestitem.dao.impl
Hibernate implementation of the Database Access Object interface class for the RequestItem object.
RequestItemDAOImpl() - Constructor for class org.dspace.app.requestitem.dao.impl.RequestItemDAOImpl
 
RequestItemEmailNotifier - Class in org.dspace.app.requestitem
Send item requests and responses by email.
RequestItemHelpdeskStrategy - Class in org.dspace.app.requestitem
RequestItem strategy to allow DSpace support team's helpdesk to receive requestItem request With this enabled, then the Item author/submitter doesn't receive the request, but the helpdesk instead does.
RequestItemHelpdeskStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
RequestItemMetadataStrategy - Class in org.dspace.app.requestitem
Try to look to an item metadata for the corresponding author name and email.
RequestItemMetadataStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
RequestItemRepository - Class in org.dspace.app.rest.repository
Component to expose item requests.
RequestItemRepository() - Constructor for class org.dspace.app.rest.repository.RequestItemRepository
 
RequestItemResource - Class in org.dspace.app.rest.model.hateoas
HAL resource for RequestItemRest.
RequestItemResource(RequestItemRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.RequestItemResource
 
RequestItemRest - Class in org.dspace.app.rest.model
Represent a user's request for a copy of an Item.
RequestItemRest() - Constructor for class org.dspace.app.rest.model.RequestItemRest
 
requestItemService - Variable in class org.dspace.app.rest.repository.RequestItemRepository
 
RequestItemService - Interface in org.dspace.app.requestitem.service
Service interface class for the RequestItem object.
RequestItemServiceFactory - Class in org.dspace.app.requestitem.factory
Abstract factory to get services for the requestitem package, use RequestItemServiceFactory.getInstance() to retrieve an implementation
RequestItemServiceFactory() - Constructor for class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
RequestItemServiceFactoryImpl - Class in org.dspace.app.requestitem.factory
Factory implementation to get services for the requestitem package, use RequestItemServiceFactory.getInstance() to retrieve an implementation
RequestItemServiceFactoryImpl() - Constructor for class org.dspace.app.requestitem.factory.RequestItemServiceFactoryImpl
 
RequestItemServiceImpl - Class in org.dspace.app.requestitem
Service implementation for the RequestItem object.
RequestItemServiceImpl() - Constructor for class org.dspace.app.requestitem.RequestItemServiceImpl
 
RequestItemSubmitterStrategy - Class in org.dspace.app.requestitem
Basic strategy that looks to the original submitter.
RequestItemSubmitterStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemSubmitterStrategy
 
requestOpenAccess(Context, RequestItem) - Static method in class org.dspace.app.requestitem.RequestItemEmailNotifier
Send, to a repository administrator, a request to open access to a requested object.
REQUESTPARAMETER_COPYVIRTUALMETADATA - Static variable in class org.dspace.app.rest.repository.ItemRestRepository
 
requestService - Variable in class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
requestService - Variable in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
RequestService - Interface in org.dspace.services
Allows for the managing of requests in the system in a way which is independent of any underlying system or code.
REQUIRE_CERTIFICATE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
REQUIRE_CERTIFICATE - Static variable in class org.dspace.eperson.EPerson_
 
requireAdminRole(Context) - Static method in class org.dspace.app.util.AuthorizeUtil
Throw an AuthorizeException if the current user is not a System Admin
requireCertificate - Static variable in class org.dspace.eperson.EPerson_
 
required() - Method in annotation type org.dspace.app.rest.Parameter
 
RequiredMetadata - Class in org.dspace.ctask.general
RequiredMetadata task compares item metadata with fields marked as required in submission-forms.xml.
RequiredMetadata() - Constructor for class org.dspace.ctask.general.RequiredMetadata
 
requireMethod(Class, String) - Method in class org.dspace.app.rest.utils.Utils
Gets the method with the given name in the given class.
requiresIndexing(String, Date) - Method in class org.dspace.discovery.SolrServiceImpl
Is stale checks the lastModified time stamp in the database and the index to determine if the index is stale.
requiresUI() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
resBuilder - Variable in class org.dspace.curate.CitationPage
A StringBuilder to handle result string building process.
RESEARCHER_URLS - org.dspace.orcid.model.OrcidProfileSectionType
 
ResearcherProfile - Class in org.dspace.profile
Object representing a Researcher Profile.
ResearcherProfile(Item) - Constructor for class org.dspace.profile.ResearcherProfile
Create a new ResearcherProfile object from the given item.
ResearcherProfileAddOrcidOperation - Class in org.dspace.app.rest.repository.patch.operation
Implementation of the PATCH operation used to establish the ORCID connection.
ResearcherProfileAddOrcidOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ResearcherProfileAddOrcidOperation
 
ResearcherProfileAutomaticClaim - Class in org.dspace.app.rest.login.impl
Implementation of PostLoggedInAction that perform an automatic claim between the logged eperson and possible profiles without eperson present in the system.
ResearcherProfileAutomaticClaim(String, String) - Constructor for class org.dspace.app.rest.login.impl.ResearcherProfileAutomaticClaim
 
ResearcherProfileConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming an model that represent a ResearcherProfile to the REST representation of an ResearcherProfile.
ResearcherProfileConverter() - Constructor for class org.dspace.app.rest.converter.ResearcherProfileConverter
 
ResearcherProfileEPersonLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "ePerson" subresource of an individual researcher profile.
ResearcherProfileEPersonLinkRepository() - Constructor for class org.dspace.app.rest.repository.ResearcherProfileEPersonLinkRepository
 
ResearcherProfileItemLinkRepository - Class in org.dspace.app.rest.repository
Link repository for "item" subresource of an individual researcher profile.
ResearcherProfileItemLinkRepository() - Constructor for class org.dspace.app.rest.repository.ResearcherProfileItemLinkRepository
 
ResearcherProfileRemoveOrcidOperation - Class in org.dspace.app.rest.repository.patch.operation
Implementation for ResearcherProfile ORCID disconnection.
ResearcherProfileRemoveOrcidOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ResearcherProfileRemoveOrcidOperation
 
ResearcherProfileReplaceOrcidSyncPreferencesOperation - Class in org.dspace.app.rest.repository.patch.operation
Implementation for ResearcherProfile ORCID synchronization preferences patches.
ResearcherProfileReplaceOrcidSyncPreferencesOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ResearcherProfileReplaceOrcidSyncPreferencesOperation
 
ResearcherProfileResource - Class in org.dspace.app.rest.model.hateoas
This class serves as a wrapper class to wrap the SearchConfigurationRest into a HAL resource.
ResearcherProfileResource(ResearcherProfileRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ResearcherProfileResource
 
ResearcherProfileRest - Class in org.dspace.app.rest.model
The Researcher Profile REST resource.
ResearcherProfileRest() - Constructor for class org.dspace.app.rest.model.ResearcherProfileRest
 
ResearcherProfileRest.OrcidSynchronizationRest - Class in org.dspace.app.rest.model
Inner class to model ORCID synchronization preferences and mode.
ResearcherProfileRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to view, update or delete his or her own data.
ResearcherProfileRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.ResearcherProfileRestPermissionEvaluatorPlugin
 
ResearcherProfileRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible of exposing researcher profiles.
ResearcherProfileRestRepository() - Constructor for class org.dspace.app.rest.repository.ResearcherProfileRestRepository
 
ResearcherProfileService - Interface in org.dspace.profile.service
Service interface class for the ResearcherProfile object.
ResearcherProfileServiceImpl - Class in org.dspace.profile
Implementation of ResearcherProfileService.
ResearcherProfileServiceImpl() - Constructor for class org.dspace.profile.ResearcherProfileServiceImpl
 
ResearcherProfileVisibleReplaceOperation - Class in org.dspace.app.rest.repository.patch.operation
Implementation for ResearcherProfile visibility patches.
ResearcherProfileVisibleReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.ResearcherProfileVisibleReplaceOperation
 
reserve(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
Reserves identifiers for the item
reserve(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Reserves any identifiers necessary based on the capabilities of all providers in the service.
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Set an object's identifier.
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
reserve(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Reserve a Specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for Detecting and Processing the appropriate identifier, all Providers are interrogated, multiple providers can process the same identifier.
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
reserve(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Reserve a specified DOI for a given DSpaceObject
reserve(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Reserve a specified identifier for a given DSpaceObject (eg.
reserve(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
Reserve DOI with the provider, always applying (ie.
reserve(DOI, boolean) - Method in class org.dspace.identifier.doi.DOIOrganiser
Reserve DOI with the provider
RESERVE_FIRST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Some registration agencies request that a DOI gets reserved before it can be registered.
RESERVED_KEYMAP_PARENT - Static variable in class org.dspace.app.rest.utils.AuthorityUtils
 
reserveDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
reserveDOI(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to reserve a DOI.
reserveOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Perform the actual online / API interaction required to reserve the DOI online always applying filters if they are configured
reserveOnline(Context, DSpaceObject, String, boolean) - Method in class org.dspace.identifier.DOIIdentifierProvider
Perform the actual online / API interaction required to reserve the DOI online
reset() - Static method in class org.dspace.content.authority.DCInputAuthority
 
reset() - Method in class org.dspace.core.Email
"Reset" the message.
reset() - Method in class org.dspace.services.email.EmailServiceImpl
Force a new initialization of the session, useful for testing purpose
reset() - Method in class org.dspace.sword.DSpaceATOMEntry
Reset all the internal variables of the class to their original values
resetCounter() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Resets the unique ID counter used by gensym() method to determine the @ID values of METS tags.
resetScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
resetScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
 
resetType() - Method in class org.purl.sword.base.SwordValidationInfo
 
resetType(Iterator<SwordValidationInfo>) - Method in class org.purl.sword.base.SwordValidationInfo
 
resolve(String) - Method in interface org.dspace.xoai.services.api.HandleResolver
 
resolve(String) - Method in class org.dspace.xoai.services.impl.DSpaceHandleResolver
 
resolve(Context, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
resolve(Context, String) - Method in interface org.dspace.identifier.service.IdentifierService
This will resolve a DSpaceObject based on a provided Identifier.
resolve(Context, String, String...) - Method in class org.dspace.identifier.DOIIdentifierProvider
Resolve an identifier to a DSpaceObject, if it is registered
resolve(Context, String, String...) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.IdentifierProvider
Find the object named by a given identifier.
resolve(Context, String, String...) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
resolveCommunity(Context, String) - Method in class org.dspace.administer.CommunityFiliator
Find a community by ID
resolveContacts(Context, List<String>, XmlWorkflowItem) - Method in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
Develop a list of EPerson from a list of perhaps symbolic "contact" names.
ResolvedTask - Class in org.dspace.curate
ResolvedTask wraps an implementation of one of the CurationTask or ScriptedTask interfaces and provides for uniform invocation based on CurationTask methods.
ResolvedTask(String, CurationTask) - Constructor for class org.dspace.curate.ResolvedTask
 
ResolvedTask(String, ScriptedTask) - Constructor for class org.dspace.curate.ResolvedTask
 
resolveEntityRefs(Context, DSpaceCSVLine) - Method in class org.dspace.app.bulkedit.MetadataImport
Gets a copy of the given csv line with all entity target references resolved to UUID strings.
resolveHandle(String) - Method in class org.dspace.rdf.RDFizer
 
resolveMetadata(String, int) - Method in class org.dspace.app.util.GoogleMetadata
Aggregate an array of DCValues present on the current item that pass the configuration filter.
resolveMetadataField(String) - Method in class org.dspace.app.util.GoogleMetadata
A singular version of resolveMetadata to return only one field value instead of an aggregate.
resolveMetadataFields(String) - Method in class org.dspace.app.util.GoogleMetadata
A plural version of resolveMetadata for aggregate fields.
resolver - Variable in class org.dspace.curate.Curator
 
resolveRelatedItem(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Resolve an item identifier referred to in the relationships manifest file.
resolveScope(Context, String) - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
resolveScope(Context, String) - Method in class org.dspace.app.rest.utils.ScopeResolver
 
resolveScope(Context, String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
resolveScope(Context, String) - Method in interface org.dspace.app.util.service.OpenSearchService
 
resolveState(Context, Deposit, DepositResult, VerboseDescription) - Method in interface org.dspace.sword2.WorkflowManager
 
resolveState(Context, Deposit, DepositResult, VerboseDescription) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
resolveState(Context, Deposit, DepositResult, VerboseDescription) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
resolveState(Context, Deposit, DepositResult, VerboseDescription, boolean) - Method in interface org.dspace.sword2.WorkflowManager
 
resolveState(Context, Deposit, DepositResult, VerboseDescription, boolean) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
resolveState(Context, Deposit, DepositResult, VerboseDescription, boolean) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
resolveTask(String) - Method in class org.dspace.curate.TaskResolver
Returns a task implementation for a given task name, or null if no implementation could be obtained.
resolveToDOI(String) - Method in class org.dspace.identifier.doi.DOIOrganiser
Finds the TableRow in the Doi table that belongs to the specified DspaceObject.
resolveToObject(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveToObject(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return the object which handle maps to, or null.
resolveToSolrQuery(Context, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
resolveToURL(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveToURL(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return the local URL for handle, or null if handle cannot be found.
resolveURL(HttpServletRequest, DSpaceObject) - Method in class org.dspace.app.util.SyndicationFeed
Return a url to the DSpace object, either use the official handle for the item or build a url based upon the current server.
resolveUrlToHandle(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveUrlToHandle(Context, String) - Method in interface org.dspace.handle.service.HandleService
Try to detect a handle in a URL.
RESOURCE_ID_FIELD - Static variable in class org.dspace.discovery.SearchUtils
 
RESOURCE_POLICIES - Static variable in class org.dspace.content.DSpaceObject_
 
RESOURCE_POLICY_PATCH - Static variable in class org.dspace.app.rest.security.ResourcePolicyAdminPermissionEvalutatorPlugin
 
RESOURCE_TYPE_FIELD - Static variable in class org.dspace.discovery.SearchUtils
 
RESOURCE_TYPE_ID - Static variable in class org.dspace.authorize.ResourcePolicy_
 
RESOURCE_TYPE_ID - Static variable in class org.dspace.handle.Handle_
 
RESOURCE_TYPE_ID - Static variable in class org.dspace.identifier.DOI_
 
RESOURCE_UNIQUE_ID - Static variable in class org.dspace.discovery.SearchUtils
 
ResourceAlreadyExistsException - Exception in org.dspace.app.exception
This class provides an exception to be used when trying to save a resource that already exists.
ResourceAlreadyExistsException(String) - Constructor for exception org.dspace.app.exception.ResourceAlreadyExistsException
Create a ResourceAlreadyExistsException with a message and the already existing resource.
ResourceFinder - Class in org.dspace.servicemanager.spring
Takes a list of paths to resources and turns them into different things (file/IS/resource).
ResourceGenerator - Static variable in class org.dspace.rdf.conversion.DMRM
Generates an IRI used for a rdfs:Resource depending on the converted DSpace Object and one of its metadata values.
ResourcePatch<M> - Class in org.dspace.app.rest.repository.patch
The base class for resource PATCH operations.
ResourcePatch() - Constructor for class org.dspace.app.rest.repository.patch.ResourcePatch
 
resourcePolicies - Static variable in class org.dspace.content.DSpaceObject_
 
ResourcePolicy - Class in org.dspace.authorize
Database entity representation of the ResourcePolicy table
ResourcePolicy() - Constructor for class org.dspace.authorize.ResourcePolicy
Protected constructor, create object using: DSpaceCRUDService.create(Context)
ResourcePolicy_ - Class in org.dspace.authorize
 
ResourcePolicy_() - Constructor for class org.dspace.authorize.ResourcePolicy_
 
ResourcePolicyActionAddOrReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy action ADD or REPLACE patch.
ResourcePolicyActionAddOrReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyActionAddOrReplaceOperation
 
ResourcePolicyAdminPermissionEvalutatorPlugin - Class in org.dspace.app.rest.security
RestPermissionEvaluatorPlugin class that evaluate ADMIN permissions over a Resource Policy
ResourcePolicyAdminPermissionEvalutatorPlugin() - Constructor for class org.dspace.app.rest.security.ResourcePolicyAdminPermissionEvalutatorPlugin
 
ResourcePolicyConverter - Class in org.dspace.app.rest.converter
Converter to translate ResourcePolicy into human readable value configuration.
ResourcePolicyConverter() - Constructor for class org.dspace.app.rest.converter.ResourcePolicyConverter
 
resourcePolicyDAO - Variable in class org.dspace.authorize.ResourcePolicyServiceImpl
 
ResourcePolicyDAO - Interface in org.dspace.authorize.dao
Database Access Object interface class for the ResourcePolicy object.
ResourcePolicyDAOImpl - Class in org.dspace.authorize.dao.impl
Hibernate implementation of the Database Access Object interface class for the ResourcePolicy object.
ResourcePolicyDAOImpl() - Constructor for class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
ResourcePolicyDescriptionAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy description ADD patch.
ResourcePolicyDescriptionAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionAddOperation
 
ResourcePolicyDescriptionRemoveOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy description DELETE patch.
ResourcePolicyDescriptionRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionRemoveOperation
 
ResourcePolicyDescriptionReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy description REPLACE patch.
ResourcePolicyDescriptionReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionReplaceOperation
 
ResourcePolicyEndDateAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy startDate ADD patch.
ResourcePolicyEndDateAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateAddOperation
 
ResourcePolicyEndDateRemoveOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy endDate DELETE patch.
ResourcePolicyEndDateRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateRemoveOperation
 
ResourcePolicyEndDateReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy endDate REPLACE patch.
ResourcePolicyEndDateReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateReplaceOperation
 
ResourcePolicyEPersonReplaceRestController - Class in org.dspace.app.rest
This controller will handle all the incoming calls on the/api/authz/resourcepolicies/{id}/eperson endpoint where the id corresponds to the ResourcePolicy of which you want to replace the related EPerson.
ResourcePolicyEPersonReplaceRestController() - Constructor for class org.dspace.app.rest.ResourcePolicyEPersonReplaceRestController
 
ResourcePolicyGroupReplaceRestController - Class in org.dspace.app.rest
This controller will handle all the incoming calls on the/api/authz/resourcepolicies/{id}/group endpoint where the id corresponds to the ResourcePolicy of which you want to replace the related Group.
ResourcePolicyGroupReplaceRestController() - Constructor for class org.dspace.app.rest.ResourcePolicyGroupReplaceRestController
 
ResourcePolicyNameAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy name ADD patch.
ResourcePolicyNameAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameAddOperation
 
ResourcePolicyNameRemoveOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy name DELETE patch.
ResourcePolicyNameRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameRemoveOperation
 
ResourcePolicyNameReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy name REPLACE patch.
ResourcePolicyNameReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameReplaceOperation
 
ResourcePolicyPolicyTypeAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy policyType ADD patch.
ResourcePolicyPolicyTypeAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeAddOperation
 
ResourcePolicyPolicyTypeRemoveOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy policyType DELETE patch.
ResourcePolicyPolicyTypeRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeRemoveOperation
 
ResourcePolicyPolicyTypeReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy policyType REPLACE patch.
ResourcePolicyPolicyTypeReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeReplaceOperation
 
ResourcePolicyResource - Class in org.dspace.app.rest.model.hateoas
Access Condition Rest HAL Resource.
ResourcePolicyResource(ResourcePolicyRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ResourcePolicyResource
 
ResourcePolicyRest - Class in org.dspace.app.rest.model
The Access Condition REST Resource.
ResourcePolicyRest() - Constructor for class org.dspace.app.rest.model.ResourcePolicyRest
 
ResourcePolicyRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
RestPermissionEvaluatorPlugin class that evaluate READ, WRITE and DELETE permissions over a ResourcePolicy
ResourcePolicyRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.ResourcePolicyRestPermissionEvaluatorPlugin
 
ResourcePolicyRestRepository - Class in org.dspace.app.rest.repository
Controller for exposition of default access condition
ResourcePolicyRestRepository() - Constructor for class org.dspace.app.rest.repository.ResourcePolicyRestRepository
 
resourcePolicyService - Variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
resourcePolicyService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
resourcePolicyService - Variable in class org.dspace.app.requestitem.RequestItemServiceImpl
 
resourcePolicyService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
resourcePolicyService - Variable in class org.dspace.content.BundleServiceImpl
 
resourcePolicyService - Variable in class org.dspace.content.CollectionServiceImpl
 
resourcePolicyService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
resourcePolicyService - Variable in class org.dspace.content.ItemServiceImpl
 
resourcePolicyService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
resourcePolicyService - Variable in class org.dspace.embargo.DefaultEmbargoSetter
 
resourcePolicyService - Variable in class org.dspace.eperson.GroupServiceImpl
 
resourcePolicyService - Variable in class org.dspace.eperson.SupervisorServiceImpl
 
ResourcePolicyService - Interface in org.dspace.authorize.service
Service interface class for the ResourcePolicy object.
ResourcePolicyServiceImpl - Class in org.dspace.authorize
Service implementation for the ResourcePolicy object.
ResourcePolicyServiceImpl() - Constructor for class org.dspace.authorize.ResourcePolicyServiceImpl
 
ResourcePolicyStartDateAddOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy startDate ADD patch.
ResourcePolicyStartDateAddOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateAddOperation
 
ResourcePolicyStartDateRemoveOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy startDate DELETE patch.
ResourcePolicyStartDateRemoveOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateRemoveOperation
 
ResourcePolicyStartDateReplaceOperation<R> - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Implementation for ResourcePolicy startDate REPLACE patch.
ResourcePolicyStartDateReplaceOperation() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateReplaceOperation
 
ResourcePolicyUtils - Class in org.dspace.app.rest.repository.patch.operation.resourcePolicy
Util class for shared methods between the ResourcePolicy patches.
ResourcePolicyUtils() - Constructor for class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
resourceResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
resourceTypeId - Static variable in class org.dspace.authorize.ResourcePolicy_
 
resourceTypeId - Static variable in class org.dspace.handle.Handle_
 
resourceTypeId - Static variable in class org.dspace.identifier.DOI_
 
RESPONSE_MESSAGE - Static variable in class org.dspace.orcid.OrcidHistory_
 
responseMessage - Static variable in class org.dspace.orcid.OrcidHistory_
 
RestAddressableModel - Class in org.dspace.app.rest.model
A directly addressable REST resource
RestAddressableModel() - Constructor for class org.dspace.app.rest.model.RestAddressableModel
 
RestartWorkflow - Class in org.dspace.xmlworkflow.migration
A utility class that will send all the worklfow items back to their submitters
restAuthenticationService - Variable in class org.dspace.app.rest.security.StatelessLoginFilter
 
RestAuthenticationService - Interface in org.dspace.app.rest.security
Interface for a service that can provide authentication for the REST API
RESTAuthorizationException - Exception in org.dspace.app.rest.exception
REST Authorization exception wrapper of the DSpace API AuthorizeException to make it unchecked
RESTAuthorizationException(String) - Constructor for exception org.dspace.app.rest.exception.RESTAuthorizationException
 
RESTAuthorizationException(AuthorizeException) - Constructor for exception org.dspace.app.rest.exception.RESTAuthorizationException
 
restConnector - Variable in class org.dspace.authority.rest.RestSource
 
RestDiscoverQueryBuilder - Class in org.dspace.app.rest.utils
This class builds the queries for the /search and /facet endpoints.
RestDiscoverQueryBuilder() - Constructor for class org.dspace.app.rest.utils.RestDiscoverQueryBuilder
 
RestDSpaceRunnableHandler - Class in org.dspace.app.rest.scripts.handler.impl
The DSpaceRunnableHandler dealing with Scripts started from the REST api
RestDSpaceRunnableHandler(EPerson, String, List<DSpaceCommandLineParameter>, Set<Group>) - Constructor for class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
This constructor will initialise the handler with the process created from the parameters
RESTEmptyWorkflowGroupException - Exception in org.dspace.app.rest.exception
Extend UnprocessableEntityException to provide a specific error message in the REST response.
RESTEmptyWorkflowGroupException(EmptyWorkflowGroupException) - Constructor for exception org.dspace.app.rest.exception.RESTEmptyWorkflowGroupException
 
RestModel - Interface in org.dspace.app.rest.model
A REST resource directly or indirectly (in a collection) exposed must have at least a type attribute to facilitate deserialization.
RestObjectPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
Abstract RestPermissionEvaluatorPlugin class that contains utility methods to evaluate permissions for a Rest Object.
RestObjectPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.RestObjectPermissionEvaluatorPlugin
 
restoreAuthSystemState() - Method in class org.dspace.core.Context
Restore the previous Authorisation System State.
restoreContextUser() - Method in class org.dspace.core.Context
Restore the user bound to the context and his special groups
restoreItAsCanonical(Context, DSpaceObject, String, Item, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
restoreItAsVersion(Context, DSpaceObject, String, Item, String, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
restoreItAsVersion(Context, Item, String, int) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
restoreItem(Context, InProgressSubmission, String) - Method in class org.dspace.content.InstallItemServiceImpl
 
restoreItem(Context, InProgressSubmission, String) - Method in interface org.dspace.content.service.InstallItemService
Turn an InProgressSubmission into a fully-archived Item, for a "restore" operation such as ingestion of an AIP to recreate an archive.
restoreModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if restore mode is enabled.
restoreVersion(Context, Version) - Method in interface org.dspace.versioning.service.VersioningService
 
restoreVersion(Context, Version) - Method in class org.dspace.versioning.VersioningServiceImpl
 
restoreVersion(Context, Version, String) - Method in interface org.dspace.versioning.service.VersioningService
 
restoreVersion(Context, Version, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
RestPermissionEvaluatorPlugin - Interface in org.dspace.app.rest.security
Interface to define a permission evaluator plugin.
RestProcessingStep - Interface in org.dspace.app.rest.submit
This is a placeholder interface to simplify validation of the configuration.
RestRepositoryUtils - Class in org.dspace.app.rest.utils
Collection of utility methods to work with the Rest Repositories
RestRepositoryUtils() - Constructor for class org.dspace.app.rest.utils.RestRepositoryUtils
 
RestResourceController - Class in org.dspace.app.rest
This is the main entry point of the new REST API.
RestResourceController() - Constructor for class org.dspace.app.rest.RestResourceController
 
RESTRICTED - Static variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
RestSearchOperator - Enum in org.dspace.app.rest.model.query
This enum defines the different operators that can be used with DSpace They've been given a regex and the string value of the operator that is used within DSpace.
RestSource - Class in org.dspace.authority.rest
 
RestSource(String) - Constructor for class org.dspace.authority.rest.RestSource
 
RESTSpringLoader - Class in org.dspace.app.rest.configuration
 
RESTSpringLoader() - Constructor for class org.dspace.app.rest.configuration.RESTSpringLoader
 
result - Variable in class org.dspace.ctask.general.NoOpCurationTask
 
result - Variable in class org.dspace.curate.CitationPage
 
result - Variable in class org.dspace.sword.DSpaceATOMEntry
the deposit result
Result - Static variable in class org.dspace.rdf.conversion.DMRM
A reified statement that describes the result of the DSpaceMetadataRDFMapping.
RESULT_CODE - Static variable in class org.dspace.checker.ChecksumResult_
 
RESULT_DESCRIPTION - Static variable in class org.dspace.checker.ChecksumResult_
 
resultCode - Static variable in class org.dspace.checker.ChecksumResult_
 
resultDescription - Static variable in class org.dspace.checker.ChecksumResult_
 
ResultProcessor() - Constructor for class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
results - Variable in class org.dspace.ctask.general.AbstractTranslator
 
results - Variable in class org.dspace.ctask.general.BitstreamsIntoMetadata
 
results - Variable in class org.dspace.ctask.general.ClamScan
 
results - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
RESULTS_PER_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
ResultsLogger - Class in org.dspace.checker
Collects results from a Checksum process and outputs them to a Log4j Logger.
ResultsLogger(Date) - Constructor for class org.dspace.checker.ResultsLogger
Main constructor.
ResultsPruner - Class in org.dspace.checker
Manages the deletion of results from the checksum history.
ResultsPruner(Context) - Constructor for class org.dspace.checker.ResultsPruner
Default Constructor
resultToDCValueMapping(RecordType) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
Loop over the MetadataContributors and return their concatenated retrieved metadatumDTO objects.
resultToDCValueMapping(RecordType) - Method in interface org.dspace.importer.external.metadatamapping.MetadataFieldMapping
Create a collection of MetadatumDTO retrieved from a given RecordType
resumeScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
resumeScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Resume a paused harvest scheduler.
rethinkGroupCache(Context, boolean) - Method in class org.dspace.eperson.GroupServiceImpl
Regenerate the group cache AKA the group2groupcache table in the database - meant to be called when a group is added or removed from another group
retrieve(String, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.SitemapRestController
Tries to retrieve a matching sitemap file in configured location
retrieve(UUID) - Method in class org.dspace.app.rest.repository.BitstreamRestRepository
 
retrieve(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.BitstreamRestController
 
retrieve(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
retrieve(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Retrieve the contents of the bitstream
retrieve(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
retrieve(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Retrieve the bits for the bitstream with ID.
retrieveBitstream(Context, Bitstream) - Method in interface org.dspace.sword2.WorkflowManager
 
retrieveBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
retrieveBitstream(Context, Bitstream) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
retrieveContent(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
retrieveContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
retrieveContent(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
retrieveFullAnswerMap(String, String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Retrieve the full answer map for a provided language, containing empty values when an answer for a field was not provided in the answerMap.
retrieveFullAnswerMap(String, String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Retrieve the full answer map for a provided language, containing empty values when an answer for a field was not provided in the answerMap.
retrieveFullAnswerMap(String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Retrieve the full answer map containing empty values when an answer for a field was not provided in the answerMap, using the default language found in the configuration
retrieveFullAnswerMap(String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Retrieve the full answer map containing empty values when an answer for a field was not provided in the answerMap, using the default language found in the configuration
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.HandleIdentifierProvider
 
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
retrieveLicenseName(Document) - Method in interface org.dspace.license.CCLicenseConnectorService
Retrieve the license Name from the license document
retrieveLicenseName(Document) - Method in class org.dspace.license.CCLicenseConnectorServiceImpl
Retrieve the license Name from the license document
retrieveLicenseRDFDoc(String) - Method in interface org.dspace.license.CCLicenseConnectorService
Retrieve the license RDF document based on the license URI
retrieveLicenseRDFDoc(String) - Method in class org.dspace.license.CCLicenseConnectorServiceImpl
Retrieve the license RDF document based on the license URI
retrieveLicenses(String) - Method in interface org.dspace.license.CCLicenseConnectorService
Retrieves the CC Licenses for the provided language from the CC License API
retrieveLicenses(String) - Method in class org.dspace.license.CCLicenseConnectorServiceImpl
Retrieves the CC Licenses for the provided language from the CC License API
retrieveLicenseUri(String, String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Retrieve the CC License URI for the provided license ID and language based on the provided answers
retrieveLicenseUri(String, String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Retrieve the CC License URI for the provided license ID and language based on the provided answers
retrieveLicenseUri(String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Retrieve the CC License URI for the provided license ID, based on the provided answers, using the default language found in the configuration
retrieveLicenseUri(String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Retrieve the CC License URI for the provided license ID, based on the provided answers, using the default language found in the configuration
retrieveMetadata(Context, Item) - Static method in class org.dspace.xoai.util.ItemUtils
Utility method to retrieve a structured XML in XOAI format
retrieveResult(Context, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
retrieveRightsByQuestion(String, String, Map<String, String>) - Method in interface org.dspace.license.CCLicenseConnectorService
Retrieve the CC License URI based on the provided license id, language and answers to the field questions from the CC License API
retrieveRightsByQuestion(String, String, Map<String, String>) - Method in class org.dspace.license.CCLicenseConnectorServiceImpl
Retrieve the CC License URI based on the provided license id, language and answers to the field questions from the CC License API
retrieveServiceDoc(Context) - Method in interface org.dspace.sword2.WorkflowManager
 
retrieveServiceDoc(Context) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
retrieveServiceDoc(Context) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
retrieveSets(int, int) - Method in class org.dspace.xoai.services.impl.xoai.DSpaceSetRepository
 
retrieveSpecialGroups(Pageable, PagedResourcesAssembler, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.AuthenticationRestController
Check the current user's authentication status (i.e.
retrieveStatement(Context, Item) - Method in interface org.dspace.sword2.WorkflowManager
 
retrieveStatement(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerDefault
 
retrieveStatement(Context, Item) - Method in class org.dspace.sword2.WorkflowManagerUnrestricted
 
retry - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
retry(Callable<T>) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Command pattern implementation.
RetryFailedOpenUrlTracker - Class in org.dspace.statistics.export
Script to retry the failed url transmissions to IRUS This script also has an option to add new failed urls for testing purposes
RetryFailedOpenUrlTracker() - Constructor for class org.dspace.statistics.export.RetryFailedOpenUrlTracker
 
RetryFailedOpenUrlTrackerScriptConfiguration<T extends RetryFailedOpenUrlTracker> - Class in org.dspace.statistics.export
RetryFailedOpenUrlTrackerScriptConfiguration() - Constructor for class org.dspace.statistics.export.RetryFailedOpenUrlTrackerScriptConfiguration
 
returnDepositReceipt() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
returnDispatcher(String, Dispatcher) - Method in class org.dspace.event.EventServiceImpl
 
returnDispatcher(String, Dispatcher) - Method in interface org.dspace.event.service.EventService
 
returnErrorBody() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
returnStackTraceInError() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
returnToWorkspace(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Return the workflow item to the workspace of the submitter.
reverseDns(String) - Static method in class org.dspace.statistics.util.DnsLookup
Resolve an IP address to a host name.
ReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an accept/reject action
ReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
revokeReviewerPolicies(Context, Item) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
RIGHT - org.dspace.content.RelationshipType.Tilted
 
RIGHT_ITEM - Static variable in class org.dspace.content.Relationship_
 
RIGHT_MAX_CARDINALITY - Static variable in class org.dspace.content.RelationshipType_
 
RIGHT_MIN_CARDINALITY - Static variable in class org.dspace.content.RelationshipType_
 
RIGHT_ONLY - org.dspace.content.Relationship.LatestVersionStatus
 
RIGHT_PLACE - Static variable in class org.dspace.content.Relationship_
 
RIGHT_SIDE_CHANGED - org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
 
RIGHT_TYPE - Static variable in class org.dspace.content.RelationshipType_
 
rightItem - Static variable in class org.dspace.content.Relationship_
 
rightMaxCardinality - Static variable in class org.dspace.content.RelationshipType_
 
rightMinCardinality - Static variable in class org.dspace.content.RelationshipType_
 
rightPlace - Static variable in class org.dspace.content.Relationship_
 
Rights - Class in org.purl.sword.atom
Represents an ATOM Rights element.
Rights() - Constructor for class org.purl.sword.atom.Rights
Create a new instance and set the prefix to 'atom' and the local name to 'rights'.
rightType - Static variable in class org.dspace.content.RelationshipType_
 
RIGHTWARD_TYPE - Static variable in class org.dspace.content.RelationshipType_
 
RIGHTWARD_VALUE - Static variable in class org.dspace.content.Relationship_
 
rightwardType - Static variable in class org.dspace.content.RelationshipType_
 
rightwardValue - Static variable in class org.dspace.content.Relationship_
 
RisImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.ris.service
Implements a metadata importer for RIS files Implementations insprider by BTE DataLoader {@link https://github.com/EKT/Biblio-Transformation-Engine/blob/master/bte-io/src/main/java/gr/ekt/bteio/loaders/RISDataLoader.java}
RisImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.ris.service.RisImportMetadataSourceServiceImpl
 
RITEM - Static variable in class org.dspace.core.Constants
 
Role - Class in org.dspace.xmlworkflow
The role that is responsible for a certain step.
Role() - Constructor for class org.dspace.xmlworkflow.Role
 
ROLE_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
ROLE_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
Role.Scope - Enum in org.dspace.xmlworkflow
 
RoleCrosswalk - Class in org.dspace.content.crosswalk
Role Crosswalk
RoleCrosswalk() - Constructor for class org.dspace.content.crosswalk.RoleCrosswalk
 
RoleDisseminator - Class in org.dspace.content.packager
Plugin to export all Group and EPerson objects in XML, perhaps for reloading.
RoleDisseminator() - Constructor for class org.dspace.content.packager.RoleDisseminator
 
RoleDisseminator.Serializer - Class in org.dspace.content.packager
Embody a thread for serializing users and groups.
roleId - Static variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRole_
 
roleId - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
RoleIngester - Class in org.dspace.content.packager
Create EPersons and Groups from a file of external representations.
RoleIngester() - Constructor for class org.dspace.content.packager.RoleIngester
 
RoleMembers - Class in org.dspace.xmlworkflow
The members from a role, can either contains a list of epersons or groups
RoleMembers() - Constructor for class org.dspace.xmlworkflow.RoleMembers
 
rollback() - Method in class org.dspace.core.Context
Rollback the current transaction with the database, without persisting any pending changes.
rollback() - Method in interface org.dspace.core.DBConnection
Roll back the open transaction.
rollback() - Method in class org.dspace.core.HibernateDBConnection
Rollback any changes applied to the current Transaction.
ROMANIAN - Static variable in class org.dspace.text.filter.Language
 
ROOT - Static variable in interface org.dspace.app.rest.model.RestModel
 
RootConverter - Class in org.dspace.app.rest.converter
This class read the core configuration properties and constructs a RootRest instance to return
RootConverter() - Constructor for class org.dspace.app.rest.converter.RootConverter
 
RootHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to add the links to the root REST endpoint to the next endpoints.
RootHalLinkFactory() - Constructor for class org.dspace.app.rest.link.RootHalLinkFactory
 
RootResource - Class in org.dspace.app.rest.model.hateoas
The purpose of this class is to wrap the information of the RootRest into a HAL resource
RootResource(RootRest) - Constructor for class org.dspace.app.rest.model.hateoas.RootResource
 
RootRest - Class in org.dspace.app.rest.model
The purpose of this class is to show the representation of information on the home/root page of the REST API
RootRest() - Constructor for class org.dspace.app.rest.model.RootRest
 
RootRestRepository - Class in org.dspace.app.rest.repository
This class' purpose is to serve as a middle ground between the conversion to the RootRest and the controller
RootRestRepository() - Constructor for class org.dspace.app.rest.repository.RootRestRepository
 
RootRestResourceController - Class in org.dspace.app.rest
This is the main entry point of the new REST API.
RootRestResourceController() - Constructor for class org.dspace.app.rest.RootRestResourceController
 
rootTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
rowCount - Variable in class org.dspace.app.bulkedit.MetadataImport
Counter of rows processed in a CSV.
ROWS_PER_FILE - Static variable in class org.dspace.util.SolrImportExport
 
rpdescription - Static variable in class org.dspace.authorize.ResourcePolicy_
 
RPDESCRIPTION - Static variable in class org.dspace.authorize.ResourcePolicy_
 
rpname - Static variable in class org.dspace.authorize.ResourcePolicy_
 
RPNAME - Static variable in class org.dspace.authorize.ResourcePolicy_
 
rptype - Static variable in class org.dspace.authorize.ResourcePolicy_
 
RPTYPE - Static variable in class org.dspace.authorize.ResourcePolicy_
 
run() - Method in class org.dspace.authority.UpdateAuthorities
 
run() - Method in class org.dspace.content.packager.RoleDisseminator.Serializer
 
run() - Method in class org.dspace.harvest.HarvestScheduler
 
run() - Method in class org.dspace.harvest.HarvestThread
 
run() - Method in class org.dspace.scripts.DSpaceRunnable
This is the run() method from the Runnable interface that we implement.
run() - Method in class org.dspace.service.impl.HttpConnectionPoolService.IdleConnectionMonitorThread
 
run() - Method in class org.dspace.utils.servicemanager.RequestExecutor
 
run(List<Integer>, ReportInfo) - Method in class org.dspace.health.Report
 
run(DSpaceObject) - Method in class org.dspace.curate.Curator.TaskRunner
 
run(Context, String) - Method in class org.dspace.curate.Curator.TaskRunner
 
run(ReportInfo) - Method in class org.dspace.health.Check
 
run(ReportInfo) - Method in class org.dspace.health.ChecksumCheck
 
run(ReportInfo) - Method in class org.dspace.health.EmbargoCheck
 
run(ReportInfo) - Method in class org.dspace.health.InfoCheck
 
run(ReportInfo) - Method in class org.dspace.health.ItemCheck
 
run(ReportInfo) - Method in class org.dspace.health.LogAnalyserCheck
 
run(ReportInfo) - Method in class org.dspace.health.UserCheck
 
run(ClientOptions) - Method in interface org.purl.sword.client.ClientType
Run the client, processing the specified options.
run(ClientOptions) - Method in class org.purl.sword.client.CmdClient
Run the client and process the specified options.
run(ApplicationArguments) - Method in class org.dspace.app.rest.utils.DSpaceVersionConfigurationEnricher
 
runCLI(String[]) - Method in class org.dspace.rdf.RDFizer
 
runCLI(Context, DOIOrganiser, String[]) - Static method in class org.dspace.identifier.doi.DOIOrganiser
 
runHarvest() - Method in class org.dspace.harvest.OAIHarvester
Performs a harvest cycle on this collection.
runImport(Context, boolean, boolean, boolean, boolean) - Method in class org.dspace.app.bulkedit.MetadataImport
Run an import.
running - Variable in class org.dspace.servicemanager.DSpaceServiceManager
 
RUNNING - org.dspace.content.ProcessStatus
 
runOneCommand(Document, String[]) - Static method in class org.dspace.app.launcher.ScriptLauncher
 
runOneCommand(Document, String[], DSpaceKernelImpl) - Static method in class org.dspace.app.launcher.ScriptLauncher
Recognize and execute a single command.
runParameters - Variable in class org.dspace.curate.Curator
 
runScheduled() - Static method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 

S

S3BitStoreService - Class in org.dspace.storage.bitstore
Asset store using Amazon's Simple Storage Service (S3).
S3BitStoreService() - Constructor for class org.dspace.storage.bitstore.S3BitStoreService
 
salt - Static variable in class org.dspace.eperson.EPerson_
 
SALT - Static variable in class org.dspace.eperson.EPerson_
 
SampleAuthority - Class in org.dspace.content.authority
This is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.
SampleAuthority() - Constructor for class org.dspace.content.authority.SampleAuthority
 
sanitiseQuery(String) - Static method in class org.dspace.app.sherpa.v2.SHERPAUtils
Sanitise a SHERPA v2 API query for some special JSON characters to help with parsing at remote end Strip all these characters: "'{}; The URI builder used in the provider and service classes will perform URL encoding.
save(Context, S) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support full update of a REST object.
save(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
save(Context, T) - Method in interface org.dspace.core.GenericDAO
Persist this instance in the database.
save(S) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
saveAll(Iterable<S>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
 
saveDOIToObject(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Adds a DOI to the metadata of an item.
saveRegistry(String, String) - Static method in class org.dspace.administer.MetadataExporter
Save a registry to a file path
saveSchema(Context, Document, String) - Static method in class org.dspace.administer.MetadataExporter
Compose the schema registry.
saveToken(CsrfToken, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
This method has been modified for DSpace.
saveWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.app.rest.submit.SubmissionService
 
saveWorkspaceItem(Context, WorkspaceItem) - Method in class org.dspace.app.rest.submit.SubmissionService
 
scan(Bitstream, InputStream, String) - Method in class org.dspace.ctask.general.ClamScan
Issue the INSTREAM command and return the response to and from the clamav daemon.
SCAN_FAIL_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
scanHandles(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
scanNAs(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
schedule(DSpaceRunnable) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
This method will schedule a process to be run, it will trigger the run method for the Script passed along to this method as well as updating the database logic for the Process representing the execution of this script
SCHEDULED - org.dspace.content.ProcessStatus
 
scheduleLoop() - Method in class org.dspace.harvest.HarvestScheduler
 
schema - Variable in class org.dspace.content.MetadataFieldName
Name of the metadata schema which defines this field.
schema - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
SCHEMA - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the schema
SCHEMA_FIELD_NAME - Static variable in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
SCHEME - Variable in class org.dspace.identifier.doi.DataCiteConnector
Stores the scheme used to connect to the DataCite server.
SCHEME - Static variable in class org.dspace.identifier.DOI
 
ScieloFieldMapping - Class in org.dspace.importer.external.scielo.service
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Scielo metadatum fields on the DSpace metadatum fields
ScieloFieldMapping() - Constructor for class org.dspace.importer.external.scielo.service.ScieloFieldMapping
 
ScieloImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.scielo.service
Implements a data source for querying Scielo
ScieloImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
SCOPE_NOTE - Static variable in class org.dspace.content.MetadataField_
 
ScopeEnum - Enum in org.dspace.app.rest.model
The possible restriction options for the scope attributes in the SubmissionPanel resource and SubmissionForm's fields
scopeNote - Static variable in class org.dspace.content.MetadataField_
 
ScopeResolver - Class in org.dspace.app.rest.utils
Utility bean that can resolve a scope in the REST API to a DSpace Object
ScopeResolver() - Constructor for class org.dspace.app.rest.utils.ScopeResolver
 
ScopusFieldMapping - Class in org.dspace.importer.external.scopus.service
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Scopus metadatum fields on the DSpace metadatum fields
ScopusFieldMapping() - Constructor for class org.dspace.importer.external.scopus.service.ScopusFieldMapping
 
ScopusImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.scopus.service
Implements a data source for querying Scopus
ScopusImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
SCORE - Static variable in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
ScoreEvaluationAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for the score evaluation action This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreEvaluationAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
ScoreReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
SCOTS - Static variable in class org.dspace.text.filter.Language
 
SCOTTISH_GAELIC - Static variable in class org.dspace.text.filter.Language
 
ScriptConfiguration<T extends DSpaceRunnable> - Class in org.dspace.scripts.configuration
This class represents an Abstract class that a ScriptConfiguration can inherit to further implement this and represent a script's configuration
ScriptConfiguration() - Constructor for class org.dspace.scripts.configuration.ScriptConfiguration
 
ScriptConverter - Class in org.dspace.app.rest.converter
This converter will convert an object of to an object of ScriptRest
ScriptConverter() - Constructor for class org.dspace.app.rest.converter.ScriptConverter
 
scriptDir - Variable in class org.dspace.curate.TaskResolver
 
ScriptedTask - Interface in org.dspace.curate
ScriptedTask describes a rather generic ability to perform an operation upon a DSpace object.
ScriptLauncher - Class in org.dspace.app.launcher
A DSpace script launcher.
ScriptProcessesController - Class in org.dspace.app.rest
This controller adds additional subresource methods to allow connecting scripts with processes
ScriptProcessesController() - Constructor for class org.dspace.app.rest.ScriptProcessesController
 
ScriptResource - Class in org.dspace.app.rest.model.hateoas
The Resource representation of a Script object
ScriptResource(ScriptRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ScriptResource
 
ScriptRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a Script
ScriptRest() - Constructor for class org.dspace.app.rest.model.ScriptRest
 
ScriptRestRepository - Class in org.dspace.app.rest.repository
This is the REST repository dealing with the Script logic
ScriptRestRepository() - Constructor for class org.dspace.app.rest.repository.ScriptRestRepository
 
ScriptService - Interface in org.dspace.scripts.service
This service will deal with logic to handle DSpaceRunnable objects
ScriptServiceFactory - Class in org.dspace.scripts.factory
Abstract factory to get services for the Script workload, use ScriptServiceFactory.getInstance() to retrieve an implementation
ScriptServiceFactory() - Constructor for class org.dspace.scripts.factory.ScriptServiceFactory
 
ScriptServiceFactoryImpl - Class in org.dspace.scripts.factory.impl
The implementation for the ScriptServiceFactory
ScriptServiceFactoryImpl() - Constructor for class org.dspace.scripts.factory.impl.ScriptServiceFactoryImpl
 
ScriptServiceImpl - Class in org.dspace.scripts
The implementation for the ScriptService
ScriptServiceImpl() - Constructor for class org.dspace.scripts.ScriptServiceImpl
 
search(String, int, int) - Method in class org.dspace.external.OpenAIRERestConnector
Perform an OpenAIRE Search request
search(String, Integer, Integer) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
Returns a list of PubMed Europe publication records
search(String, Integer, Integer, String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
search(String, String) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
Get metadata by searching CiNii RDF API with CiNii NAID
search(String, String, int, int, int) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
search(HttpServletRequest, HttpServletResponse, String, Integer, Integer, String, String, String, String, Model) - Method in class org.dspace.app.rest.OpenSearchController
This method provides the OpenSearch query on the path /search It will pass the result as a OpenSearchDocument directly to the client
search(SolrQuery) - Method in interface org.dspace.authority.AuthoritySearchService
 
search(SolrQuery) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
search(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
search(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
search(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Find the groups that match the search query across eperson_group_id or name
search(Context, String, int, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
search(Context, String, int, int) - Method in class org.dspace.eperson.GroupServiceImpl
 
search(Context, String, int, int) - Method in interface org.dspace.eperson.service.EPersonService
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String, int, int) - Method in interface org.dspace.eperson.service.GroupService
Find the groups that match the search query across eperson_group_id or name
search(Context, String, int, int, String...) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, String, String, boolean, int, int, String...) - Method in interface org.dspace.discovery.SearchService
 
search(Context, String, String, boolean, int, int, String...) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, String, List<MetadataField>, List<MetadataField>, int, int) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
search(Context, String, List<MetadataField>, List<MetadataField>, int, int) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
search(Context, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
Convenient method to call #search(Context, DSpaceObject, DiscoverQuery) with a null DSpace Object as scope (i.e.
search(Context, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, IndexableObject, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
Convenient method to call @see #search(Context, DSpaceObject, DiscoverQuery, boolean) with includeWithdrawn=false
search(Context, IndexableObject, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, ProcessQueryParameterContainer, int, int) - Method in class org.dspace.content.dao.impl.ProcessDAOImpl
 
search(Context, ProcessQueryParameterContainer, int, int) - Method in interface org.dspace.content.dao.ProcessDAO
Returns a list of all Processes in the database which match the given field requirements.
search(Context, ProcessQueryParameterContainer, int, int) - Method in class org.dspace.scripts.ProcessServiceImpl
 
search(Context, ProcessQueryParameterContainer, int, int) - Method in interface org.dspace.scripts.service.ProcessService
Returns a list of all Processes in the database which match the given field requirements.
SEARCH - org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
SEARCH - org.dspace.usage.UsageEvent.Action
 
SEARCH_FILTER_PREFIX - Static variable in class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
SEARCH_OVERVIEW - org.dspace.statistics.content.DatasetSearchGenerator.Mode
 
SEARCH_OVERVIEW_TOTAL - org.dspace.statistics.content.DatasetSearchGenerator.Mode
 
SEARCH_RESULT - org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
SEARCH_RESULTS_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
SEARCH_URL - Variable in class org.dspace.app.iiif.service.AbstractResourceService
 
SearchAnnotationService - Interface in org.dspace.app.iiif.service
Interface for IIIF Search API implementations.
searchByJournalISSN(String) - Method in class org.dspace.app.sherpa.SHERPAService
Search the SHERPA v2 API for a journal policy data using the supplied ISSN.
searchByProjectURI(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
SearchConfigurationResource - Class in org.dspace.app.rest.model.hateoas
This class serves as a wrapper class to wrap the SearchConfigurationRest into a HAL resource
SearchConfigurationResource(SearchConfigurationRest) - Constructor for class org.dspace.app.rest.model.hateoas.SearchConfigurationResource
 
SearchConfigurationResourceHalLinkFactory - Class in org.dspace.app.rest.link.search
This class' purpose is to build the links that go together with the SearchConfigurationResource.
SearchConfigurationResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchConfigurationResourceHalLinkFactory
 
SearchConfigurationRest - Class in org.dspace.app.rest.model
This class' purpose is to store the information that'll be shown on the /search endpoint.
SearchConfigurationRest() - Constructor for class org.dspace.app.rest.model.SearchConfigurationRest
 
SearchConfigurationRest.Filter - Class in org.dspace.app.rest.model
 
SearchConfigurationRest.Filter.Operator - Class in org.dspace.app.rest.model
 
SearchConfigurationRest.SortOption - Class in org.dspace.app.rest.model
 
SearchDocument() - Constructor for class org.dspace.discovery.DiscoverResult.SearchDocument
 
SearchEventConverter - Class in org.dspace.app.rest.converter
 
SearchEventConverter() - Constructor for class org.dspace.app.rest.converter.SearchEventConverter
 
SearchEventResource - Class in org.dspace.app.rest.model.hateoas
 
SearchEventResource(SearchEventRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SearchEventResource
 
SearchEventRest - Class in org.dspace.app.rest.model
This class acts as a REST representation for a SearchEvent in DSpace
SearchEventRest() - Constructor for class org.dspace.app.rest.model.SearchEventRest
 
SearchEventRestRepository - Class in org.dspace.app.rest.repository
 
SearchEventRestRepository() - Constructor for class org.dspace.app.rest.repository.SearchEventRestRepository
 
searchExternalDataObjects(String, int, int) - Method in interface org.dspace.external.provider.ExternalDataProvider
This method will query the ExternalDataProvider's endpoint or data source to retrieve and build a list of ExternalDataObjects through a search with the given parameters
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
 
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Search SHERPA v2 API for journal results based on a 'contains word' query
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Search SHERPA v2 API for journal results based on a 'contains word' query
searchExternalDataObjects(String, int, int) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Search SHERPA v2 API for publisher results based on a 'contains word' query for publisher name
searchExternalDataObjects(String, String, int, int) - Method in interface org.dspace.external.service.ExternalDataService
This method will return a list of ExternalDataObjects as defined through the source in which they will be searched for, the given query start and limit parameters
searchExternalDataObjects(String, String, int, int) - Method in class org.dspace.external.service.impl.ExternalDataServiceImpl
 
SearchFacetEntryHalLinkFactory - Class in org.dspace.app.rest.link.search
This factory provides a means to add links to the SearchFacetEntryResource.
SearchFacetEntryHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchFacetEntryHalLinkFactory
 
SearchFacetEntryResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to create a container with the information, links and embeds for the different facets on various endpoints
SearchFacetEntryResource(SearchFacetEntryRest) - Constructor for class org.dspace.app.rest.model.hateoas.SearchFacetEntryResource
 
SearchFacetEntryResource(SearchFacetEntryRest, DiscoveryResultsRest) - Constructor for class org.dspace.app.rest.model.hateoas.SearchFacetEntryResource
 
SearchFacetEntryRest - Class in org.dspace.app.rest.model
This class' purpose is to create a container for the information used in the SearchFacetEntryResource
SearchFacetEntryRest(String) - Constructor for class org.dspace.app.rest.model.SearchFacetEntryRest
 
SearchFacetValueHalLinkFactory - Class in org.dspace.app.rest.link.search
This factory provides a means to add links to the SearchFacetValueResource.
SearchFacetValueHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchFacetValueHalLinkFactory
 
SearchFacetValueResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to create a container for the information, links and embeds for the facet values on various endpoints
SearchFacetValueResource(SearchFacetValueRest, SearchFacetEntryRest, DiscoveryResultsRest) - Constructor for class org.dspace.app.rest.model.hateoas.SearchFacetValueResource
 
SearchFacetValueRest - Class in org.dspace.app.rest.model
This class' purpose is to create a container for the information used in the SearchFacetValueResource
SearchFacetValueRest() - Constructor for class org.dspace.app.rest.model.SearchFacetValueRest
 
SearchFilter - Class in org.dspace.app.rest.parameter
Custom request parameter used in the Discovery search REST endpoint.
SearchFilter(String, String, String) - Constructor for class org.dspace.app.rest.parameter.SearchFilter
 
SearchFilterResolver - Class in org.dspace.app.rest.parameter.resolver
Custom Request parameter resolver to fill in SearchFilter parameter objects TODO UNIT TEST
SearchFilterResolver() - Constructor for class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
SearchFilterToAppliedFilterConverter - Class in org.dspace.app.rest.converter
This class' purpose is to convert the SearchFilter object into a SearchResultsRest.AppliedFilter object
SearchFilterToAppliedFilterConverter() - Constructor for class org.dspace.app.rest.converter.SearchFilterToAppliedFilterConverter
 
searchInManifest(UUID, String) - Method in class org.dspace.app.iiif.IIIFController
Any resource in the Presentation API may have a search service associated with it.
searchInManifest(Context, UUID, String) - Method in class org.dspace.app.iiif.IIIFServiceFacade
Returns search hits and word coordinates as an AnnotationList.
searchProjectByIDAndFunder(String, String, int, int) - Method in class org.dspace.external.OpenAIRERestConnector
Perform an OpenAIRE Project Search By ID and by Funder
searchProjectByKeywords(int, int, String...) - Method in class org.dspace.external.OpenAIRERestConnector
Perform an OpenAIRE Project Search By Keywords
SearchQueryConverter - Class in org.dspace.app.rest.converter.query
This method will traverse a list of SearchFilters and transform any SearchFilters with an operator this is equal to 'Query' into a SearchFilter that has a standard DSpace operator like 'contains'
SearchQueryConverter() - Constructor for class org.dspace.app.rest.converter.query.SearchQueryConverter
 
searchRelatedJournals(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Search SHERPA for journal policies matching the ISSNs in the item.
searchRelatedJournalsByISSN(String) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Search SHERPA for journal policies matching the passed ISSN.
SearchRestMethod - Annotation Type in org.dspace.app.rest
 
searchResultCount(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
searchResultCount(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
searchResultCount(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Returns the total number of epeople returned by a specific query, without the overhead of creating the EPerson objects to store the results.
searchResultCount(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Returns the total number of groups returned by a specific query, without the overhead of creating the Group objects to store the results.
searchResultCount(Context, String, List<MetadataField>) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
searchResultCount(Context, String, List<MetadataField>) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
SearchResultEntryHalLinkFactory - Class in org.dspace.app.rest.link.search
This factory class provides a means to add links to the SearchResultsEntryResource.
SearchResultEntryHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchResultEntryHalLinkFactory
 
SearchResultEntryResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to create a container for the information, links and embeds for the search results entries
SearchResultEntryResource(SearchResultEntryRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SearchResultEntryResource
 
SearchResultEntryRest - Class in org.dspace.app.rest.model
This class' purpose is to create a container for the information in the SearchResultEntryResource
SearchResultEntryRest() - Constructor for class org.dspace.app.rest.model.SearchResultEntryRest
 
SearchResultGenerator - Class in org.dspace.app.iiif.model.generator
This generator wraps a domain model for a SearchResult.
SearchResultGenerator() - Constructor for class org.dspace.app.iiif.model.generator.SearchResultGenerator
 
SearchResultsResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to create a container with a list of the SearchResultEntryResources
SearchResultsResource(SearchResultsRest, Utils, Pageable) - Constructor for class org.dspace.app.rest.model.hateoas.SearchResultsResource
 
SearchResultsResourceHalLinkFactory - Class in org.dspace.app.rest.link.search
This class will add links to the SearchResultsResource.
SearchResultsResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchResultsResourceHalLinkFactory
 
SearchResultsRest - Class in org.dspace.app.rest.model
This class' purpose is to create a container for the information used in the SearchResultsResource
SearchResultsRest() - Constructor for class org.dspace.app.rest.model.SearchResultsRest
 
SearchResultsRest.AppliedFilter - Class in org.dspace.app.rest.model
 
SearchResultsRest.Sorting - Class in org.dspace.app.rest.model
 
searchService - Variable in class org.dspace.content.CollectionServiceImpl
 
searchService - Variable in class org.dspace.discovery.SolrServicePrivateItemPlugin
 
SearchService - Class in org.dspace.app.iiif.service
This service provides methods for creating Search API response.
SearchService - Interface in org.dspace.discovery
Search interface that discovery uses
SearchService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.SearchService
 
SearchServiceException - Exception in org.dspace.discovery
Exception used by discovery when discovery search exceptions occur
SearchServiceException() - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(String) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(String, Throwable) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(Throwable) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchSupportHalLinkFactory - Class in org.dspace.app.rest.link.search
This class' purpose is to create the links for the SearchSupportResource.
SearchSupportHalLinkFactory() - Constructor for class org.dspace.app.rest.link.search.SearchSupportHalLinkFactory
 
SearchSupportResource - Class in org.dspace.app.rest.model.hateoas
This class' purpose is to wrap the SearchSupportRest into a HAL resource
SearchSupportResource(SearchSupportRest) - Constructor for class org.dspace.app.rest.model.hateoas.SearchSupportResource
 
SearchSupportRest - Class in org.dspace.app.rest.model
This class' purpose is to give information about the api/discover endpoint
SearchSupportRest() - Constructor for class org.dspace.app.rest.model.SearchSupportRest
 
SearchUtils - Class in org.dspace.discovery
Util methods used by discovery
searchWithinManifest(UUID, String) - Method in class org.dspace.app.iiif.service.SearchService
Executes a search query for items in the current manifest.
SectionData - Interface in org.dspace.app.rest.model.step
Simple interface to grouping section implementation
sectionHeader(String) - Method in class org.dspace.app.statistics.HTMLReport
output the section header in HTML format
sectionHeader(String) - Method in interface org.dspace.app.statistics.Report
output the section header in the relevant format
sectionType - Variable in class org.dspace.orcid.model.factory.impl.AbstractOrcidProfileSectionFactory
 
SeeAlsoService - Class in org.dspace.app.iiif.service
This service provides methods for creating seAlso external link.
SeeAlsoService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.SeeAlsoService
 
SELECT_COLLECTION_STEP - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
selectable - Variable in class org.dspace.content.authority.Choice
A boolean representing if choice entry value can selected (usually true).
SelectableMetadata - Class in org.dspace.app.rest.model.submit
The SelectableMetadata REST Resource.
SelectableMetadata() - Constructor for class org.dspace.app.rest.model.submit.SelectableMetadata
 
SelectableRelationship - Class in org.dspace.app.rest.model.submit
The SelectableRelationship REST Resource.
SelectableRelationship() - Constructor for class org.dspace.app.rest.model.submit.SelectableRelationship
 
selected(String) - Method in interface org.purl.sword.client.ServiceSelectedListener
Called to provide an update on whether the selected node is a Collection.
SelectReviewerAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for an action where an assigned user can assign another user to review the item
SelectReviewerAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
self - Variable in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
SELF_REGISTERED - Static variable in class org.dspace.content.packager.RoleDisseminator
 
SELF_REGISTERED - Static variable in class org.dspace.eperson.EPerson_
 
SelfNamedPlugin - Class in org.dspace.core
Simple lightweight "framework" for managing plugins.
SelfNamedPlugin() - Constructor for class org.dspace.core.SelfNamedPlugin
 
selfRegistered - Static variable in class org.dspace.eperson.EPerson_
 
SelfRegisterInputFormats - Interface in org.dspace.app.mediafilter
Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)
send() - Method in class org.dspace.core.Email
Sends the email.
sendAlert(HttpServletRequest, Exception) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Send an alert to the designated "alert recipient" - that is, when a database error or internal error occurs, this person is sent an e-mail with details.
sendDOIGetRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendDOIPostRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendEmail(Context, String, boolean, RegistrationData) - Method in class org.dspace.eperson.AccountServiceImpl
Send a DSpace message to the given email address.
sendEmail(Context, HttpServletRequest, String, String, String, String) - Method in class org.dspace.content.FeedbackServiceImpl
 
sendEmail(Context, HttpServletRequest, String, String, String, String) - Method in interface org.dspace.content.service.FeedbackService
This method sends the feeback email to the recipient passed as parameter
sendEmail(Context, EPerson, List<Collection>, boolean) - Static method in class org.dspace.eperson.SubscribeCLITool
Sends an email to the given e-person with details of new items in the given collections, items that appeared yesterday.
sendForgotPasswordInfo(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Email forgot password info to the given email address.
sendForgotPasswordInfo(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
sendGetRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendHttpRequest(HttpUriRequest, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Internal method to send requests prepared by the caller to DataCite.
sendInfo(Context, String, boolean, boolean) - Method in class org.dspace.eperson.AccountServiceImpl
THIS IS AN INTERNAL METHOD.
sendMetadataDeleteRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataGetRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataPostRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataPostRequest(String, Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendRedirect(HttpServletResponse, String, String, int, boolean) - Static method in class org.dspace.rdf.negotiation.Negotiator
 
sendRegistrationInfo(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Email registration info to the given email address.
sendRegistrationInfo(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
sendReport(File, int) - Method in class org.dspace.checker.DailyReportEmailer
Send the report through email.
sendRequest(Context, RequestItem, String) - Static method in class org.dspace.app.requestitem.RequestItemEmailNotifier
Send the request to the approver(s).
sendResponse(Context, RequestItem, String, String) - Static method in class org.dspace.app.requestitem.RequestItemEmailNotifier
Send the approver's response back to the requester, with files attached if approved.
sendWorkflowItemBackSubmission(Context, XmlWorkflowItem, EPerson, String, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
sendWorkflowItemBackSubmission(Context, T, EPerson, String, String) - Method in interface org.dspace.workflow.WorkflowService
 
SENTINEL - Static variable in interface org.dspace.checker.BitstreamDispatcher
This value should be returned by next() to indicate that there are no more values.
SEPARATOR - Static variable in class org.dspace.content.packager.PackageParameters
 
SEPARATOR - Static variable in class org.dspace.scripts.DSpaceCommandLineParameter
 
SEPARATOR_REGEX - Static variable in class org.dspace.content.packager.PackageParameters
 
separators - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
SEQUENCE_ID - Static variable in class org.dspace.content.Bitstream_
 
sequenceExists(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
 
sequenceId - Static variable in class org.dspace.content.Bitstream_
 
SequenceService - Class in org.dspace.app.iiif.service
This service provides methods for creating a Sequence.
SequenceService(ConfigurationService) - Constructor for class org.dspace.app.iiif.service.SequenceService
 
serialVersionUID - Static variable in class org.dspace.utils.servicemanager.OrderedServiceComparator
 
serialVersionUID - Static variable in class org.dspace.utils.servicemanager.ProviderStackComparator
 
serveNamedGraph(String, String, String, HttpServletResponse) - Method in class org.dspace.rdf.providing.DataProviderServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.OpenSearchController
This method provides the OpenSearch servicedescription document on the path /service It will pass the result as a OpenSearchDocument directly to the client
Service - Class in org.purl.sword.base
Represents an Atom Publishing Protocol Service element, with SWORD extensions.
Service() - Constructor for class org.purl.sword.base.Service
Create a new instance.
Service(String) - Constructor for class org.purl.sword.base.Service
Create a new instance.
Service(String, boolean, boolean) - Constructor for class org.purl.sword.base.Service
Create a new instance with the specified compliance level, noOp and verbose values.
SERVICE_NAME - Static variable in class org.purl.sword.client.ClientConstants
the name of this application
ServiceChangeListener - Interface in org.dspace.kernel.mixins
Allow a service to be notified when other services change.
ServiceDialog - Class in org.purl.sword.client
Dialog that prompts the user to enter the details for a service document location.
ServiceDialog(JFrame) - Constructor for class org.purl.sword.client.ServiceDialog
Create a new instance.
ServiceDocument - Class in org.purl.sword.base
A representation of a SWORD Service Document.
ServiceDocument() - Constructor for class org.purl.sword.base.ServiceDocument
Create a new instance and set the initial service level to Zero.
ServiceDocument(String) - Constructor for class org.purl.sword.base.ServiceDocument
Create a new instance and set the specified service level.
ServiceDocument(Service) - Constructor for class org.purl.sword.base.ServiceDocument
Create a new instance and store the specified Service document.
ServiceDocumentManager - Class in org.dspace.sword
 
ServiceDocumentManager(SWORDService) - Constructor for class org.dspace.sword.ServiceDocumentManager
 
ServiceDocumentManagerDSpace - Class in org.dspace.sword2
 
ServiceDocumentManagerDSpace() - Constructor for class org.dspace.sword2.ServiceDocumentManagerDSpace
 
ServiceDocumentRequest - Class in org.purl.sword.base
Represents a ServiceDocumentRequest.
ServiceDocumentRequest() - Constructor for class org.purl.sword.base.ServiceDocumentRequest
 
ServiceDocumentServlet - Class in org.purl.sword.server
ServiceDocumentServlet
ServiceDocumentServlet() - Constructor for class org.purl.sword.server.ServiceDocumentServlet
 
ServiceExample - Interface in org.dspace.servicemanager.example
Sample service.
ServiceExampleImpl - Class in org.dspace.servicemanager.example
Example implementation of the example service.
ServiceExampleImpl() - Constructor for class org.dspace.servicemanager.example.ServiceExampleImpl
 
serviceFactory - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
ServiceManager - Interface in org.dspace.kernel
Allows for non-specific access to the core services.
serviceManagerReady(ServiceManager) - Method in interface org.dspace.kernel.mixins.ServiceManagerReadyAware
This is called when the startup of all core services and activators is complete.
ServiceManagerReadyAware - Interface in org.dspace.kernel.mixins
Allow a service to be notified when the service manager has started up all known services (including activators).
ServiceManagerSystem - Interface in org.dspace.servicemanager
This interface should be implemented by any service managers that we are using in the system, e.g.
ServicePanel - Class in org.purl.sword.client
The main panel for the GUI client.
ServicePanel() - Constructor for class org.purl.sword.client.ServicePanel
Create a new instance of the panel.
serviceRegistered(String, Object, List<Class<?>>) - Method in interface org.dspace.kernel.mixins.ServiceChangeListener
This will be called when services are newly registered with the service manager.
ServiceResolver - Interface in org.dspace.xoai.services.api
 
ServiceSelectedListener - Interface in org.purl.sword.client
Listener for any objects that want to be notified when a collection has been selected in the ServicePanel.
serviceUnregistered(String, Object) - Method in interface org.dspace.kernel.mixins.ServiceChangeListener
This will be called when services are removed from the service manager.
ServletClient - Class in org.purl.sword.client
Example client that runs as a Servlet.
ServletClient() - Constructor for class org.purl.sword.client.ServletClient
 
Session - Interface in org.dspace.services.model
Represents a user's session (login session) in the system.
SESSION_SALT - Static variable in class org.dspace.eperson.EPerson_
 
sessionSalt - Static variable in class org.dspace.eperson.EPerson_
 
setAbstract(String) - Method in class org.purl.sword.base.Collection
Set the abstract.
setAccept_request(boolean) - Method in class org.dspace.app.requestitem.RequestItem
 
setAcceptableFilenames(List<String>) - Method in class org.dspace.core.NewsServiceImpl
 
setAcceptanceDate(String) - Method in class org.dspace.app.rest.model.step.DataLicense
 
setAcceptanceDate(Context, DCDate) - Method in class org.dspace.content.Bitstream
Add date for bitstream granted (used into the use case for license grant the LicenseUtils.grantLicense(Context, Item, String, String)
setAcceptRequest(boolean) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setAccessConditionOptions(List<AccessConditionOptionRest>) - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
setAccessConditionOptions(List<AccessConditionOptionRest>) - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
setAccessConditions(List<AccessConditionDTO>) - Method in class org.dspace.app.rest.model.step.DataAccessCondition
 
setAccessConditions(List<AccessConditionDTO>) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setAccessToken(String) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setAccessToken(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setAccessToken(String) - Method in class org.dspace.orcid.OrcidToken
 
setAccessType(String) - Method in class org.purl.sword.client.ClientOptions
Set the access type.
setAction(int) - Method in class org.dspace.authorize.ResourcePolicy
set the action this policy authorizes
setAction(String) - Method in class org.dspace.app.rest.model.PoolTaskRest
 
setAction(String) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setAction(WorkflowActionRest) - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setActions(List<WorkflowActionConfig>) - Method in class org.dspace.xmlworkflow.state.Step
Set the processing actions for the step.
setActualEndDate(Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setActualName(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
setActualStartDate(Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setAffiliation(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
setAllfiles(boolean) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setAlterProvenance(boolean) - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate
setAmount(int) - Method in class org.dspace.app.sherpa.v2.SHERPAEmbargo
 
setAmountCurrencyConverter(SimpleMapConverter) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setAmountCurrencyField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setAmountField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setApiKey(String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
setApiKey(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
setApiKey(String) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
setApiUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setAppend(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setApplicationContext(ApplicationContext) - Method in class org.dspace.iiif.consumer.CacheEvictBeanLocator
 
setApplicationNumber(MetadataFieldConfig) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
setAppliedFilters(List<SearchResultsRest.AppliedFilter>) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setAppliedFilters(List<SearchResultsRest.AppliedFilter>) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setAppliedFilters(List<UsageSearchEvent.AppliedFilter>) - Method in class org.dspace.usage.UsageSearchEvent
 
setAppName(String) - Method in class org.dspace.app.util.WebApp
 
setArchived(boolean) - Method in class org.dspace.content.Item
Set the "is_archived" flag.
setArticleVersion(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setAscending(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the results should be sorted in ascending order (on the given sort column) or descending order.
setAscending(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setAscending(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setAttempts(Integer) - Method in class org.dspace.orcid.OrcidQueue
 
setAttribute(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumAndAttributeContributor
 
setAttribute(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setAttribute(String, Object) - Method in interface org.dspace.services.model.Request
 
setAttribute(String, Object) - Method in class org.dspace.services.sessions.model.HttpRequestImpl
 
setAttribute(String, Object) - Method in class org.dspace.services.sessions.model.InternalRequestImpl
 
setAttribute(String, String) - Method in interface org.dspace.services.model.Session
Set an attribute on a session.
setAttribute(Attribute) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
setAttribute(XmlName) - Method in class org.purl.sword.base.SwordValidationInfo
Set the attribute that this information describes.
setAttributes(AttributeList) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
setAttributeValue2metadata(Map<String, MetadataFieldConfig>) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setAuthenticated(boolean) - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
setAuthenticated(boolean) - Method in class org.dspace.app.rest.security.DSpaceAuthentication
 
setAuthenticated(EPerson) - Method in class org.dspace.sword.SWORDContext
 
setAuthenticated(EPerson) - Method in class org.dspace.sword2.SwordContext
 
setAuthenticationMethod(String) - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
setAuthenticationMethod(String) - Method in class org.dspace.core.Context
 
setAuthenticatorContext(Context) - Method in class org.dspace.sword.SWORDContext
 
setAuthenticatorContext(Context) - Method in class org.dspace.sword2.SwordContext
 
setAuthname(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
setAuthority(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setAuthority(String) - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
setAuthority(String) - Method in class org.dspace.app.rest.model.MetadataValueRest
 
setAuthority(String) - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
setAuthority(String) - Method in class org.dspace.browse.BrowseInfo
 
setAuthority(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setAuthority(String) - Method in class org.dspace.content.MetadataValue
Set the metadata authority
setAuthorityKey(String) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setAuthorityValue(String) - Method in interface org.dspace.browse.BrowseDAO
 
setAuthorityValue(String) - Method in class org.dspace.browse.BrowserScope
 
setAuthorityValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setAuthorizeEndpointUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setAuthUrl(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
setAvailableImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
setAwsAccessKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setAwsRegionName(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setAwsSecretKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setBaseAddress(String) - Method in class org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl
Set the baseAddress to this object
setBaseDir(File) - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
setBeanName(String) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
From BeanNameAware.
setBeanName(String) - Method in class org.dspace.scripts.configuration.ScriptConfiguration
 
setBeanName(String) - Method in class org.dspace.xmlworkflow.Role
 
setBeanName(String) - Method in class org.dspace.xmlworkflow.state.Step
Store the name of the bean in the identifier
setBeanName(String) - Method in class org.dspace.xmlworkflow.state.Workflow
 
setBitSet(String) - Method in class org.dspace.event.Event
Keeps track of which consumers have consumed the event.
setBitstream(Bitstream) - Method in class org.dspace.checker.ChecksumHistory
 
setBitstream(Bitstream) - Method in class org.dspace.sword.DepositResult
 
setBitstreamFilter(BitstreamFilter) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Set filter
setBitstreamFound(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setBitstreamFromBytes(Context, Item, Bundle, String, BitstreamFormat, byte[]) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method takes some bytes and stores them as a bitstream for an item, under the CC bundle, with the given bitstream name Note: This helper method assumes that the CC bitstreams are short and easily expressed as byte arrays in RAM
setBitstreamId(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils) - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueAddPatchOperation
 
setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils) - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueMovePatchOperation
 
setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils) - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueRemovePatchOperation
 
setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils) - Method in class org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueReplacePatchOperation
 
setBitstreams(List<Bitstream>) - Method in class org.dspace.scripts.Process
 
setBitstreamService(BitstreamService) - Method in class org.dspace.app.rest.submit.step.validation.LicenseValidation
 
setBrowseContainer(DSpaceObject) - Method in class org.dspace.browse.BrowseInfo
Set the DSpaceObject that is the container for this browse.
setBrowseContainer(IndexableObject) - Method in class org.dspace.browse.BrowserScope
Set the DSpaceObject that is the container for this browse.
setBrowseIndex(BrowseIndexRest) - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowserScope
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowserScope
 
setBucketName(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setBundleName(String) - Method in class org.dspace.app.rest.model.BitstreamRest
 
setBy(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
setBy(String) - Method in class org.dspace.usage.UsageSearchEvent.Sort
 
setCachedMetadata(List<MetadataValue>) - Method in class org.dspace.content.Item
 
setCacheManager(CacheManager) - Method in class org.dspace.app.sherpa.cache.SherpaCacheEvictService
Set the reference to the cacheManager
setCanChangeDiscoverable(Boolean) - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
setCanChangeDiscoverable(Boolean) - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
setCanLogIn(boolean) - Method in class org.dspace.app.rest.model.EPersonRest
 
setCanLogIn(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user can log in
setCcLicenseFieldList(List<CCLicenseField>) - Method in class org.dspace.license.CCLicense
Sets the list of CC License Fields
setCfg(ConfigurationService) - Method in class org.dspace.services.email.EmailServiceImpl
Inject/set the ConfigurationService
setCharacterToBeReplaced(int) - Method in class org.dspace.importer.external.metadatamapping.contributor.ReplaceCharacterXPathMetadataContributor
 
setCharacterToReplaceWith(int) - Method in class org.dspace.importer.external.metadatamapping.contributor.ReplaceCharacterXPathMetadataContributor
 
setCharset(String) - Method in class org.dspace.core.Email
 
setChecksum(String) - Method in class org.dspace.content.Bitstream
 
setCheckSum(CheckSumRest) - Method in class org.dspace.app.rest.model.BitstreamRest
 
setCheckSum(CheckSumRest) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setChecksumAlgorithm(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setChecksumAlgorithm(String) - Method in class org.dspace.content.Bitstream
 
setCheckSumAlgorithm(String) - Method in class org.dspace.app.rest.model.CheckSumRest
 
setChecksumCalculated(String) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum calculated.
setChecksumError(boolean) - Method in class org.purl.sword.client.ClientOptions
Set the checksum error value.
setChecksumError(boolean) - Method in class org.purl.sword.client.PostMessage
Set the state of the checksum error.
setChecksumExpected(String) - Method in class org.dspace.checker.ChecksumHistory
Set the expected checksum.
setChecksumResult(ChecksumResult) - Method in class org.dspace.checker.MostRecentChecksum
 
setChild(Group) - Method in class org.dspace.eperson.Group2GroupCache
 
setChildName(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setChildNodes(List<ControlledVocabulary>) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setCid(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set Client ID
setClassInfo(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setClientId(String) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
 
setClientId(String) - Method in class org.dspace.external.OpenAIRERestConnector
stores clientId to grab the token
setClientId(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic setter for the clientId
setClientId(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setClientInfoService(ClientInfoService) - Method in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
setClientSecret(String) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
 
setClientSecret(String) - Method in class org.dspace.external.OpenAIRERestConnector
stores clientSecret to grab the token
setClientSecret(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic setter for the clientSecret
setClientSecret(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setClosed(Boolean) - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
setCloudCase(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setCode(String) - Method in class org.dspace.submit.model.LanguageFormField
 
setColLabel(int, String) - Method in class org.dspace.statistics.Dataset
 
setColLabelAttr(int, String, String) - Method in class org.dspace.statistics.Dataset
 
setColLabelAttr(int, Map<String, String>) - Method in class org.dspace.statistics.Dataset
 
setCollection(CollectionRest) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setCollection(CollectionRest) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setCollection(Collection) - Method in class org.dspace.browse.BrowserScope
 
setCollection(Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setCollection(Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setCollectionHandle(String) - Method in class org.dspace.workflow.MappingType
Sets the value of the collectionHandle property.
setCollectionPolicy(String) - Method in class org.purl.sword.base.Collection
Set the collection policy.
setCollections(List<CollectionRest>) - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
setCollector(ChecksumResultsCollector) - Method in class org.dspace.checker.CheckerCommand
Set the collector that holds/logs the results for this process run.
setColTitle(String) - Method in class org.dspace.statistics.Dataset
 
setCommunity(Community) - Method in class org.dspace.browse.BrowserScope
 
setConcreteExample(ConcreteExample) - Method in class org.dspace.servicemanager.example.ServiceExampleImpl
 
setConditions(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setConfidence(int) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setConfidence(int) - Method in class org.dspace.app.rest.model.MetadataValueRest
 
setConfidence(int) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setConfidence(int) - Method in class org.dspace.content.MetadataValue
Set the metadata confidence
setConfigs(List<Map<String, String>>) - Method in class org.dspace.app.rest.model.HarvesterMetadataRest
 
setConfiguration(ParameterMap) - Method in class org.dspace.xoai.filter.DSpaceFilter
 
setConfiguration(String) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setConfiguration(String) - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
setConfiguration(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
setConfiguration(String) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setConfiguration(String) - Method in class org.dspace.usage.UsageSearchEvent
 
setConfiguration(SHERPASubmitConfigurationService) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Setter for configuration (from Spring)
setConfiguration(ConfigurationService) - Method in class org.dspace.app.iiif.service.AbstractResourceService
Set constants using DSpace configuration definitions.
setConfigurationService(ConfigurationService) - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.IdentifierProvider
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
setConfigurationService(ConfigurationService) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.submit.model.UploadConfiguration
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.util.SimpleMapConverter
 
setConnectionMode(boolean, boolean) - Method in interface org.dspace.core.DBConnection
Configure the connection for special uses.
setConnectionMode(boolean, boolean) - Method in class org.dspace.core.HibernateDBConnection
 
setConnector(OpenAIRERestConnector) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
Generic setter for OpenAIRERestConnector
setConsumerKey(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
Set the customer epo key
setConsumerSecret(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
Set the costumer epo secret
setContainerID(UUID) - Method in interface org.dspace.browse.BrowseDAO
Set the database id of the container object.
setContainerID(UUID) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContainerIDField(String) - Method in interface org.dspace.browse.BrowseDAO
set the name of the field in which to look for the container id.
setContainerIDField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContainerTable(String) - Method in interface org.dspace.browse.BrowseDAO
If we have specified a container id and container field, we must also specify a container table.
setContainerTable(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContent(boolean) - Method in class org.purl.sword.base.BasicBooleanContentElement
 
setContent(int) - Method in class org.purl.sword.base.BasicIntegerContentElement
 
setContent(String) - Method in class org.purl.sword.atom.Generator
Set the content.
setContent(String) - Method in class org.purl.sword.atom.Link
Set the content.
setContent(String) - Method in class org.purl.sword.atom.TextConstruct
Set the content.
setContent(String) - Method in class org.purl.sword.base.BasicStringContentElement
 
setContent(String) - Method in class org.purl.sword.base.SwordAcceptPackaging
Set the content.
setContent(String, String) - Method in class org.dspace.core.Email
Set the content of the message.
setContent(Content) - Method in class org.purl.sword.atom.Entry
Set the content element for this Entry.
setContentDescription(String) - Method in class org.purl.sword.base.SwordValidationInfo
 
setContentDisposition(String) - Method in class org.purl.sword.base.Deposit
Set the content disposition that is to be used for this deposit.
setContentLength(int) - Method in class org.purl.sword.base.Deposit
 
setContentServiceFactory(ContentServiceFactory) - Method in class org.dspace.google.GoogleRecorderEventListener
Deprecated.
 
setContentType(String) - Method in class org.dspace.sword2.FeedContentDisseminator
 
setContentType(String) - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
setContentType(String) - Method in interface org.dspace.sword2.SwordContentDisseminator
 
setContentType(String) - Method in class org.purl.sword.base.Deposit
 
setContext(Context) - Method in class org.dspace.browse.BrowserScope
 
setContext(Context) - Method in interface org.dspace.browse.ItemCountDAO
Set the DSpace Context to use during data access
setContext(Context) - Method in class org.dspace.browse.ItemCountDAOSolr
Set the dspace context to use
setContext(Context) - Method in class org.dspace.sword.SWORDContext
 
setContext(Context) - Method in class org.dspace.sword2.SwordContext
 
setContext(Context) - Method in class org.dspace.usage.UsageEvent
 
setContext(Context) - Method in class org.dspace.xoai.filter.DSpaceFilter
 
setContributorEmailField(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setContributorFields(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setContributorFields(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setContributorOrcidField(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setControlledVocabulary(String) - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
setConverter(RDFConverter) - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
setConverterNameFile(String) - Method in class org.dspace.util.SimpleMapConverter
 
setCookieDomain(String) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Sets the domain of the cookie that the expected CSRF token is saved to and read from.
setCookieHttpOnly(boolean) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Sets the HttpOnly attribute on the cookie containing the CSRF token.
setCookieName(String) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Sets the name of the cookie that the expected CSRF token is saved to and read from.
setCookiePath(String) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Set the path that the Cookie will be created with.
setCopyToLeft(boolean) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
Generic setter for the copyToLeft
setCopyToLeft(boolean) - Method in class org.dspace.content.RelationshipType
Generic setter for the copyToLeft
setCopyToRight(boolean) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
Generic setter for the copyToRight
setCopyToRight(boolean) - Method in class org.dspace.content.RelationshipType
Generic setter for the copyToRight
setCorruptRequest(boolean) - Method in class org.purl.sword.client.PostMessage
Set the state of the corrupt request flag.
setCount(long) - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
setCount(long) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setCount(long) - Method in class org.dspace.statistics.ObjectCount
 
setCountry(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setCountryConverter(SimpleMapConverter) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setCountValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of columns that we will be counting over.
setCountValues(String[]) - Method in class org.dspace.browse.SolrBrowseDAO
 
setCreated(Date) - Method in class org.dspace.app.rest.model.VersionRest
Generic setter for the created
setCreationDate(String) - Method in class org.dspace.authority.AuthorityValue
 
setCreationDate(Date) - Method in class org.dspace.authority.AuthorityValue
 
setCreationTime(Date) - Method in class org.dspace.scripts.Process
 
setCredentials(String, String) - Method in class org.purl.sword.client.Client
Set the user credentials that will be used when making the access to the server.
setCredentials(String, String) - Method in interface org.purl.sword.client.SWORDClient
Set the user credentials that are to be used for subsequent accesses.
setCrosswalk(Map<String, String>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Provide a map from DSO metadata keys to EZID keys.
setCrosswalkTransform(Map<String, Transform>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Provide a map from DSO metadata keys to classes which can transform their values to something acceptable to EZID.
setCurrentChecksum(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setCurrentLocale(Locale) - Method in class org.dspace.core.Context
set the current Locale
setCurrentUser(int) - Method in class org.dspace.event.Event
 
setCurrentUser(EPerson) - Method in class org.dspace.core.Context
Set the current user.
setCurrentUserId(UUID) - Method in interface org.dspace.services.RequestService
Set the ID of the current authenticated user
setCurrentUserId(UUID) - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
setCustom(boolean) - Method in class org.dspace.app.rest.model.LicenseRest
 
setCuttingLevel(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setDatabaseDriver(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
DO NOT USE unless you are writing an implementation of DBConnection.
setDatabaseUrl(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
DO NOT USE unless you are writing a DBConnection implementation.
setDATACITE_DOI_PATH(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the path on the DataCite server to register DOIs.
setDATACITE_HOST(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the hostname of the DataCite server.
setDATACITE_METADATA_PATH(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the path to register metadata on DataCite server.
setDATACITE_SCHEME(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Used to set the scheme to connect the DataCite server.
setDataset(Dataset) - Method in class org.dspace.statistics.content.StatisticsData
Jam an existing query result in.
setDataset(Dataset) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setDatasetType(int) - Method in class org.dspace.statistics.content.DatasetGenerator
 
setDataType(String) - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
setDateCreated(String) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setDateFiled(MetadataFieldConfig) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
setDateFormatFrom(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathDateFormatMetadataContributor
 
setDateFormatsToAttempt(List<String>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
 
setDateFormatTo(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathDateFormatMetadataContributor
 
setDateInterval(String, String, String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
Sets the date interval.
setDateInterval(String, Date, Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setDateModified(String) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setDateType(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setDay(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Set a day (MetadataContributor) to this object
setDecision_date(Date) - Method in class org.dspace.app.requestitem.RequestItem
 
setDecisionDate(Date) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setDeclaredField(Context, DSO, Object, String, String, List<MetadataValue>, int) - Method in class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
 
setDefaultCanvasDimensions() - Method in class org.dspace.app.iiif.service.AbstractResourceService
 
setDefaultConf(boolean) - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
setDefaultDuration(long) - Method in class org.dspace.checker.ResultsPruner
The default duration before records are removed from the checksum history table.
setDefaultFilterQueries(List<String>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setDefaultKernel(DSpaceKernel) - Static method in class org.dspace.kernel.DSpaceKernelManager
 
setDefaultRpp(int) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setDefaultSortOrder(DiscoverySortFieldConfiguration.SORT_ORDER) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
setDefaultValue(String) - Method in class org.dspace.util.SimpleMapConverter
 
setDeleted() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setDeleted(boolean) - Method in class org.dspace.authority.AuthorityValue
 
setDeleted(boolean) - Method in class org.dspace.content.Bitstream
 
setDelimiter(char) - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
This method could be used to set the delimiter used during parse If no delimiter is set, comma will be used
setDepositID(String) - Method in class org.purl.sword.base.Deposit
 
setDepositLocation(String) - Method in class org.purl.sword.client.PostDialog
Set the deposit location.
setDerivedResources(List<Bitstream>) - Method in class org.dspace.sword2.DepositResult
 
setDescription(String) - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
setDescription(String) - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.ParameterRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.ScriptRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
setDescription(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
setDescription(String) - Method in class org.dspace.content.BitstreamFormat
Set the description of the bitstream format
setDescription(String) - Method in class org.dspace.license.CCLicenseField
 
setDescription(String) - Method in class org.dspace.license.CCLicenseFieldEnum
Set the description of this enum
setDescription(String) - Method in class org.dspace.orcid.OrcidHistory
 
setDescription(String) - Method in class org.dspace.orcid.OrcidQueue
 
setDescription(String) - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic setter for the description
setDescription(String) - Method in class org.dspace.xmlworkflow.Role
Set the description of the role
setDescription(Context, String) - Method in class org.dspace.content.Bitstream
Set the description of the bitstream
setDescriptionField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setDestination(String) - Method in class org.purl.sword.client.PostMessage
Set the destination collection.
setDisambiguatedOrganizationIdentifierFields(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setDiscoverable(boolean) - Method in class org.dspace.app.rest.model.ItemRest
 
setDiscoverable(boolean) - Method in class org.dspace.content.Item
Set the "discoverable" flag.
setDiscoverable(Boolean) - Method in class org.dspace.app.rest.model.step.DataAccessCondition
 
setDiscoveryConfigurationName(String) - Method in class org.dspace.discovery.DiscoverQuery
Set the name of discovery configuration to use to run this query
setDispatcher(int) - Method in class org.dspace.event.Event
Set the identifier of the dispatcher that first processed this event.
setDispatcher(String) - Method in class org.dspace.core.Context
Select an event dispatcher, null selects the default
setDispatcher(BitstreamDispatcher) - Method in class org.dspace.checker.CheckerCommand
Set the dispatcher to be used by this run of the checker.
setDisplay(String) - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic setter for the display
setDisplay(String) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setDisplay(String) - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
setDisplay(String) - Method in class org.dspace.submit.model.LanguageFormField
 
setDisplayBitstreamViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisplayedValue(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setDisplayItemViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisplayMetadata(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
This method set the dublin core identifier to display the title
setDisplayScore(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setDisplayTotalViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisplayValue(String) - Method in class org.dspace.external.model.ExternalDataObject
Generic setter for the display value
setDisplayValue(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Set the external data display name
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.DataCiteXMLCreator
Set the name of the dissemination crosswalk used to convert the metadata into DataCite Metadata Schema.
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the name of the dissemination crosswalk used to convert the metadata into DataCite Metadata Schema.
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setDistinct(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether this is a distinct value browse or not
setDistinct(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setDoi(String) - Method in class org.dspace.identifier.DOI
 
setDOIConnector(DOIConnector) - Method in class org.dspace.identifier.DOIIdentifierProvider
Set the DOI connector, which is the component that commuincates with the remote registration service (eg.
setDOIConnector(DOIConnector) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
setDoiService(DOIService) - Method in class org.dspace.rdf.storage.DOIHandleURIGenerator
 
setDomainUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setDp(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set Document Path
setDr(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set Document Referrer
setDraftVersion(Boolean) - Method in class org.dspace.app.rest.model.VersionHistoryRest
 
setDryrun(boolean) - Method in class org.dspace.rdf.RDFizer
Set this true to prevent any changes on the triple store.
setDso(DSpaceObject, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDso(DSpaceObject, int, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDsoLength(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDsoType(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDsoType(String) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setDsoType(String) - Method in class org.dspace.usage.UsageSearchEvent
 
setDsoTypes(List<String>) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setDspaceName(String) - Method in class org.dspace.app.rest.model.RootRest
 
setdSpaceObject(DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicy
 
setDSpaceObject(DSpaceObject) - Method in class org.dspace.content.MetadataValue
Set the dspaceObject ID.
setDSpaceObject(DSpaceObject) - Method in class org.dspace.handle.Handle
 
setDSpaceObject(DSpaceObject) - Method in class org.dspace.identifier.DOI
 
setDSpaceObjectFilter(String) - Method in class org.dspace.discovery.DiscoverQuery
Sets the DSpace object filter, must be an DSpace Object type integer can be used to only return objects from a certain DSpace Object type
setDspaceRunnableClass(Class<SolrDatabaseResyncCli>) - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCliScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.bulkedit.MetadataDeletionScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.bulkedit.MetadataExportScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.bulkedit.MetadataExportSearchScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.bulkedit.MetadataImportScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.harvest.HarvestScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.app.mediafilter.MediaFilterScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.curate.CurationScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.discovery.IndexDiscoveryScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.orcid.script.OrcidBulkPushScriptConfiguration
 
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTrackerScriptConfiguration
Generic setter for the dspaceRunnableClass
setDspaceRunnableClass(Class<T>) - Method in class org.dspace.submit.migration.SubmissionFormsMigrationCliScriptConfiguration
 
setDspaceServer(String) - Method in class org.dspace.app.rest.model.RootRest
 
setDspaceUI(String) - Method in class org.dspace.app.rest.model.RootRest
 
setDspaceVersion(String) - Method in class org.dspace.app.rest.model.RootRest
 
setDt(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set Document Title
setElement(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setElement(String) - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
setElement(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setElement(String) - Method in class org.dspace.content.MetadataField
Set the element name.
setElement(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Set the element to this MetadataFieldConfig
setElement(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Set the element to this MetadatumDTO
setElement(XmlName) - Method in class org.purl.sword.base.SwordValidationInfo
Set the element that this information describes.
setElementAttribute(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.ArrayElementAttributeProcessor
 
setEmail(String) - Method in class org.dspace.app.rest.model.EPersonRest
 
setEmail(String) - Method in class org.dspace.app.rest.model.FeedbackRest
 
setEmail(String) - Method in class org.dspace.app.rest.model.RegistrationRest
Generic setter for the email
setEmail(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's email
setEmail(String) - Method in class org.purl.sword.atom.Author
Set the author email.
setEmailMetadata(String) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
setEmbargo(SHERPAEmbargo) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Enforce embargo by turning off all read access to bitstreams in this Item.
setEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
setEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoSetter
Enforce embargo by (for example) turning off all read access to bitstreams in this Item.
setEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Put an Item under embargo until the specified lift date.
setEmbedLevel(int) - Method in class org.dspace.app.rest.model.RestAddressableModel
 
setEmbedSizes(Map<String, Integer>) - Method in class org.dspace.app.rest.projection.EmbedRelsProjection
 
setEnableBrowseFrequencies(boolean) - Method in interface org.dspace.browse.BrowseDAO
 
setEnableBrowseFrequencies(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setEndDate(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setEndDate(Date) - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
setEndDate(Date) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setEndDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the end date for the report
setEndDate(Date) - Method in interface org.dspace.app.statistics.Report
set the end date for the report
setEndDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set end date for the policy
setEndDate(Date) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the end date as a Date object.
setEndDateField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setEndDateLimit(String) - Method in class org.dspace.submit.model.AccessConditionOption
 
setEndPageMetadata(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
 
setEndStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the end date as a string expression.
setEndTime(Date) - Method in class org.dspace.app.rest.model.ProcessRest
 
setEntity(Item) - Method in class org.dspace.orcid.OrcidHistory
 
setEntity(Item) - Method in class org.dspace.orcid.OrcidQueue
 
setEntityId(UUID) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setEntityId(UUID) - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
setEntityPreference(Context, Item, OrcidEntityType, OrcidEntitySyncPreference) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
setEntityPreference(Context, Item, OrcidEntityType, OrcidEntitySyncPreference) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Set the synchronization preference for the given profile related to the given ORCID entity type.
setEntityType(String) - Method in class org.dspace.app.rest.model.ItemRest
 
setEntry(SWORDEntry) - Method in class org.purl.sword.base.DepositResponse
Set the entry element for this response.
setEnums(List<SubmissionCCLicenseFieldEnumRest>) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
setePerson(EPerson) - Method in class org.dspace.versioning.Version
 
setEperson(EPersonRest) - Method in class org.dspace.app.rest.model.PoolTaskRest
 
setEperson(EPersonRest) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setEperson(EPerson) - Method in class org.dspace.app.rest.authorization.Authorization
 
setEperson(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setEPerson(Context, String) - Method in class org.dspace.app.itemupdate.ItemUpdate
Set EPerson doing import
setEPerson(EPerson) - Method in class org.dspace.authorize.ResourcePolicy
assign an EPerson to this policy
setEPerson(EPerson) - Method in class org.dspace.orcid.OrcidToken
 
setEPerson(EPerson) - Method in class org.dspace.scripts.Process
 
setEPerson(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setEpersonIdentifier(UUID) - Method in class org.dspace.scripts.DSpaceRunnable
Generic setter for the epersonIdentifier.
setEpersonOwners(EPerson...) - Method in class org.dspace.usage.UsageWorkflowEvent
 
setEPersonRest(EPersonRest) - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
setEqualsComparator(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the query should use an equals comparator when doing less than or greater than comparisons.
setEqualsComparator(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setError(Exception) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Set the last encountered error
setErrors(List<ErrorRest>) - Method in class org.dspace.app.rest.model.BaseObjectRest
 
setErrorURI(String) - Method in class org.purl.sword.base.SWORDErrorDocument
set the error URI
setEscape(char) - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
Method to inject the escape character, usually the ".
setEscapeCharacter(char) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
Method to inject the escape character, usually \.
setEtAl(int) - Method in class org.dspace.browse.BrowseInfo
set the number of metadata fields at which to truncate with "et al"
setEtAl(int) - Method in class org.dspace.browse.BrowserScope
 
setEventService(EventService) - Method in class org.dspace.usage.AbstractUsageEventListener
 
setExpectedChecksum(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setExpires(Date) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setExpiresIn(int) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setExpiresIn(Long) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setExplanation(String) - Method in class org.dspace.app.statistics.Statistics
set the explanatory or clarification information for this block of stats
setExposeMinAndMaxValue(boolean) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
This method sets the boolean for DiscoverySearchFilterFacet.exposeMinAndMaxValue()
setExposeMinMax(boolean) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
setExpr(XPathExpression) - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
setExtensions(List<String>) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setExtensions(List<String>) - Method in class org.dspace.content.BitstreamFormat
Set the filename extensions associated with this format
setExternalDataProvidersMap(Map<String, List<ExternalDataProvider>>) - Method in class org.dspace.submit.listener.SimpleMetadataListener
 
setExternalIdentifierFields(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setExternalIdentifierFields(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setExternalIds(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidPersonExternalIdentifierFactory
 
setExternalSource(String) - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic setter for the externalSource
setExternalSources(List<String>) - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
setExtraLogInfo(String) - Method in class org.dspace.core.Context
Set extra information that should be added to any message logged in the scope of this context.
setExtraLogInfo(String) - Method in class org.dspace.event.Event
 
setEZID_HOST(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setEZID_PATH(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setEZID_SCHEME(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setFacetEntry(SearchFacetEntryRest) - Method in class org.dspace.app.rest.model.FacetResultsRest
 
setFacetField(String) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setFacetLimit(int) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
setFacetLimit(int) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setFacetLimit(int) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setFacetMinCount(int) - Method in class org.dspace.discovery.DiscoverQuery
Set the minimum number of values that need to be present before a valid facet value has been found
setFacetOffset(int) - Method in class org.dspace.discovery.DiscoverQuery
Sets the facet field offset, one facet offset will be used for all the facet fields
setFacetType(String) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
setFailedPackageDir(String) - Method in class org.dspace.sword.SWORDConfiguration
set the directory to write file of the original package
setFailedPackageDir(String) - Method in class org.dspace.sword2.SwordConfigurationDSpace
set the directory to write file of the original package
setFallback(URIGenerator) - Static method in class org.dspace.rdf.storage.DOIHandleURIGenerator
 
setFallback(URIGenerator) - Static method in class org.dspace.rdf.storage.DOIURIGenerator
 
setFeature(AuthorizationFeature) - Method in class org.dspace.app.rest.authorization.Authorization
 
setFeedbackService(FeedbackService) - Method in class org.dspace.app.rest.repository.FeedbackRestRepository
 
setField(String) - Method in class org.dspace.app.iiif.model.generator.MetadataEntryGenerator
Set metadata field name.
setField(String) - Method in class org.dspace.authority.AuthorityValue
 
setField(String) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
setField(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Method to inject field item
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Setting the MetadataFieldConfig
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Setting the MetadataFieldConfig
setFieldDefaults(Map<String, AuthorityValue>) - Method in class org.dspace.authority.AuthorityTypes
 
setFieldMapping(OrcidFundingFieldMapping) - Method in class org.dspace.orcid.model.factory.impl.OrcidFundingFactory
 
setFieldMapping(OrcidWorkFieldMapping) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
setFieldMapping(OrcidWorkFieldMapping) - Method in class org.dspace.orcid.model.factory.impl.OrcidWorkFactory
 
setFieldResolver(FieldResolver) - Method in class org.dspace.xoai.filter.DSpaceFilter
 
setFields(List<String>) - Method in class org.dspace.content.virtual.Collected
Generic setter for the fields property
setFields(List<String>) - Method in class org.dspace.content.virtual.Concatenate
Generic setter for the fields property
setFields(List<SubmissionCCLicenseFieldRest>) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
setFields(List<SubmissionFormFieldRest>) - Method in class org.dspace.app.rest.model.SubmissionFormRowRest
setFieldToMetadata(Map<String, MetadataFieldConfig>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
setFile(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setFile(File) - Method in class org.purl.sword.base.Deposit
 
setFile(BitstreamRest) - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
setFilename(String) - Method in class org.purl.sword.client.ClientOptions
Set the name of the file to post.
setFileName(String) - Method in class org.dspace.browse.BrowseOutput
 
setFilepath(String) - Method in class org.purl.sword.client.PostMessage
Set the filepath.
setFiles(List<UploadBitstreamRest>) - Method in class org.dspace.app.rest.model.step.DataUpload
 
setFiletype(String) - Method in class org.purl.sword.client.ClientOptions
Set the type of the file to post.
setFiletype(String) - Method in class org.purl.sword.client.PostMessage
Set the filetype.
setFilter(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
setFilter(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
setFilter(String) - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
setFilter(String) - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
setFilterClasses(List<FormatFilter>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setFilterClasses(List<FormatFilter>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setFilterFormats(Map<String, List<String>>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setFilterFormats(Map<String, List<String>>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setFilterMappingTables(String, String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the mapping tables to use for filtering
setFilterMappingTables(String, String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterQuery(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setFilters(List<StatisticsFilter>) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setFilterService(Filter) - Method in class org.dspace.identifier.DOIIdentifierProvider
Set the Filter to use when testing items to see if a DOI should be registered Spring will use this setter to set the filter from the configured property in identifier-services.xml
setFilterService(Filter) - Method in class org.dspace.identifier.FilteredIdentifierProvider
Setter for spring to set the filter service from the property in configuration XML
setFilterType(String) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setFilterValue(String) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setFilterValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value to which all our browse results should be constrained.
setFilterValue(String) - Method in class org.dspace.browse.BrowserScope
Used for second-level item browses, to only display items that match the value
setFilterValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterValueField(String) - Method in interface org.dspace.browse.BrowseDAO
Set he name of the field in which the value to constrain results is contained
setFilterValueField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setFilterValuePartial(boolean) - Method in interface org.dspace.browse.BrowseDAO
Sets whether we will treat the filter value as partial (like match), or exact
setFilterValuePartial(boolean) - Method in class org.dspace.browse.BrowserScope
Should the filter value be treated as partial, or exact
setFilterValuePartial(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFinished(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setFinishedTime(Date) - Method in class org.dspace.scripts.Process
 
setFirstChild(boolean) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setFirstName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setFirstName(Context, String) - Method in class org.dspace.eperson.EPerson
Set the eperson's first name
setFirstStep(Step) - Method in class org.dspace.xmlworkflow.state.Workflow
 
setFloor(int) - Method in class org.dspace.app.statistics.Statistics
set the floor value used in this stat block
setFocus(String) - Method in class org.dspace.browse.BrowseInfo
 
setFocusItem(int) - Method in class org.dspace.browse.BrowseInfo
 
setFontFrom(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setFontTo(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setForce(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setForce(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setForceProcessing(boolean) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
setForceProcessing(boolean) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set the force processing property.
setFormat(String) - Method in class org.dspace.app.iiif.model.generator.ExternalLinksGenerator
Sets the optional format value.
setFormat(String) - Method in class org.dspace.app.iiif.model.generator.ImageContentGenerator
Sets the optional mimetype.
setFormat(String) - Method in class org.dspace.statistics.Dataset
 
setFormat(BitstreamFormatRest) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setFormat(Context, BitstreamFormat) - Method in class org.dspace.content.Bitstream
Set the format of the bitstream.
setFormat(Context, Bitstream, BitstreamFormat) - Method in class org.dspace.content.BitstreamServiceImpl
 
setFormat(Context, Bitstream, BitstreamFormat) - Method in interface org.dspace.content.service.BitstreamService
Set the format of the bitstream.
setFormatNamespace(String) - Method in class org.purl.sword.client.ClientOptions
Set the format namespace value.
setFormatNamespace(String) - Method in class org.purl.sword.client.PostMessage
Set the packaging format.
setFormatToMIMEType(Context, Bitstream, String) - Method in class org.dspace.content.packager.PDFPackager
 
setFullNameMetadata(String) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
setFundingsPreference(String) - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
setGenerateDataciteXML(boolean) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setGenerateQueryForItem(GenerateQueryService) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
Set the GenerateQueryService used to create a Query for a DSpace Item.
setGenerator(URIGenerator) - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
setGenerator(Generator) - Method in class org.purl.sword.atom.Entry
Set the generator for this Entry.
setGenerator(Generator) - Method in class org.purl.sword.atom.Source
Set the generator.
setGenerator(Generator) - Method in class org.purl.sword.base.Service
 
setGranted(boolean) - Method in class org.dspace.app.rest.model.step.DataLicense
 
setGroup(GroupRest) - Method in class org.dspace.app.rest.model.PoolTaskRest
 
setGroup(GroupRest) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setGroup(Group) - Method in class org.dspace.authorize.ResourcePolicy
sets the Group referred to by this policy
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setGroupName(String) - Method in class org.dspace.submit.model.AccessConditionOption
 
setGroupOwners(Group...) - Method in class org.dspace.usage.UsageWorkflowEvent
 
setGroups(List<Group>) - Method in class org.dspace.scripts.Process
This method will return special groups associated with the Process.
setGuiMode(boolean) - Method in class org.purl.sword.client.ClientOptions
Set the tool to run in GUI mode.
setHandle(String) - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
setHandle(String) - Method in class org.dspace.handle.Handle
 
setHandle(String) - Method in class org.dspace.sword.DepositResult
 
setHarvestDate(Date) - Method in class org.dspace.harvest.HarvestedItem
 
setHarvestMessage(String) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setHarvestMessage(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestMetadataConfig(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestParams(int, String, String, String) - Method in class org.dspace.harvest.HarvestedCollection
A function to set all harvesting-related parameters at once
setHarvestStartTime(Date) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setHarvestStartTime(Date) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestStatus(int) - Method in class org.dspace.harvest.HarvestedCollection
Sets the current status of the collection.
setHarvestStatus(HarvestStatusEnum) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setHarvestType(int) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestType(HarvestTypeEnum) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setHasEndDate(Boolean) - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
setHasEndDate(Boolean) - Method in class org.dspace.submit.model.AccessConditionOption
 
setHasFacets(boolean) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
Sets the hasFacets property of the filter class to the given boolean
setHasMore(Boolean) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
setHasStartDate(Boolean) - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
setHasStartDate(Boolean) - Method in class org.dspace.submit.model.AccessConditionOption
 
setHaveNA(byte[], boolean) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
setHeader(String) - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
setHeaderName(String) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Sets the name of the HTTP header that should be used to provide the token.
setHeight(int) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Sets the canvas height.
setHierarchical(boolean) - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic setter for the hierarchical
setHierarchical(boolean) - Method in class org.dspace.app.rest.model.VocabularyRest
 
setHints(String) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setHitHighlightingConfiguration(DiscoveryHitHighlightingConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setHitHighlights(Map<String, List<String>>) - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
setHref(String) - Method in class org.purl.sword.atom.Link
Set the HREF attribute.
setHref(String) - Method in class org.purl.sword.client.ClientOptions
Set the HREF of the service to access.
setHreflang(String) - Method in class org.purl.sword.atom.Link
Set the HREF Lang attribute.
setHttpClient(CloseableHttpClient) - Method in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
setHttpResponse(int) - Method in class org.purl.sword.base.DepositResponse
Set the HTTP Response code.
setId(int) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setId(int) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setId(Integer) - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
setId(Integer) - Method in class org.dspace.app.rest.model.VersionHistoryRest
Generic setter for the id
setId(Integer) - Method in class org.dspace.app.rest.model.VersionRest
Generic setter for the id
setId(Integer) - Method in class org.dspace.content.EntityType
The standard setter for the ID of this EntityType
setId(Integer) - Method in class org.dspace.content.Relationship
Standard setter for the ID field
setId(Integer) - Method in class org.dspace.content.RelationshipType
Standard getter for the ID of this RelationshipType
setId(Integer) - Method in class org.dspace.orcid.OrcidHistory
 
setId(Integer) - Method in class org.dspace.orcid.OrcidToken
 
setId(String) - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic setter for the id
setId(String) - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic setter for the id
setId(String) - Method in class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
setId(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
setId(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
setId(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
setId(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
setId(String) - Method in class org.dspace.app.rest.model.UsageReportPointCityRest
 
setId(String) - Method in class org.dspace.app.rest.model.UsageReportPointCountryRest
 
setId(String) - Method in class org.dspace.app.rest.model.UsageReportPointDateRest
 
setId(String) - Method in class org.dspace.app.rest.model.UsageReportPointRest
Set the id of this UsageReportPointRest object, of the form: type of UsageReport_dso uuid
setId(String) - Method in class org.dspace.app.rest.model.wrapper.SubmissionCCLicenseUrl
Generic setter for the id
setId(String) - Method in class org.dspace.authority.AuthorityValue
 
setId(String) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setId(String) - Method in class org.dspace.external.model.ExternalDataObject
Generic setter for the ID
setId(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Set the external data id
setId(String) - Method in class org.dspace.license.CCLicenseFieldEnum
Set the id of this enum
setId(String) - Method in class org.dspace.services.model.Event
 
setId(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setId(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setId(String) - Method in class org.purl.sword.atom.Entry
Set the ID for this Entry.
setId(T) - Method in class org.dspace.app.rest.model.BaseObjectRest
 
setID(Integer) - Method in class org.dspace.orcid.OrcidQueue
 
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.AnnotationListGenerator
Sets the required annotation identifier.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.ContentSearchGenerator
Mandatory URI for search service.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Sets the mandatory manifest identifier.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
Sets mandatory range identifier.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.CanvasItemsGenerator
Sets the required identifier property.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.ProfileGenerator
Input String will be converted to URI for use in the Profile.
setIdentifier(String) - Method in class org.dspace.app.iiif.model.generator.SearchResultGenerator
 
setIdentifier(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setIdentifier2field(Map<String, MetadataFieldConfig>) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierContributor
 
setIdToken(String) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setIgnoredMetadataFields(Set<String>) - Method in class org.dspace.versioning.AbstractVersionProvider
 
setImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setImportSource(String) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
Method to set the name of the source
setImportSources(List<MetadataSource>) - Method in class org.dspace.importer.external.service.ImportService
Sets the importsources that will be used to delegate the retrieving and matching of records to
setInArchive(boolean) - Method in class org.dspace.app.rest.model.ItemRest
 
setIncludeTotal(boolean) - Method in class org.dspace.statistics.content.DatasetGenerator
 
setIncoming(int) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
setIndexableFactories(List<IndexFactory>) - Method in class org.dspace.discovery.utils.DiscoverQueryBuilder
 
setIndexableObject(RestAddressableModel) - Method in class org.dspace.app.rest.model.SearchResultEntryRest
 
setIndexAlways(boolean) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setIndexedObject(MetadataField) - Method in class org.dspace.discovery.indexobject.IndexableMetadataField
 
setIndexedObject(ClaimedTask) - Method in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
setIndexedObject(PoolTask) - Method in class org.dspace.discovery.indexobject.IndexablePoolTask
 
setIndexedObject(T) - Method in interface org.dspace.discovery.IndexableObject
Set the entity that is linked to this indexable object
setIndexedObject(T) - Method in class org.dspace.discovery.indexobject.IndexableDSpaceObject
 
setIndexedObject(T) - Method in class org.dspace.discovery.indexobject.IndexableInProgressSubmission
 
setIndexFieldName(String) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setIndexFieldName(String) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setInDOAJ(boolean) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setInDOAJ(Boolean) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setInfoFound(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setIngestionLicense(String) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom ingestion license for this Crosswalk.
setInHierarchicalVocabulary(boolean) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setInput(SubmissionFormInputTypeRest) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setInputReader(DCInputsReader) - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
setInstitution(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setInstKey(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
setInternal(boolean) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setInternal(boolean) - Method in class org.dspace.content.BitstreamFormat
Set whether the bitstream format is an internal format
setInternal(boolean) - Method in class org.dspace.xmlworkflow.Role
Optional attribute which isn't really used at the moment, false by default
setInternalId(String) - Method in class org.dspace.content.Bitstream
 
setInternalMoniker(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setInterrupt(int) - Static method in class org.dspace.harvest.HarvestScheduler
 
setInterrupt(int, UUID) - Static method in class org.dspace.harvest.HarvestScheduler
 
setInvoked(Curator.Invoked) - Method in class org.dspace.curate.Curator
Assigns invocation mode.
setIp(String) - Method in class org.dspace.usage.UsageEvent
 
setIPAddress(String) - Method in class org.purl.sword.base.AtomDocumentRequest
Set the IP address of the user
setIPAddress(String) - Method in class org.purl.sword.base.Deposit
Set the IP address of the user
setIPAddress(String) - Method in class org.purl.sword.base.ServiceDocumentRequest
Set the IP address of the user
setIsDefault(boolean) - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
setIsOpenByDefault(boolean) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
Sets the DiscoverySearchFilter to be open by default or not depending on the parameter given
setIsQuiet(boolean) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
setIsQuiet(boolean) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set whether to output messages during processing.
setIssnItemExtractors(List<ISSNItemExtractor>) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
setIssns(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setIsui(Integer) - Method in class org.dspace.app.util.WebApp
 
setItem(ItemRest) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setItem(Item) - Method in class org.dspace.app.bulkedit.BulkEditChange
Store the item - used when a new item is created
setItem(Item) - Method in class org.dspace.content.Entity
Standard setter for the Item for this Entity object
setItem(Item) - Method in class org.dspace.sword.DepositResult
 
setItem(Item) - Method in class org.dspace.sword2.DepositResult
 
setItem(Item) - Method in class org.dspace.versioning.Version
 
setItem(Item) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setItemId(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setItemService(ItemService) - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
setItemService(ItemService) - Method in class org.dspace.app.rest.submit.step.validation.UploadValidation
 
setItemService(ItemService) - Method in class org.dspace.content.logic.condition.AbstractCondition
 
setItemService(ItemService) - Method in interface org.dspace.content.logic.condition.Condition
 
setItemService(ItemService) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Method should never be used aside from the unit tests where we can cannot autowire this class.
setItemService(ItemService) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setJournalTitleField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setJumpToField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the focus field upon which we will match a value from which to start the browse.
setJumpToField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setJumpToItem(int) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value upon which to start the browse from.
setJumpToValue(String) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setJumpToValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setKeepExistingModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable 'keep-existing' mode.
setKeepOriginal(boolean) - Method in class org.dspace.sword.SWORDConfiguration
Set whether the repository should keep copies of the original package.
setKeepOriginal(boolean) - Method in class org.dspace.sword2.SwordConfigurationDSpace
set whether the repository should keep copies of the original package
setKeepPackageOnFailedIngest(boolean) - Method in class org.dspace.sword.SWORDConfiguration
set whether the repository should write file of the original package if ingest fails
setKeepPackageOnFailedIngest(boolean) - Method in class org.dspace.sword2.SwordConfigurationDSpace
set whether the repository should write file of the original package if ingest fails
setKey(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setKey(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Method to inject key value
setKey(String) - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
 
setLabel(String) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Adds a canvas label.
setLabel(String) - Method in class org.dspace.app.iiif.model.generator.ContentSearchGenerator
Optional label for the search service.
setLabel(String) - Method in class org.dspace.app.iiif.model.generator.ExternalLinksGenerator
Sets the optional label.
setLabel(String) - Method in class org.dspace.app.iiif.model.generator.ManifestGenerator
Sets the manifest label.
setLabel(String) - Method in class org.dspace.app.iiif.model.generator.RangeGenerator
Sets the optional range label.
setLabel(String) - Method in class org.dspace.app.rest.model.EntityTypeRest
 
setLabel(String) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setLabel(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
setLabel(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
setLabel(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
setLabel(String) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setLabel(String) - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
setLabel(String) - Method in class org.dspace.app.rest.model.UsageReportPointCountryRest
 
setLabel(String) - Method in class org.dspace.app.rest.model.UsageReportPointRest
Sets the label of this UsageReportPointRest object, e.g.
setLabel(String) - Method in class org.dspace.content.EntityType
The standard setter for the label of this EntityType
setLabel(String) - Method in class org.dspace.license.CCLicenseField
 
setLabel(String) - Method in class org.dspace.license.CCLicenseFieldEnum
Set the label of this enum
setLabel(String) - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
setLabel(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setLanguage(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setLanguage(String) - Method in class org.dspace.app.rest.model.MetadataValueRest
 
setLanguage(String) - Method in class org.dspace.content.DCLanguage
Set the language and country
setLanguage(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setLanguage(String) - Method in class org.dspace.content.MetadataValue
Set the language (e.g.
setLanguage(Context, String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's language.
setLanguage(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Setting the MetadataContributor
setLanguageCodes(List<LanguageFormField>) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setLanguageConverter(SimpleMapConverter) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setLanguageField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setLastActive(Date) - Method in class org.dspace.app.rest.model.EPersonRest
 
setLastActive(Date) - Method in class org.dspace.eperson.EPerson
Stamp the EPerson's last-active date.
setLastHarvested(Date) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setLastHarvested(Date) - Method in class org.dspace.harvest.HarvestedCollection
 
setLastModified(String) - Method in class org.dspace.authority.AuthorityValue
 
setLastModified(Date) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setLastModified(Date) - Method in class org.dspace.app.rest.model.ItemRest
 
setLastModified(Date) - Method in class org.dspace.app.rest.model.TemplateItemRest
 
setLastModified(Date) - Method in class org.dspace.authority.AuthorityValue
 
setLastModified(Date) - Method in class org.dspace.content.Item
 
setLastName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setLastName(Context, String) - Method in class org.dspace.eperson.EPerson
Set the eperson's last name
setLatestVersionStatus(Relationship.LatestVersionStatus) - Method in class org.dspace.content.Relationship
setLeftId(UUID) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setLeftItem(Item) - Method in class org.dspace.content.Relationship
Standard setter for the leftItem field
setLeftMaxCardinality(Integer) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setLeftMaxCardinality(Integer) - Method in class org.dspace.content.RelationshipType
Standard setter for the leftMaxCardinality Integer for this RelationshipType
setLeftMinCardinality(Integer) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setLeftMinCardinality(Integer) - Method in class org.dspace.content.RelationshipType
Standard setter for the leftMinCardinality Integer for this RelationshipType
setLeftPlace(int) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setLeftPlace(int) - Method in class org.dspace.content.Relationship
Standard setter for the leftPlace Integer in this Relationship
setLeftType(EntityTypeRest) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setLeftType(EntityType) - Method in class org.dspace.content.RelationshipType
Standard setter for the leftType EntityType for this RelationshipType
setLeftwardType(String) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setLeftwardType(String) - Method in class org.dspace.content.RelationshipType
Standard setter for the leftwardType String for this RelationshipType
setLeftwardValue(String) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setLeftwardValue(String) - Method in class org.dspace.content.Relationship
Standard setter for the leftwardValue String in this Relationship
setLength(String) - Method in class org.purl.sword.atom.Link
Set the length.
setLicense(Context, String) - Method in class org.dspace.content.Collection
Set the license for this collection.
setLicense(Context, Item, InputStream, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
setLicense(Context, Item, InputStream, String) - Method in interface org.dspace.license.service.CreativeCommonsService
Used by DSpaceMetsIngester
setLicenseId(String) - Method in class org.dspace.license.CCLicense
 
setLicenseName(String) - Method in class org.dspace.license.CCLicense
 
setLicenseRDF(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
setLicenseRDF(Context, Item, String) - Method in interface org.dspace.license.service.CreativeCommonsService
setLicenseRDF CC Web Service method for setting the RDF bitstream
setLicenses(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setLimit(int) - Method in interface org.dspace.browse.BrowseDAO
Set the limit for how many results should be returned.
setLimit(int) - Method in class org.dspace.browse.SolrBrowseDAO
 
setLink(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setLiveImportClient(LiveImportClient) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
setLocale(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setLocalName(String) - Method in class org.purl.sword.base.XmlName
Set the local name.
setLocation(String) - Method in class org.purl.sword.base.AtomDocumentRequest
Set the location of the service document
setLocation(String) - Method in class org.purl.sword.base.Collection
Set the location.
setLocation(String) - Method in class org.purl.sword.base.Deposit
Set the location of the deposit
setLocation(String) - Method in class org.purl.sword.base.DepositResponse
Set the HTTP Location header.
setLocation(String) - Method in class org.purl.sword.base.ServiceDocumentRequest
Set the location of the service document
setLocations(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setLogHandler(DSpaceRunnableHandler) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setLogHandler(DSpaceRunnableHandler) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Set the log handler used in the DSpace scripts and processes framework
setLogo(Bitstream) - Method in class org.dspace.content.Collection
 
setLogo(Context, Collection, InputStream) - Method in class org.dspace.content.CollectionServiceImpl
 
setLogo(Context, Collection, InputStream) - Method in interface org.dspace.content.service.CollectionService
Give the collection a logo.
setLogo(Context, Collection, MultipartFile) - Method in class org.dspace.app.rest.repository.CollectionRestRepository
Method to install a logo on a Collection which doesn't have a logo Called by request mappings in CollectionLogoController
setLogo(Context, Community, InputStream) - Method in class org.dspace.content.CommunityServiceImpl
 
setLogo(Context, Community, InputStream) - Method in interface org.dspace.content.service.CommunityService
Give the community a logo.
setLogo(Context, Community, MultipartFile) - Method in class org.dspace.app.rest.repository.CommunityRestRepository
Method to install a logo on a Community which doesn't have a logo Called by request mappings in CommunityLogoController
setMainTitle(String, String) - Method in class org.dspace.app.statistics.HTMLReport
set the main title for the report
setMainTitle(String, String) - Method in interface org.dspace.app.statistics.Report
set the main title for the report
setMandatory(boolean) - Method in class org.dspace.app.rest.model.ParameterRest
Generic setter for the mandatory
setMandatory(boolean) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setMandatory(boolean) - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
setMandatoryMessage(String) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setMap(Map) - Method in class org.dspace.content.virtual.EntityTypeToFilterQueryService
Standard setter for this map
setMap(Map<String, HashMap<String, VirtualMetadataConfiguration>>) - Method in class org.dspace.content.virtual.VirtualMetadataPopulator
Standard setter for the map
setMap(Map<String, Map<String, PatchOperation>>) - Method in class org.dspace.app.rest.submit.PatchConfigurationService
 
setMap(Map<String, DiscoveryConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
setMap(Map<String, UploadConfiguration>) - Method in class org.dspace.submit.model.UploadConfigurationService
 
setMapping(Map<String, ItemMarkingInfo>) - Method in class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
setMapping(Map<String, ItemMarkingInfo>) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
setMatchedPrevChecksum(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setMax(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMax(int) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setMax(int) - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
setMax(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setMax(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setMax2Process(int) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setMax2Process(int) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setMax2Process(int) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
setMax2Process(int) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set the maximum number of items to process.
setMaxConnections(int) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
DO NOT USE unless you are writing an implementation of DBConnection.
setMaxEmbed(int) - Method in class org.dspace.app.rest.projection.SpecificLevelProjection
 
setMaxEndDate(Date) - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
setMaxNumberOfTries(int) - Method in class org.dspace.app.sherpa.SHERPAService
 
setMaxResults(int) - Method in class org.dspace.discovery.DiscoverQuery
Sets the maximum number of results by this query
setMaxResults(int) - Method in class org.dspace.discovery.DiscoverResult
 
setMaxRetry(int) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Set the number of maximum retries before throwing on the exception
setMaxSize(int) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
setMaxSize(Long) - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
setMaxSize(Long) - Method in class org.dspace.submit.model.UploadConfiguration
 
setMaxStartDate(Date) - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
setMaxUploadSize(int) - Method in class org.dspace.sword.SWORDConfiguration
set the max upload size (in bytes) for the SWORD interface
setMaxUploadSize(int) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Set the max upload size (in bytes) for the SWORD interface.
setMaxUploadSize(int) - Method in class org.purl.sword.base.Service
Set the maximum file upload size in kB
setMaxValue(String) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
Sets the maxValue property for the SearchFacetEntryRest to the given parameter
setMd5(boolean) - Method in class org.purl.sword.client.ClientOptions
Set the MD5 setting.
setMd5(String) - Method in class org.purl.sword.base.Deposit
 
setMdType(MdRef, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMdType(MdWrap, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMediaLink(String) - Method in class org.dspace.sword.DepositResult
 
setMediated(boolean) - Method in class org.dspace.sword.SWORDConfiguration
Set whether the server supports mediated deposit (aka on-behalf-of).
setMediated(boolean) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Set whether the server supports mediated deposit (aka on-behalf-of).
setMediation(boolean) - Method in class org.purl.sword.base.Collection
Set the mediation value.
setMessage(String) - Method in class org.dspace.app.rest.model.ErrorRest
 
setMessage(String) - Method in class org.dspace.app.rest.model.FeedbackRest
 
setMessage(String) - Method in class org.dspace.app.rest.model.step.UploadStatusResponse
 
setMessage(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
 
setMessage(String) - Method in class org.dspace.app.sherpa.v2.SHERPAResponse
 
setMessage(String) - Method in class org.purl.sword.base.SwordValidationInfo
Set the information message.
setMetadata(String) - Method in class org.dspace.app.rest.model.submit.SelectableMetadata
 
setMetadata(String) - Method in class org.dspace.orcid.OrcidHistory
 
setMetadata(String) - Method in class org.dspace.orcid.OrcidQueue
 
setMetadata(String) - Method in class org.dspace.sort.SortOption
 
setMetadata(String) - Method in class org.dspace.submit.model.UploadConfiguration
 
setMetadata(List<MetadataValueDTO>) - Method in class org.dspace.external.model.ExternalDataObject
Generic setter for the Metadata
setMetadata(List<MetadataValue>) - Method in class org.dspace.content.DSpaceObject
 
setMetadata(List<PlainMetadataKeyValueItem>) - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataSourceDto
 
setMetadata(Map<String, List<MetadataValueRest>>) - Method in class org.dspace.app.rest.model.step.DataDescribe
 
setMetadata(Map<String, List<MetadataValueRest>>) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setMetadata(MetadataRest) - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
setMetadata(MetadataRest) - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic setter for the metadata
setMetadata(MetadataRest) - Method in class org.dspace.app.rest.model.TemplateItemRest
 
setMetadata(SubmissionFormRest) - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
setMetadata(Context, T, MetadataRest) - Method in class org.dspace.app.rest.converter.MetadataConverter
Sets a DSpace object's domain metadata values from a rest representation.
setMetadata(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
setMetadataAuthorityService(MetadataAuthorityService) - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
setMetadataBrowse(boolean) - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
setMetadataConfigId(String) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setMetadataConfigs(HarvesterMetadataRest) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setMetadataField(String) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
setMetadataField(String) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
setMetadataField(MetadataField) - Method in class org.dspace.content.MetadataValue
 
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.ads.ADSFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.arxiv.metadatamapping.ArXivFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.bibtex.service.BibtexImportMetadataSourceServiceImpl
Retrieve the MetadataFieldMapping containing the mapping between RecordType (in this case PlainMetadataSourceDto.class) and Metadata
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.cinii.CiniiFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.crossref.CrossRefFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.epo.service.EpoFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.ris.service.RisImportMetadataSourceServiceImpl
Retrieve the MetadataFieldMapping containing the mapping between RecordType (in this case PlainMetadataSourceDto.class) and Metadata
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.scielo.service.ScieloFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.scopus.service.ScopusFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.vufind.metadatamapping.VuFindFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.wos.service.WOSFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMap(Map<MetadataFieldConfig, MetadataContributor<PlainMetadataSourceDto>>) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
 
setMetadataFieldMap(Map<MetadataFieldConfig, MetadataContributor<PlainMetadataSourceDto>>) - Method in class org.dspace.importer.external.endnote.service.EndnoteImportMetadataSourceServiceImpl
 
setMetadataFieldMap(Map<MetadataFieldConfig, MetadataContributor<RecordType>>) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
Defines which metadatum is mapped on which metadatum.
setMetadataFieldMapping(MetadataFieldMapping<String, MetadataContributor<String>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Unused by this implementation
setMetadataFieldMapping(MetadataFieldMapping<Map<String, List<String>>, MetadataContributor<Map<String, List<String>>>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
setMetadataFieldMapping(MetadataFieldMapping<PlainMetadataSourceDto, MetadataContributor<PlainMetadataSourceDto>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
Set the metadataFieldMapping of this SimpleMetadataContributor
setMetadataFieldMapping(MetadataFieldMapping<Element, MetadataContributor<Element>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Set the metadataFieldMapping of this SimpleXpathMetadatumContributor
setMetadataFieldMapping(MetadataFieldMapping<Element, MetadataContributor<Element>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Set the metadataFieldMapping of this SimpleXpathMetadatumContributor
setMetadataFieldMapping(MetadataFieldMapping<Element, MetadataContributor<Element>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setMetadataFieldMapping(MetadataFieldMapping<RecordType, MetadataContributor<RecordType>>) - Method in interface org.dspace.importer.external.metadatamapping.contributor.MetadataContributor
Set the metadataFieldMapping
setMetadataFieldMapping(MetadataFieldMapping<RecordType, MetadataContributor<RecordType>>) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
Sets the MetadataFieldMapping to base the mapping of RecordType and
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Set the metadatafieldMapping used in the transforming of a record to actual metadata
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Set the metadatafieldMapping used in the transforming of a record to actual metadata
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Set the metadatafieldMapping used in the transforming of a record to actual metadata.
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedLanguageMetadatumContributor
Set the metadatafieldMapping used in the transforming of a record to actual metadata
setMetadataFields(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidSimpleValueObjectFactory
 
setMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setMetadataFields(List<DiscoveryHitHighlightFieldConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
setMetadataList(List<String>) - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
setMetadataList(List<String>) - Method in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
setMetadataList(List<String>) - Method in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
setMetadataModified() - Method in class org.dspace.content.DSpaceObject
 
setMetadataModified() - Method in class org.dspace.content.Item
 
setMetadataModified(T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
setMetadataModified(T) - Method in interface org.dspace.content.service.DSpaceObjectService
Trigger the modifiedMetadata variable in DSpaceObject
setMetadataProcessor(JsonPathMetadataProcessor) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Used to process data got by jsonpath expression, like arrays to stringify, change date format or else If it is null, toString will be used.
setMetadataProcessorMap(Map<MetadataFieldConfig, MetadataProcessorService>) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
Set a map of metadataprocessors.
setMetadataSchema(MetadataSchema) - Method in class org.dspace.content.MetadataField
Set the schema record key.
setMetadataSingleValue(Context, Collection, MetadataFieldName, String, String) - Method in class org.dspace.content.CollectionServiceImpl
 
setMetadataSingleValue(Context, Community, MetadataFieldName, String, String) - Method in class org.dspace.content.CommunityServiceImpl
 
setMetadataSingleValue(Context, T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Set first metadata field value
setMetadataSingleValue(Context, T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Set first metadata field value
setMetadataSingleValue(Context, T, MetadataFieldName, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
setMetadataSingleValue(Context, T, MetadataFieldName, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Set first metadata field value
setMetadataSortField(String) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setMetadataSource(QuerySource) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
This method set the MetadataSource for the ExternalDataProvider
setMetadatumContributors(LinkedList<MetadataContributor>) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Set the List of MetadataContributor objects set to this class
setMetadatumContributors(List<MetadataContributor>) - Method in class org.dspace.importer.external.metadatamapping.contributor.MultipleMetadataContributor
Set the List of MetadataContributor objects set to this class
setMimetype(String) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setMIMEType(String) - Method in class org.dspace.content.BitstreamFormat
Set the MIME type of the bitstream format
setMinimumAcceptanceScore(int) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
setMinTermFrequency(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMinValue(String) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
Sets the minValue property for the SearchFacetEntryRest to the given parameter
setMinWordLength(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMode(String) - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
setMode(Context.Mode) - Method in class org.dspace.core.Context
Change the mode of this current context.
setMode(DatasetSearchGenerator.Mode) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setModified() - Method in class org.dspace.content.DSpaceObject
 
setModify(boolean) - Method in class org.dspace.services.model.Event
 
setMonth(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Set a month (MetadataContributor) to this object
setMoreLikeThisConfiguration(DiscoveryMoreLikeThisConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setMotivation(Motivation) - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
Sets the motivation field.
setMultipleFiles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one file.
setMultipleFiles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleFiles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setMultipleTitles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one title.
setMultipleTitles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleTitles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setName(String) - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
setName(String) - Method in class org.dspace.app.rest.model.AccessConditionOptionRest
 
setName(String) - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
setName(String) - Method in class org.dspace.app.rest.model.ExternalSourceRest
Generic setter for the name
setName(String) - Method in class org.dspace.app.rest.model.GroupRest
 
setName(String) - Method in class org.dspace.app.rest.model.ParameterRest
 
setName(String) - Method in class org.dspace.app.rest.model.ParameterValueRest
 
setName(String) - Method in class org.dspace.app.rest.model.PropertyRest
 
setName(String) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setName(String) - Method in class org.dspace.app.rest.model.ScriptRest
 
setName(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
setName(String) - Method in class org.dspace.app.rest.model.SearchFacetEntryRest
 
setName(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
setName(String) - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
setName(String) - Method in class org.dspace.app.rest.model.SubmissionFormRest
setName(String) - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
setName(String) - Method in class org.dspace.app.rest.model.VocabularyRest
 
setName(String) - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
setName(String) - Method in class org.dspace.app.rest.submit.step.validation.AbstractValidation
 
setName(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setName(String) - Method in class org.dspace.content.MetadataSchema
Set the schema name.
setName(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setName(String) - Method in class org.dspace.scripts.configuration.ScriptConfiguration
Generic setter for the name
setName(String) - Method in class org.dspace.scripts.DSpaceCommandLineParameter
 
setName(String) - Method in class org.dspace.scripts.Process
 
setName(String) - Method in class org.dspace.servicemanager.example.ConcreteExample
 
setName(String) - Method in class org.dspace.servicemanager.example.ServiceExampleImpl
 
setName(String) - Method in class org.dspace.services.model.Event
 
setName(String) - Method in class org.dspace.sort.SortOption
 
setName(String) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setName(String) - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
setName(String) - Method in class org.dspace.submit.model.AccessConditionOption
 
setName(String) - Method in class org.dspace.submit.model.UploadConfiguration
 
setName(String) - Method in class org.dspace.workflow.FlowstepType
Sets the value of the name property.
setName(String) - Method in class org.dspace.workflow.TasksetType
Sets the value of the name property.
setName(String) - Method in class org.dspace.workflow.TaskType
Sets the value of the name property.
setName(String) - Method in class org.dspace.xmlworkflow.Role
The name specified in the name attribute of a role will be used to lookup the in DSpace.
setName(String) - Method in class org.purl.sword.atom.Author
Set the author name.
setName(Context, String) - Method in class org.dspace.content.Bitstream
Set the name of the bitstream
setName(Context, String) - Method in class org.dspace.content.Bundle
Set the name of the bundle
setName(Group, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
setName(Group, String) - Method in interface org.dspace.eperson.service.GroupService
set name of group
setNameLength(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setNameLong(String) - Method in class org.dspace.app.rest.model.ParameterRest
Generic setter for the nameLong
setNamespace(String) - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
setNamespace(String) - Method in class org.dspace.content.MetadataSchema
Set the schema namespace.
setNamespace(String) - Method in class org.purl.sword.base.XmlName
Set the namespace value.
setNameVariants(String) - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
setNeedType(boolean) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
This property will be used in ID definition.
setNetid(String) - Method in class org.dspace.app.rest.model.EPersonRest
 
setNetid(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's netid
setNextOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setNonAvailableImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
setNoOp(boolean) - Method in class org.dspace.sword.SWORDConfiguration
Set whether this is a no-op deposit.
setNoOp(boolean) - Method in class org.purl.sword.base.Deposit
 
setNoOp(boolean) - Method in class org.purl.sword.base.Service
Set the NoOp value.
setNoOp(boolean) - Method in class org.purl.sword.base.SWORDEntry
Call this method to set noOp.
setNoOp(boolean) - Method in class org.purl.sword.client.ClientOptions
Set the NoOp setting.
setNoOp(boolean) - Method in class org.purl.sword.client.PostMessage
Set the no-op state.
setNow(Date) - Method in class org.dspace.util.DateMathParser
Defines this instance's concept of "now".
setNumber(int) - Method in class org.dspace.app.rest.model.PageRest
 
setNumber(int) - Method in class org.dspace.sort.SortOption
 
setNumber(int) - Method in class org.dspace.usage.UsageSearchEvent.Page
 
setOaiID(String) - Method in class org.dspace.harvest.HarvestedItem
Set the oai_id associated with this item
setOaiSetId(String) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setOaiSetId(String) - Method in class org.dspace.harvest.HarvestedCollection
Sets the OAI set to harvest.
setOaiSource(String) - Method in class org.dspace.app.rest.model.HarvestedCollectionRest
 
setOaiSource(String) - Method in class org.dspace.harvest.HarvestedCollection
Sets the base URL of the OAI-PMH server.
setOAUTHUrl(String) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
 
setOAUTHUrl(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic setter for the OAUTHUrl
setObject(BaseObjectRest) - Method in class org.dspace.app.rest.authorization.Authorization
 
setObject(DSpaceObject) - Method in class org.dspace.usage.UsageEvent
 
setOffset(int) - Method in interface org.dspace.browse.BrowseDAO
Get the offset from the first result from which to return results.
setOffset(int) - Method in class org.dspace.browse.BrowserScope
 
setOffset(int) - Method in class org.dspace.browse.SolrBrowseDAO
 
setOffset(int) - Method in class org.dspace.discovery.DiscoverFacetField
 
setOidcClient(OidcClient) - Method in class org.dspace.authenticate.OidcAuthenticationBean
 
setOkay(boolean) - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
setOn(ConditionType) - Method in class org.dspace.workflow.NotifyType
Sets the value of the on property.
setOnBehalfOf(String) - Method in class org.purl.sword.base.Deposit
 
setOnBehalfOf(String) - Method in class org.purl.sword.base.ServiceDocumentRequest
Set the onBehalfOf name.
setOnBehalfOf(String) - Method in class org.purl.sword.client.ClientOptions
Set the onBehalf of Value.
setOnBehalfOf(String) - Method in class org.purl.sword.client.PostDestination
 
setOnBehalfOf(String) - Method in class org.purl.sword.client.PostMessage
Set the onBehalfOf value.
setOnBehalfOf(EPerson) - Method in class org.dspace.sword.SWORDContext
 
setOnBehalfOf(EPerson) - Method in class org.dspace.sword2.SwordContext
 
setOnCanvas(CanvasGenerator) - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
Sets the canvas that is associated with this annotation.
setOpenAccessPermitted(boolean) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setOpenAccessProhibited(boolean) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setOpenByDefault(boolean) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
setOpenSearchService(OpenSearchService) - Method in class org.dspace.app.rest.OpenSearchController
 
setOperation(String) - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
setOperation(OrcidOperation) - Method in class org.dspace.orcid.OrcidHistory
 
setOperation(OrcidOperation) - Method in class org.dspace.orcid.OrcidQueue
 
setOperator(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
setOperator(String) - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
setOption(int) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setOptions(List<String>) - Method in class org.dspace.app.rest.model.WorkflowActionRest
Generic setter for the options
setOptions(List<AccessConditionOption>) - Method in class org.dspace.submit.model.AccessConditionConfiguration
 
setOptions(List<AccessConditionOption>) - Method in class org.dspace.submit.model.UploadConfiguration
 
setOrcid(String) - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
setOrcid(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setOrcid(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
setOrcid_id(String) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
setOrcidClient(OrcidClient) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileAddOrcidOperation
 
setOrcidClient(OrcidClient) - Method in class org.dspace.authenticate.OrcidAuthenticationBean
 
setOrcidClient(OrcidClient) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
setOrcidClient(OrcidClient) - Method in class org.dspace.orcid.factory.OrcidServiceFactoryImpl
 
setOrcidClient(OrcidClient) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
setOrcidConfiguration(OrcidConfiguration) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setOrcidRestConnector(OrcidRestConnector) - Method in class org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl
 
setOrcidRestConnector(OrcidRestConnector) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
setOrcidSynchronization(ResearcherProfileRest.OrcidSynchronizationRest) - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
setOrcidUrl(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic setter for the orcidUrl
setOrder(String) - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
setOrder(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
setOrder(String) - Method in class org.dspace.browse.BrowserScope
 
setOrder(String) - Method in class org.dspace.usage.UsageSearchEvent.Sort
 
setOrder(Context, Bundle, UUID[]) - Method in class org.dspace.content.BundleServiceImpl
 
setOrder(Context, Bundle, UUID[]) - Method in interface org.dspace.content.service.BundleService
Changes bitstream order according to the array
setOrderField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the database field which will be used to sort result sets on
setOrderField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setOrdering(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setOrganizationCityField(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setOrganizationCountryField(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setOrganizationRelationshipType(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setOrganizationTitleField(String) - Method in class org.dspace.orcid.model.factory.impl.OrcidCommonObjectFactoryImpl
 
setOriginal(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setOriginalDeposit(Bitstream) - Method in class org.dspace.sword2.DepositResult
 
setOtherInformation(Map<String, String>) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setOtherInformation(Map<String, String>) - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
setOutcomes(Map<Integer, Step>) - Method in class org.dspace.xmlworkflow.state.Step
Set the outcomes as a map.
setOutput(String) - Method in class org.dspace.app.statistics.HTMLReport
Set a non-default output file path.
setOwner(EPersonRest) - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
setOwner(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setOwningCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Set the owning collection of an item
setOwningCollection(Collection) - Method in class org.dspace.content.Item
Set the owning Collection for the item
setOwningDso(DSpaceObject) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setPackaging(String) - Method in class org.dspace.sword2.FeedContentDisseminator
 
setPackaging(String) - Method in class org.dspace.sword2.SimpleZipContentDisseminator
 
setPackaging(String) - Method in interface org.dspace.sword2.SwordContentDisseminator
 
setPackaging(String) - Method in class org.purl.sword.base.Deposit
 
setPackaging(String) - Method in class org.purl.sword.base.SWORDEntry
Set the packaging format
setPackagingParameters(PackageParameters) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom packaging parameters for this Crosswalk.
setPage(String) - Method in class org.dspace.app.rest.model.FeedbackRest
 
setPage(PageRest) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setPage(UsageSearchEvent.Page) - Method in class org.dspace.usage.UsageSearchEvent
 
setPageHeader(EmbeddedPageHeader) - Method in class org.dspace.app.rest.model.hateoas.HALResource
 
setPageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the page reached column (which represents the page reached within a stage/step)
setPageSize(int) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
 
setPageSize(int) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setPaidAccessDescription(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setPaidAccessUrl(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setPanels(List<SubmissionSectionRest>) - Method in class org.dspace.app.rest.model.SubmissionDefinitionRest
 
setParameterName(String) - Method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Sets the name of the HTTP request parameter that should be used to provide a token.
setParameterRestList(List<ParameterRest>) - Method in class org.dspace.app.rest.model.ScriptRest
 
setParameterRestList(List<ParameterValueRest>) - Method in class org.dspace.app.rest.model.ProcessRest
 
setParameters(String) - Static method in class org.dspace.app.statistics.ReportGenerator
set the passed parameters up as global class variables.
setParameters(String) - Method in class org.dspace.scripts.Process
 
setParameters(String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
set the passed parameters up as global class variables.
setParameters(Map<String, Object>) - Method in class org.dspace.content.logic.condition.AbstractCondition
Set parameters - used by Spring when creating beans from item-filters.xml These could be any kind of map that the extending condition class needs for evaluation
setParameters(Map<String, Object>) - Method in interface org.dspace.content.logic.condition.Condition
Set parameters - used by Spring
setParameters(MultiValuedMap) - Method in class org.dspace.importer.external.datamodel.Query
Set the parameters of this query object based on a given MultiValuedMap
setParent(Group) - Method in class org.dspace.eperson.Group2GroupCache
 
setParent(WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.state.actions.Action
Configure this Action.
setParentService(IdentifierService) - Method in class org.dspace.identifier.IdentifierProvider
 
setPassword(String) - Method in class org.dspace.app.rest.model.EPersonRest
 
setPassword(String) - Method in class org.purl.sword.base.AtomDocumentRequest
Set the password.
setPassword(String) - Method in class org.purl.sword.base.Deposit
 
setPassword(String) - Method in class org.purl.sword.base.ServiceDocumentRequest
Set the password.
setPassword(String) - Method in class org.purl.sword.client.ClientOptions
Set the password.
setPassword(String) - Method in class org.purl.sword.client.PostDestination
 
setPassword(EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
setPassword(EPerson, String) - Method in interface org.dspace.eperson.service.EPersonService
Set the EPerson's password.
setPasswordHash(EPerson, PasswordHash) - Method in class org.dspace.eperson.EPersonServiceImpl
 
setPasswordHash(EPerson, PasswordHash) - Method in interface org.dspace.eperson.service.EPersonService
Set the EPerson's password hash.
setPatchConfigurationService(PatchConfigurationService) - Method in class org.dspace.app.rest.submit.factory.PatchOperationFactory
 
setPaths(List<String>) - Method in class org.dspace.app.rest.model.ErrorRest
 
setPaths(List<String>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
 
setPathToArray(String) - Method in class org.dspace.importer.external.crossref.CrossRefAuthorMetadataProcessor
 
setPathToArray(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.ArrayElementAttributeProcessor
 
setPathToMatrix(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.MatrixElementProcessor
 
setPatterns(Map<String, String>) - Method in class org.dspace.util.MultiFormatDateParser
 
setPercentage(boolean) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setPermanent(boolean) - Method in class org.dspace.app.rest.model.GroupRest
 
setPermission(Context, Group, int, Bitstream) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Set the Permission on a Bitstream.
setPermittedVersions(List<SHERPAPermittedVersion>) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setPlace(int) - Method in class org.dspace.app.rest.model.MetadataValueRest
 
setPlace(int) - Method in class org.dspace.content.MetadataValue
Set the place ordering.
setPlace(Integer) - Method in class org.dspace.content.virtual.Related
Generic setter for the place property of this class
setPluginInstanceName(String) - Method in class org.dspace.content.authority.EPersonAuthority
 
setPluginInstanceName(String) - Method in class org.dspace.content.authority.SampleAuthority
 
setPluginInstanceName(String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
setPluginInstanceName(String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
setPluginInstanceName(String) - Method in class org.dspace.content.authority.SolrAuthority
 
setPluginInstanceName(String) - Method in class org.dspace.content.authority.TestAuthority
 
setPluginInstanceName(String) - Method in interface org.dspace.core.NameAwarePlugin
Set the name under which this plugin was instantiated.
setPluginInstanceName(String) - Method in class org.dspace.core.SelfNamedPlugin
 
setPlugins(List<ConverterPlugin>) - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
setPoints(List<UsageReportPointRest>) - Method in class org.dspace.app.rest.model.UsageReportRest
Set all UsageReportPointRest objects on this UsageReportRest object
setPolicies(List<SHERPAPublisherPolicy>) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setPolicies(Context, int, UUID, int, int, UUID, boolean, boolean) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPolicies(Context, int, UUID, int, int, UUID, boolean, boolean, String, String, Date, Date) - Static method in class org.dspace.authorize.PolicySet
 
setPoliciesFilter(Context, int, UUID, int, int, UUID, boolean, boolean, String) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPoliciesFilter(Context, int, UUID, int, int, UUID, boolean, boolean, String, String, String, Date, Date) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPolicyType(String) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setPopulateWithNameVariant(boolean) - Method in class org.dspace.content.virtual.Collected
 
setPopulateWithNameVariant(boolean) - Method in class org.dspace.content.virtual.Concatenate
 
setPopulateWithNameVariant(boolean) - Method in class org.dspace.content.virtual.Related
 
setPopulateWithNameVariant(boolean) - Method in class org.dspace.content.virtual.UUIDValue
 
setPopulateWithNameVariant(boolean) - Method in interface org.dspace.content.virtual.VirtualMetadataConfiguration
Generic setter for the populateWithNameVariant This property defines whether the value should be retrieved from the left/rightward on the Relationship (true) or through the configuration and usual way (false)
setPostArchiving(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setPreArchiving(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setPrefix(String) - Method in class org.dspace.app.rest.model.FacetResultsRest
 
setPrefix(String) - Method in class org.dspace.app.rest.model.MetadataSchemaRest
 
setPrefix(String) - Method in class org.purl.sword.base.XmlName
Set the prefix.
setPrefixToNamespaceMapping(Map<String, String>) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
Set the prefixToNamespaceMapping for this object,
setPrefixToNamespaceMapping(Map<String, String>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Set the prefixToNamespaceMapping for this object,
setPrefixToNamespaceMapping(Map<String, String>) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setPreloadLevel(Integer) - Method in class org.dspace.app.rest.model.VocabularyRest
 
setPrerequisites(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
setPrevOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setPrimaryBitstreamID(Bitstream) - Method in class org.dspace.content.Bundle
Set the primary bitstream ID of the bundle
setPrint(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setPrint(PrintWriter) - Method in class org.dspace.authority.UpdateAuthorities
 
setProcessEndDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process end date.
setProcessEndDate(Date) - Method in class org.dspace.checker.MostRecentChecksum
 
setProcessId(Integer) - Method in class org.dspace.app.rest.model.ProcessRest
 
setProcessId(Integer) - Method in class org.dspace.scripts.Process
 
setProcessingAction(Action) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setProcessingAction(UserSelectionAction) - Method in class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
setProcessStartDate(Date) - Method in class org.dspace.checker.CheckerCommand
Set time at which checker process began.
setProcessStartDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process start date.
setProcessStartDate(Date) - Method in class org.dspace.checker.MostRecentChecksum
 
setProcessStatus(ProcessStatus) - Method in class org.dspace.app.rest.model.ProcessRest
 
setProcessStatus(ProcessStatus) - Method in class org.dspace.scripts.Process
 
setProfile(ProfileGenerator) - Method in class org.dspace.app.iiif.model.generator.ImageServiceGenerator
Sets the IIIF image profile.
setProfileItem(Item) - Method in class org.dspace.orcid.OrcidHistory
 
setProfileItem(Item) - Method in class org.dspace.orcid.OrcidQueue
 
setProfileItem(Item) - Method in class org.dspace.orcid.OrcidToken
 
setProfileItemId(UUID) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setProfileItemId(UUID) - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
setProfilePreference(Context, Item, List<OrcidProfileSyncPreference>) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
setProfilePreference(Context, Item, List<OrcidProfileSyncPreference>) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Update the profile's synchronization preference for the given profile.
setProfilePreferences(List<String>) - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
setProjection(Projection) - Method in class org.dspace.app.rest.model.RestAddressableModel
 
setProperties(Map<String, String>) - Method in class org.dspace.services.model.Event
 
setProperty(String, Object) - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
setProperty(String, Object) - Method in interface org.dspace.services.ConfigurationService
Set a configuration property (setting) in the system.
setProvider(DefaultItemVersionProvider) - Method in class org.dspace.versioning.VersioningServiceImpl
 
setProvider(T) - Method in class org.dspace.utils.servicemanager.ProviderHolder
Stores a provider in this holder in a ClassLoader safe way.
setProviders(List<IdentifierProvider>) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
setProxy(String) - Method in class org.purl.sword.client.Client
Set a proxy that should be used by the client when trying to access the server.
setProxy(String, int) - Method in class org.purl.sword.client.Client
Set a proxy that should be used by the client when trying to access the server.
setProxy(String, int) - Method in interface org.purl.sword.client.SWORDClient
Set the proxy that is to be used for subsequent accesses.
setProxyHost(String) - Method in class org.purl.sword.client.ClientOptions
Set the proxy host.
setProxyPort(int) - Method in class org.purl.sword.client.ClientOptions
Set the proxy port.
setPubArchiving(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setPublicationCount(int) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setPublicationCount(int) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setPublicationDateField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setPublicationsPreference(String) - Method in class org.dspace.app.rest.model.ResearcherProfileRest.OrcidSynchronizationRest
 
setPubliclyVisible(boolean) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setPublicUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setPublished(String) - Method in class org.purl.sword.atom.Entry
Set the published date.
setPublishedBefore(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission has been published or publicly distributed before
setPublishedBefore(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setPublishedBefore(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setPublisher(SHERPAPublisher) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setPublishers(List<SHERPAPublisher>) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setPutCode(String) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setPutCode(String) - Method in class org.dspace.orcid.OrcidHistory
 
setPutCode(String) - Method in class org.dspace.orcid.OrcidQueue
 
setQualifier(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setQualifier(String) - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
setQualifier(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setQualifier(String) - Method in class org.dspace.content.MetadataField
Set the qualifier.
setQualifier(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Set the qualifier to this MetadataFieldConfig
setQualifier(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Set the qualifier to this MetadatumDTO
setQualityValue(float) - Method in class org.purl.sword.base.QualityValue
Set the quality value.
setQualityValue(QualityValue) - Method in class org.purl.sword.base.SwordAcceptPackaging
Set the type.
setQuery(String) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setQuery(String) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setQuery(String) - Method in class org.dspace.discovery.DiscoverQuery
 
setQuery(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.EpoIdMetadataContributor
 
setQuery(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Return query used to create the JSonPath
setQuery(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
setQuery(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
setQuery(String) - Method in class org.dspace.usage.UsageSearchEvent
 
setQueryParameterMap(Map<String, Object>) - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic setter for the queryParameterMap
setQueue(String) - Method in class org.dspace.workflow.FlowstepType
Sets the value of the queue property.
setQuiet(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setQuiet(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Set quiet flag
setQuiet(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setQuiet(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setQuote(char) - Method in class org.dspace.importer.external.metadatamapping.contributor.EnhancedSimpleMetadataContributor
This method could be used to set the quote char used during parse If no quote char is set, " will be used
setQuoteCharacter(char) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
Method to inject the escape character, usually ".
setRandomColors(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setReadPublicAccessToken(String) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
setRecentSubmissionConfiguration(DiscoveryRecentSubmissionsConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setRecordIdMetadata(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
This method set dublin core identifier to use as metadata id
setRecordType(String) - Method in class org.dspace.app.rest.model.OrcidQueueRest
 
setRecordType(String) - Method in class org.dspace.orcid.OrcidHistory
 
setRecordType(String) - Method in class org.dspace.orcid.OrcidQueue
 
setRecursiveModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable recursive mode.
setRedirectUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setReference(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setRefreshToken(String) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setRefreshToken(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setRegex(String) - Method in class org.dspace.app.rest.model.SubmissionFormInputTypeRest
 
setRegex(String) - Static method in class org.dspace.app.statistics.LogAnalyser
set up the regular expressions to be used by this analyser.
setReindexDiscovery(boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Whether or not to tell Discovery to reindex itself based on the updated database.
setReinstated() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setRel(String) - Method in class org.purl.sword.atom.Link
Set the Rel attribute.
setRelationships(List<Relationship>) - Method in class org.dspace.content.Entity
Standard setter for the list of relationships for the Item in this Entity object
setRelationshipType(String) - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
setRelationshipType(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setRelationshipType(RelationshipTypeRest) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setRelationshipType(RelationshipType) - Method in class org.dspace.content.Relationship
Standard setter for the relationshipType field for the Relationship
setRelationshipTypeString(String) - Method in class org.dspace.content.virtual.Related
Generic setter for the relationshipTypeString property of this class
setRepeatable(boolean) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setReplaceModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable replace mode.
setReplyTo(String) - Method in class org.dspace.core.Email
Set the reply-to email address
setReporter(Appendable) - Method in class org.dspace.curate.Curator
Sets the reporting stream for this curator.
setReportType(String) - Method in class org.dspace.app.rest.model.UsageReportRest
Sets the report type of this UsageReport, options listed in UsageReportUtils, e.g.
setReportVerbose(boolean) - Method in class org.dspace.checker.CheckerCommand
Set report errors only
setRepositoryResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
SetRepositoryResolver - Interface in org.dspace.xoai.services.api.xoai
 
setRequest(HttpServletRequest) - Method in class org.dspace.usage.UsageEvent
 
setRequestDate(Date) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setRequestEmail(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setRequestFactory(EZIDRequestFactory) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setRequestMessage(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setRequestName(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setRequireCertificate(boolean) - Method in class org.dspace.app.rest.model.EPersonRest
 
setRequireCertificate(boolean) - Method in class org.dspace.eperson.EPerson
Set require cert yes/no
setRequired(boolean) - Method in class org.dspace.app.rest.model.SubmissionUploadRest
 
setRequired(Boolean) - Method in class org.dspace.submit.model.UploadConfiguration
 
setRequiredUsers(int) - Method in class org.dspace.xmlworkflow.state.Step
Set the number of required users that need to execute this step before it is completed, the default is a single user
setRequiresUI(boolean) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setResource(ContentAsTextGenerator) - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
Sets a text resource for this annotation.
setResource(ExternalLinksGenerator) - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
Sets an external link for this annotation.
setResource(DSpaceObjectRest) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setResourceReference(String) - Method in class org.dspace.services.model.Event
 
setResourceTypeId(Integer) - Method in class org.dspace.handle.Handle
 
setResourceTypes(List<String>) - Method in class org.dspace.app.rest.model.AuthorizationFeatureRest
 
setResponseMessage(String) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setResponseMessage(String) - Method in class org.dspace.orcid.OrcidHistory
 
setRestoreModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable restore mode.
setResult(String) - Method in class org.dspace.curate.AbstractCurationTask
Assigns the result of the task performance
setResult(String) - Method in class org.dspace.curate.Curator.TaskRunner
 
setResult(String, String) - Method in class org.dspace.curate.Curator
Assigns a result to the performance of the named task.
setResult(ChecksumResult) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum processing result.
setResultFieldList(String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
setResultName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the results column
setResultsPerPage(int) - Method in class org.dspace.browse.BrowseInfo
 
setResultsPerPage(int) - Method in class org.dspace.browse.BrowserScope
 
setResume(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setResume(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Set resume flag
setRetrievalTime(Date) - Method in class org.dspace.app.rest.model.step.SherpaPolicy
 
setRetrievePageViews(boolean) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setRightId(UUID) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setRightItem(Item) - Method in class org.dspace.content.Relationship
Standard setter for the rightItem Item object in this Relationship
setRightMaxCardinality(Integer) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setRightMaxCardinality(Integer) - Method in class org.dspace.content.RelationshipType
Standard setter for the rightMaxCardinality Integer for this RelationshipType
setRightMinCardinality(Integer) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setRightMinCardinality(Integer) - Method in class org.dspace.content.RelationshipType
Standard setter for the rightMinCardinality Integer for this RelationshipType
setRightPlace(int) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setRightPlace(int) - Method in class org.dspace.content.Relationship
Standard setter for the rightPlace Integer in this Relationship
setRights(String) - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
setRights(Rights) - Method in class org.purl.sword.atom.Entry
Set the rights for this Entry.
setRightType(EntityTypeRest) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setRightType(EntityType) - Method in class org.dspace.content.RelationshipType
Standard setter for the rightType EntityType for this RelationshipType
setRightwardType(String) - Method in class org.dspace.app.rest.model.RelationshipTypeRest
 
setRightwardType(String) - Method in class org.dspace.content.RelationshipType
Standard setter for the rightwardType String for this RelationshipType
setRightwardValue(String) - Method in class org.dspace.app.rest.model.RelationshipRest
 
setRightwardValue(String) - Method in class org.dspace.content.Relationship
Standard setter for the rightwardValue String in this Relationship
setRole(Role) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
setRole(Role) - Method in class org.dspace.xmlworkflow.state.Step
Set the role of which users role should execute this step
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setRomeoPub(String) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setRootRange(String) - Method in class org.dspace.app.iiif.service.RangeService
Sets the root range generator to which sub-ranges will be added.
setRowLabel(int, String) - Method in class org.dspace.statistics.Dataset
 
setRowLabelAttr(int, String, String) - Method in class org.dspace.statistics.Dataset
 
setRowLabelAttr(int, Map<String, String>) - Method in class org.dspace.statistics.Dataset
 
setRows(List<SubmissionFormRowRest>) - Method in class org.dspace.app.rest.model.SubmissionFormRest
setRowTitle(String) - Method in class org.dspace.statistics.Dataset
 
setRpDescription(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setRpName(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setRpType(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setSchema(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setSchema(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setSchema(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Set the schema to this MetadataFieldConfig
setSchema(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Set the schema to this MetadatumDTO
setSchema(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
DO NOT USE unless you are writing an implementation of DBConnection.
setSchema(MetadataSchemaRest) - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
setScope(String) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setScope(String) - Method in class org.dspace.app.rest.model.FacetConfigurationRest
 
setScope(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest
 
setScope(String) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setScope(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setScope(UUID) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setScope(ScopeEnum) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setScope(ScopeEnum) - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
setScope(DSpaceObject) - Method in class org.dspace.usage.UsageSearchEvent
 
setScope(Role.Scope) - Method in class org.dspace.xmlworkflow.Role
Set the scope attribute, depending on the scope the users will be retrieved in the following manner: * collection: The collection value specifies that the group will be configured at the level of the collection.
setScopeNote(String) - Method in class org.dspace.app.rest.model.MetadataFieldRest
 
setScopeNote(String) - Method in class org.dspace.content.MetadataField
Set the scope note.
setScopes(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setScopes(Event.Scope[]) - Method in class org.dspace.services.model.Event
 
setScopusId(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.AuthorMetadataContributor
 
setScriptName(String) - Method in class org.dspace.app.rest.model.ProcessRest
 
setScrollable(boolean) - Method in class org.dspace.app.rest.model.VocabularyRest
 
setSearchConfiguration(String) - Method in class org.dspace.app.rest.model.submit.SelectableRelationship
 
setSearchFilters(List<SearchFilter>) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setSearchFilters(List<DiscoverySearchFilter>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSearchResults(List<SearchResultEntryRest>) - Method in class org.dspace.app.rest.model.SearchResultsRest
 
setSearchSortConfiguration(DiscoverySortConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSearchTime(int) - Method in class org.dspace.discovery.DiscoverResult
 
setSearchUrl(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
setSectionHeader(String) - Method in class org.dspace.app.statistics.Statistics
set the header for this particular stats block
setSections(Map<String, Serializable>) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setSectionType(String) - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
setSelectable(Boolean) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setSelectableMetadata(List<SelectableMetadata>) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setSelectableRelationship(SelectableRelationship) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
setSelectValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of values to select on.
setSelectValues(String[]) - Method in class org.dspace.browse.SolrBrowseDAO
 
setSelfRegistered(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user self-registered
setSelfRegistered(Boolean) - Method in class org.dspace.app.rest.model.EPersonRest
 
setSeparate(Boolean) - Method in class org.dspace.statistics.content.DSORepresentation
 
setSeparator(char) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
Method to inject the separator This must be the ASCII integer related to the char.
setSeparator(String) - Method in class org.dspace.content.virtual.Concatenate
Generic setter for the seperator property
setSeparator(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
Set the separator used to differentiate between distinct values
setSequenceId(Integer) - Method in class org.dspace.app.rest.model.BitstreamRest
 
setSequenceID(int) - Method in class org.dspace.content.Bitstream
Set the sequence ID of this bitstream.
setServer(String, int) - Method in class org.purl.sword.client.Client
Initialise the server that will be used to send the network access.
setServer(String, int) - Method in interface org.purl.sword.client.SWORDClient
Set the server that is to be contacted on the next access.
setService(String) - Method in class org.purl.sword.base.Collection
Set the sword service.
setService(Service) - Method in class org.purl.sword.base.ServiceDocument
Set the service object associated with this document.
setServiceSelectedListener(ServiceSelectedListener) - Method in class org.purl.sword.client.ServicePanel
Set the service selected listener.
setSessionSalt(String) - Method in class org.dspace.eperson.EPerson
 
setSherpaResponse(SHERPAResponse) - Method in class org.dspace.app.rest.model.step.SherpaPolicy
Setting a sherpaResponse will automatically set the retrievealTime of the section copying the value from the response if not null
setSherpaService(SHERPAService) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
Setter for SHERPA service, reponsible for actual HTTP API calls
setSherpaService(SHERPAService) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Generic setter for the SHERPA service
setSherpaService(SHERPAService) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Generic setter for the SHERPA Service
setSherpaService(SHERPAService) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Generic setter for the SHERPA Service
setSherpaSubmitService(SHERPASubmitService) - Method in class org.dspace.app.sherpa.cache.SherpaCacheEvictService
Set the reference to the SherpaSubmitService
setShortDescription(String) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setShortDescription(Context, String) - Method in class org.dspace.content.BitstreamFormat
 
setShortDescription(Context, BitstreamFormat, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
setShortDescription(Context, BitstreamFormat, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Set the short description of the bitstream format
setShortDescriptionField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setShouldCenter(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setSidebarFacets(List<DiscoverySearchFilterFacet>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSimilarityMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setSize(int) - Method in class org.dspace.app.rest.model.PageRest
 
setSize(int) - Method in class org.dspace.usage.UsageSearchEvent.Page
 
setSizeBytes(long) - Method in class org.dspace.content.Bitstream
 
setSizeBytes(Long) - Method in class org.dspace.app.rest.model.BitstreamRest
 
setSizeBytes(Long) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setSkipFirstNodeLevel(boolean) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setSkipLines(Integer) - Method in class org.dspace.importer.external.csv.service.CharacterSeparatedImportMetadataSourceServiceImpl
Set the number of lines to skip at the start of the file.
setSkipList(List<String>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setSkipList(List<String>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setSkipList(List<String>) - Method in class org.dspace.iiif.canvasdimension.IIIFCanvasDimensionServiceImpl
 
setSkipList(List<String>) - Method in interface org.dspace.iiif.canvasdimension.service.IIIFCanvasDimensionService
Set dso identifiers to skip.
setSleepBetweenTimeouts(long) - Method in class org.dspace.app.sherpa.SHERPAService
 
setSlug(String) - Method in class org.purl.sword.base.Deposit
 
setSlug(String) - Method in class org.purl.sword.client.ClientOptions
Set the text that is to be used for the slug header.
setSlug(String) - Method in class org.purl.sword.client.PostMessage
Set the Slug value.
setSlug(Context, Item, String, VerboseDescription) - Method in class org.dspace.sword2.AbstractSwordContentIngester
Store the given slug value (which is used for suggested identifiers, and which DSpace ignores) in the item metadata.
setSlug(Context, Item, String, VerboseDescription) - Method in class org.dspace.sword2.SimpleDCEntryIngester
Store the given slug value (which is used for suggested identifiers, and which DSpace ignores) in the item metadata.
setSnippets(int) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
Set the maximum number of highlighted snippets to generate per field
setSocketTimeout(int) - Method in class org.purl.sword.client.Client
Set the connection timeout for the socket.
setSolrLoggerService(SolrLoggerService) - Method in class org.dspace.statistics.SolrLoggerUsageEventListener
 
setSort(String, String) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setSort(SearchResultsRest.Sorting) - Method in class org.dspace.app.rest.model.DiscoveryResultsRest
 
setSort(SearchResultsRest.Sorting) - Method in class org.dspace.app.rest.model.SearchEventRest
 
setSort(UsageSearchEvent.Sort) - Method in class org.dspace.usage.UsageSearchEvent
 
setSortBy(int) - Method in class org.dspace.browse.BrowserScope
 
setSortField(String, DiscoverQuery.SORT_ORDER) - Method in class org.dspace.discovery.DiscoverQuery
 
setSortFields(List<DiscoverySortFieldConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
setSortOption(SortOption) - Method in class org.dspace.browse.BrowseInfo
 
setSortOptions(List<BrowseIndexRest.SortOption>) - Method in class org.dspace.app.rest.model.BrowseIndexRest
 
setSortOrder(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
setSortOrder(String) - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic setter for the sortOrder
setSortOrder(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setSortOrderFilterPage(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setSortOrderSidebar(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setSortProperty(String) - Method in class org.dspace.scripts.ProcessQueryParameterContainer
Generic setter for the sortProperty
setSortValue(String) - Method in class org.dspace.app.rest.model.SearchFacetValueRest
 
setSource(String) - Method in class org.dspace.external.model.ExternalDataObject
Generic setter for the source
setSource(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Set the external data source
setSource(String) - Method in class org.purl.sword.atom.Content
Set the Source.
setSource(Context, String) - Method in class org.dspace.content.Bitstream
Set the source of the bitstream
setSource(Source) - Method in class org.purl.sword.atom.Entry
Deprecated. 
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
This method set the SourceIdentifier for the ExternalDataProvider
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
Generic setter for the sourceIdentifier
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
Generic setter for the sourceIdentifier
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
Generic setter for the sourceIdentifier
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
Generic setter for the sourceIdentifier
setSourceIdentifier(String) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
Generic setter for the sourceIdentifier
setSpecialGroup(UUID) - Method in class org.dspace.core.Context
Add a group's UUID to the list of special groups cached in Context
setSpecialGroups(List<GroupRest>) - Method in class org.dspace.app.rest.model.AuthenticationStatusRest
 
SetSpecResolver - Interface in org.dspace.xoai.services.api.set
 
setSpellCheck(boolean) - Method in class org.dspace.discovery.DiscoverQuery
 
setSpellCheckEnabled(boolean) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSpellCheckQuery(String) - Method in class org.dspace.discovery.DiscoverResult
 
setSplitter(String) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setStageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the stage reached column
setStart(int) - Method in class org.dspace.discovery.DiscoverQuery
 
setStart(int) - Method in class org.dspace.discovery.DiscoverResult
 
setStartDate(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setStartDate(Date) - Method in class org.dspace.app.rest.model.AccessConditionDTO
 
setStartDate(Date) - Method in class org.dspace.app.rest.model.ResourcePolicyRest
 
setStartDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the starting date for the report
setStartDate(Date) - Method in interface org.dspace.app.statistics.Report
set the starting date for the report
setStartDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set the start date for the policy
setStartDate(Date) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the start date as a Date object.
setStartDateField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setStartDateLimit(String) - Method in class org.dspace.submit.model.AccessConditionOption
 
setStarted(Date) - Method in class org.dspace.app.util.WebApp
 
setStartPageMetadata(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.PageRangeXPathMetadataContributor
 
setStartStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the start date as a string expression.
setStartsWith(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setStartsWith(String) - Method in interface org.dspace.browse.BrowseDAO
 
setStartsWith(String) - Method in class org.dspace.browse.BrowserScope
 
setStartsWith(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setStartTime(Date) - Method in class org.dspace.app.rest.model.ProcessRest
 
setStartTime(Date) - Method in class org.dspace.scripts.Process
 
setStatement(LogicalStatement) - Method in class org.dspace.content.logic.DefaultFilter
Set statement from Spring configuration in item-filters.xml Be aware that this is singular not plural.
setStatements(List<LogicalStatement>) - Method in class org.dspace.content.logic.operator.AbstractOperator
Set sub-statements for this operator, as defined in item-filters.xml
setStatements(LogicalStatement) - Method in class org.dspace.content.logic.operator.Not
Set sub-statement (note: singular!) for this operator, as defined in item-filters.xml
setStatName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the statistic column
setStatus(int) - Method in exception org.purl.sword.base.SWORDErrorException
Set the status
setStatus(Boolean) - Method in class org.dspace.app.rest.model.step.UploadStatusResponse
 
setStatus(Integer) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setStatus(Integer) - Method in class org.dspace.identifier.DOI
 
setStatus(Integer) - Method in class org.dspace.orcid.OrcidHistory
 
setStatus(String) - Method in class org.dspace.app.rest.model.AccessStatusRest
 
setStdout(boolean) - Method in class org.dspace.rdf.RDFizer
Set this to true to print all generated data to stdout.
setStep(Step) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setStepNumber(int) - Method in class org.dspace.app.util.SubmissionStepConfig
Sets the number of this step in the current Submission process config.
setSteps(List<WorkflowStepRest>) - Method in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
setSteps(List<Step>) - Method in class org.dspace.xmlworkflow.state.Workflow
Set the steps that need to be executed in this workflow before the item is archived
setStorage(RDFStorage) - Method in class org.dspace.rdf.factory.RDFFactoryImpl
 
setStoreNumber(int) - Method in class org.dspace.content.Bitstream
Set the asset store number where this bitstream is stored
setStores(Map<Integer, BitStoreService>) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
setStyle(String) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
setSubfolder(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setSubject(String) - Method in class org.dspace.core.Email
Set the subject of the message
setSubmissionDefinition(SubmissionDefinitionRest) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setSubmitter(EPersonRest) - Method in class org.dspace.app.rest.model.AInprogressSubmissionRest
 
setSubmitter(EPerson) - Method in class org.dspace.content.Item
Set the e-person that originally submitted this item.
setSubmitterName(String) - Method in class org.dspace.app.rest.model.VersionRest
Generic setter for the submitterName
setSubTitleField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setSummary(String) - Method in class org.dspace.app.rest.model.VersionRest
Generic setter for the summary
setSummary(String) - Method in class org.dspace.versioning.Version
 
setSummary(Summary) - Method in class org.purl.sword.atom.Entry
Set the summary.
setSupportedEntityTypes(List<String>) - Method in class org.dspace.external.provider.AbstractExternalDataProvider
 
setSupportedExtensions(List<String>) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
Set the file extensions supported by this metadata service
setSupportedExtensions(List<String>) - Method in class org.dspace.importer.external.service.components.AbstractPlainMetadataSource
Set the file extensions supported by this metadata service
setSupportLevel(int) - Method in class org.dspace.content.BitstreamFormat
 
setSupportLevel(String) - Method in class org.dspace.app.rest.model.BitstreamFormatRest
 
setSupportLevel(BitstreamFormat, int) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
setSupportLevel(BitstreamFormat, int) - Method in interface org.dspace.content.service.BitstreamFormatService
Set the support level for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
setSwordBundle(String) - Method in class org.dspace.sword.SWORDConfiguration
Set the bundle name that SWORD will store its original deposit packages in, when storing them inside an item.
setSwordBundle(String) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Set the bundle name that SWORD will store its original deposit packages in, when storing them inside an item
setSwordConfig(SWORDConfiguration) - Method in class org.dspace.sword.SWORDService
 
setSwordContext(SWORDContext) - Method in class org.dspace.sword.SWORDService
 
setSynchronizationMode(Context, Item, OrcidSynchronizationMode) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
setSynchronizationMode(Context, Item, OrcidSynchronizationMode) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Set the ORCID synchronization mode for the given profile.
setTable(String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the table to query
setTable(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setTag(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
setTagCloudConfiguration(TagCloudConfiguration) - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
setTagCloudFacetConfiguration(TagCloudFacetConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setTagCloudFacets(List<DiscoverySearchFilterFacet>) - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
setTargetId(UUID) - Method in class org.dspace.app.rest.model.ViewEventRest
 
setTargetType(String) - Method in class org.dspace.app.rest.model.ViewEventRest
 
setTaskset(TasksetType) - Method in class org.dspace.workflow.MappingType
Sets the value of the taskset property.
setTasksetMap(TasksetMapType) - Method in class org.dspace.workflow.WorkflowCuration
Sets the value of the tasksetMap property.
setTasksets(TasksetsType) - Method in class org.dspace.workflow.WorkflowCuration
Sets the value of the tasksets property.
setTemplateItemOf(CollectionRest) - Method in class org.dspace.app.rest.model.TemplateItemRest
 
setter - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
setTest(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setTest(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Set test flag
setText(String) - Method in class org.dspace.app.iiif.model.generator.ContentAsTextGenerator
 
setText(String) - Method in class org.dspace.app.rest.model.LicenseRest
 
setThumb(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setTilted(RelationshipType.Tilted) - Method in class org.dspace.content.RelationshipType
Generic setter for tilted
setTime(long) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set Time of event
setTimeout(int) - Method in class org.dspace.app.sherpa.SHERPAService
 
setTimestamp(Date) - Method in class org.dspace.app.rest.model.OrcidHistoryRest
 
setTimestamp(Date) - Method in class org.dspace.orcid.OrcidHistory
 
setTitle(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setTitle(String) - Method in class org.purl.sword.atom.Link
Set the title.
setTitle(String) - Method in class org.purl.sword.base.Collection
Set the title.
setTitle(String) - Method in class org.purl.sword.base.Workspace
Set the title.
setTitle(Title) - Method in class org.purl.sword.atom.Entry
Set the title.
setTitleField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setTitleField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setTitles(List<String>) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setToBeProcessed(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setToIgnoreMetadataFields(Map<Integer, List<String>>) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
setToken(String) - Method in class org.dspace.app.rest.model.AuthenticationTokenRest
 
setToken(String) - Method in class org.dspace.app.rest.model.RequestItemRest
 
setToken(String) - Method in class org.dspace.app.rest.model.wrapper.AuthenticationToken
 
setTokenEnabled(boolean) - Method in class org.dspace.external.OpenAIRERestConnector
tokenUsage true to enable the usage of an access token
setTokenEndpointUrl(String) - Method in class org.dspace.orcid.client.OrcidConfiguration
 
setTokenServiceUrl(String) - Method in class org.dspace.external.OpenAIRERestConnector
stores tokenServiceUrl to grab the token
setTokenType(String) - Method in class org.dspace.authenticate.oidc.model.OidcTokenResponseDTO
 
setTokenType(String) - Method in class org.dspace.orcid.model.OrcidTokenResponseDTO
 
setTooltip(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setTotalElements(int) - Method in class org.dspace.app.rest.model.PageRest
 
setTotalElements(int) - Method in class org.dspace.usage.UsageSearchEvent.Page
 
setTotalNumberOfResults(long) - Method in class org.dspace.app.rest.model.SearchResultsRest
 
setTotalPages(int) - Method in class org.dspace.app.rest.model.PageRest
 
setTotalPages(int) - Method in class org.dspace.usage.UsageSearchEvent.Page
 
setTotalSearchResults(long) - Method in class org.dspace.discovery.DiscoverResult
 
setTotalTags(int) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setTransactionID(String) - Method in class org.dspace.event.Event
Sets value of transactionID element of the event.
setTransactionScope(Curator.TxScope) - Method in class org.dspace.curate.Curator
Defines the transactional scope of curator executions.
setTreatment(String) - Method in class org.dspace.sword.DepositResult
 
setTreatment(String) - Method in class org.dspace.sword2.DepositResult
 
setTreatment(String) - Method in class org.purl.sword.base.Collection
Set the treatment.
setTreatment(String) - Method in class org.purl.sword.base.SWORDEntry
Set the treatment value.
setType(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setType(String) - Method in class org.dspace.app.iiif.model.generator.BehaviorGenerator
 
setType(String) - Method in class org.dspace.app.iiif.model.generator.ExternalLinksGenerator
Sets the optional type.
setType(String) - Method in class org.dspace.app.rest.model.ParameterRest
 
setType(String) - Method in class org.dspace.app.rest.model.SearchConfigurationRest.Filter
This is the same type as described in DiscoverySearchFilter.setType(String)
setType(String) - Method in class org.dspace.app.rest.model.SubmissionFormInputTypeRest
 
setType(String) - Method in class org.dspace.app.rest.model.UsageReportPointDsoTotalVisitsRest
Sets the type of this UsageReportPointRest object, should be type of dso concerned (e.g.
setType(String) - Method in class org.dspace.app.util.SyndicationFeed
Sets the feed type for XML delivery, e.g.
setType(String) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
Sets the type of the DiscoverySearchFilter to the one given in the parameter if it matches a set of possible types The possible types are described in: DiscoveryConfigurationParameters For the DiscoverySearchFilter only the TYPE_TEXT, TYPE_DATE and TYPE_HIERARCHICAL are allowed
setType(String) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setType(String) - Method in class org.dspace.license.CCLicenseField
 
setType(String) - Method in class org.dspace.sort.SortOption
 
setType(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setType(String) - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
setType(String) - Method in class org.purl.sword.atom.Content
Set the type for the content.
setType(String) - Method in class org.purl.sword.atom.Link
Set the type.
setType(ContentType) - Method in class org.purl.sword.atom.TextConstruct
Set the type.
setType(SwordValidationInfoType) - Method in class org.purl.sword.base.SwordValidationInfo
Set the type of information
setTypeBind(List<String>) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
setTypeConverter(SimpleMapConverter) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setTypeConverter(SimpleMapConverter) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setTypeField(String) - Method in class org.dspace.orcid.model.OrcidFundingFieldMapping
 
setTypeField(String) - Method in class org.dspace.orcid.model.OrcidWorkFieldMapping
 
setTypes(List<AuthorityValue>) - Method in class org.dspace.authority.AuthorityTypes
 
setTypeStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the range granularity: DAY, MONTH, or YEAR.
setUa(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set User Agent
setUip(String) - Method in class org.dspace.google.GoogleAnalyticsEvent
Set User IP
setUnits(String) - Method in class org.dspace.app.sherpa.v2.SHERPAEmbargo
 
setUnits(String) - Method in class org.dspace.app.statistics.Stat
set the units of this statistic
setup() - Method in class org.dspace.app.bulkedit.MetadataDeletion
 
setup() - Method in class org.dspace.app.bulkedit.MetadataExport
 
setup() - Method in class org.dspace.app.bulkedit.MetadataExportCli
 
setup() - Method in class org.dspace.app.bulkedit.MetadataExportSearch
 
setup() - Method in class org.dspace.app.bulkedit.MetadataImport
 
setup() - Method in class org.dspace.app.bulkedit.MetadataImportCLI
 
setup() - Method in class org.dspace.app.harvest.Harvest
 
setup() - Method in class org.dspace.app.mediafilter.MediaFilterScript
 
setup() - Method in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 
setup() - Method in class org.dspace.curate.Curation
 
setup() - Method in class org.dspace.discovery.IndexClient
 
setup() - Method in class org.dspace.orcid.script.OrcidBulkPush
 
setup() - Method in class org.dspace.scripts.DSpaceRunnable
This method has to be included in every script and handles the setup of the script by parsing the CommandLine and setting the variables
setup() - Method in class org.dspace.statistics.export.RetryFailedOpenUrlTracker
Setups the parameters
setup() - Method in class org.dspace.submit.migration.SubmissionFormsMigration
 
setUpdated(String) - Method in class org.purl.sword.atom.Entry
Set the updated date.
setUpdatedDate(Context, Item, VerboseDescription) - Method in class org.dspace.sword2.AbstractSwordContentIngester
Add the current date to the item metadata.
setUpdatedDate(Context, Item, VerboseDescription) - Method in class org.dspace.sword2.SimpleDCEntryIngester
Add the current date to the item metadata.
setUploadConfigurationService(UploadConfigurationService) - Method in class org.dspace.app.rest.submit.step.validation.UploadValidation
 
setUploadDate(Date) - Method in class org.dspace.statistics.export.OpenURLTracker
Set the upload date
setUri(String) - Method in class org.dspace.app.rest.model.step.DataCCLicense
 
setUri(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisher
 
setUri(String) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setUri(String) - Method in class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
setUri(String) - Method in class org.purl.sword.atom.Author
Set the author URI.
setUri(String) - Method in class org.purl.sword.atom.Generator
Set the URI.
setUrl(String) - Method in class org.dspace.app.rest.model.step.DataLicense
 
setUrl(String) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setUrl(String) - Method in class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
setUrl(String) - Method in class org.dspace.app.rest.model.wrapper.SubmissionCCLicenseUrl
Generic setter for the url
setUrl(String) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
setUrl(String) - Method in class org.dspace.app.util.WebApp
 
setUrl(String) - Method in class org.dspace.importer.external.ads.ADSImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.crossref.CrossRefImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.epo.service.EpoImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.pubmedeurope.PubmedEuropeMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.scielo.service.ScieloImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
setUrl(String) - Method in class org.dspace.statistics.export.OpenURLTracker
Sets the OpenURLTracker url
setUrl(String) - Method in class org.purl.sword.client.PostDestination
 
setUrlFetch(String) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
setUrlManager(SWORDUrlManager) - Method in class org.dspace.sword.SWORDService
 
setUrls(Map<String, String>) - Method in class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
setUrlSearch(String) - Method in class org.dspace.importer.external.cinii.CiniiImportMetadataSourceServiceImpl
 
setUrlSearch(String) - Method in class org.dspace.importer.external.pubmed.service.PubmedImportMetadataSourceServiceImpl
 
setUrlSearch(String) - Method in class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
setUrlSearch(String) - Method in class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
setUseAsHomePage(boolean) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setUseCollectionTemplate(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable Collection Template for Item ingestion.
setUseForPlace(boolean) - Method in class org.dspace.content.RelationshipMetadataValue
 
setUseForPlace(boolean) - Method in class org.dspace.content.virtual.Collected
Generic setter for the useForPlace property
setUseForPlace(boolean) - Method in class org.dspace.content.virtual.Concatenate
Generic setter for the useForPlace property
setUseForPlace(boolean) - Method in class org.dspace.content.virtual.Related
Generic setter for the useForPlace property
setUseForPlace(boolean) - Method in class org.dspace.content.virtual.UUIDValue
 
setUseForPlace(boolean) - Method in interface org.dspace.content.virtual.VirtualMetadataConfiguration
Generic setter for the useForPlace property
setUseMD5(boolean) - Method in class org.purl.sword.client.PostMessage
Set the md5 state.
setUser(UUID) - Method in class org.dspace.app.rest.model.RegistrationRest
Generic setter for the user
setUser(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setUserAgent(String) - Method in class org.dspace.usage.UsageEvent
 
setUserAgent(String) - Method in class org.purl.sword.base.SWORDEntry
Set the user agent
setUserAgent(String) - Method in class org.purl.sword.client.Client
 
setUserAgent(String) - Method in class org.purl.sword.client.PostMessage
Set the user agent
setUserFormatDescription(Context, String) - Method in class org.dspace.content.Bitstream
Set the user's format description.
setUserFormatDescription(Context, Bitstream, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
setUserFormatDescription(Context, Bitstream, String) - Method in interface org.dspace.content.service.BitstreamService
Set the user's format description.
setUserId(String) - Method in class org.dspace.services.model.Event
 
setUserId(UUID) - Method in class org.dspace.app.rest.model.ProcessRest
 
setUserLocale(String) - Method in class org.dspace.browse.BrowserScope
 
setUsername(String) - Method in class org.purl.sword.base.AtomDocumentRequest
Set the username.
setUsername(String) - Method in class org.purl.sword.base.Deposit
 
setUsername(String) - Method in class org.purl.sword.base.ServiceDocumentRequest
Set the username.
setUsername(String) - Method in class org.purl.sword.client.ClientOptions
Set the username.
setUsername(String) - Method in class org.purl.sword.client.PostDestination
 
setUserName(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
DO NOT USE unless you are writing an implementation of DBConnection.
setUserSelectionMethod(UserSelectionActionConfig) - Method in class org.dspace.xmlworkflow.state.Step
Set the user selection configuration.
setUseWorkflow(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setUseWorkflow(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Set use workflow
setUseWorkflowSendEmail(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setUseWorkflowSendEmail(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setUuid(String) - Method in class org.dspace.app.rest.model.DSpaceObjectRest
 
setUuid(UUID) - Method in class org.dspace.app.rest.model.step.UploadBitstreamRest
 
setUuid(UUID) - Method in class org.dspace.app.rest.model.TemplateItemRest
 
setValue(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setValue(String) - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
setValue(String) - Method in class org.dspace.app.rest.model.CheckSumRest
 
setValue(String) - Method in class org.dspace.app.rest.model.ExternalSourceEntryRest
Generic setter for the value
setValue(String) - Method in class org.dspace.app.rest.model.MetadataValueRest
 
setValue(String) - Method in class org.dspace.app.rest.model.ParameterValueRest
 
setValue(String) - Method in class org.dspace.app.rest.model.SearchResultsRest.AppliedFilter
 
setValue(String) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setValue(String) - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
setValue(String) - Method in class org.dspace.authority.AuthorityValue
 
setValue(String) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
setValue(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setValue(String) - Method in class org.dspace.browse.BrowseInfo
 
setValue(String) - Method in class org.dspace.content.dto.MetadataValueDTO
 
setValue(String) - Method in class org.dspace.content.MetadataValue
Set the metadata value
setValue(String) - Method in class org.dspace.external.model.ExternalDataObject
Generic setter for the value
setValue(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider.ExternalDataObjectBuilder
Set the external data value
setValue(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
Set the MetadatumDTO to this value.
setValue(String) - Method in class org.dspace.importer.external.service.components.dto.PlainMetadataKeyValueItem
 
setValue(String) - Method in class org.dspace.scripts.DSpaceCommandLineParameter
 
setValue(String) - Method in class org.dspace.statistics.ObjectCount
 
setValue(String) - Method in class org.dspace.usage.UsageSearchEvent.AppliedFilter
 
setValue(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setValue(String) - Method in class org.dspace.workflow.NotifyType
Sets the value of the value property.
setValue(String, String...) - Method in class org.dspace.app.iiif.model.generator.MetadataEntryGenerator
Set metadata value.
setValue(ActionType) - Method in class org.dspace.workflow.WorkflowType
Sets the value of the value property.
setValueAt(Object, int, int) - Method in class org.purl.sword.client.PropertiesDialog.PropertiesModel
Set the value for the specified cell.
setValueLang(String) - Method in class org.dspace.app.rest.model.BrowseEntryRest
 
setValues(List<String>) - Method in class org.dspace.app.rest.model.ProcessFileTypesRest
Generic setter for the values
setValues(List<String>) - Method in class org.dspace.app.rest.model.PropertyRest
 
setValues(Map<String, Integer>) - Method in class org.dspace.app.rest.model.UsageReportPointRest
Sets all values of this UsageReportPointRest object
setValues(SolrDocument) - Method in class org.dspace.authority.AuthorityValue
Initialize this instance based on a solr record
setValues(SolrDocument) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
 
setValues(SolrDocument) - Method in class org.dspace.authority.PersonAuthorityValue
 
setValues(Person) - Method in class org.dspace.authority.orcid.Orcidv3AuthorityValue
Initialize this instance based on a Person object
setVerbose(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setVerbose(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setVerbose(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setVerbose(boolean) - Method in class org.dspace.rdf.RDFizer
Set this to true to print verbose information to System.err.
setVerbose(boolean) - Method in class org.dspace.sword.SWORDConfiguration
Set whether this is a verbose deposit.
setVerbose(boolean) - Method in class org.dspace.sword.SWORDService
 
setVerbose(boolean) - Method in class org.dspace.sword2.SwordConfigurationDSpace
Set whether this is a verbose deposit.
setVerbose(boolean) - Method in class org.purl.sword.base.Deposit
 
setVerbose(boolean) - Method in class org.purl.sword.base.Service
Set the Verbose value.
setVerbose(boolean) - Method in class org.purl.sword.client.ClientOptions
Set the verbose option.
setVerbose(boolean) - Method in class org.purl.sword.client.PostMessage
Set the verbose state.
setVerboseDescription(String) - Method in class org.purl.sword.base.SWORDEntry
Set the verbose description.
setVersion(Integer) - Method in class org.dspace.app.rest.model.VersionRest
Generic setter for the version
setVersion(String) - Method in class org.purl.sword.atom.Generator
Set the version.
setVersion(String) - Method in class org.purl.sword.base.Service
Set the SWORD version.
setVersionDate(Date) - Method in class org.dspace.versioning.Version
 
setVersionHistory(VersionHistory) - Method in class org.dspace.versioning.Version
 
setVersionNumber(int) - Method in class org.dspace.versioning.Version
 
setViewMode(String) - Method in class org.dspace.importer.external.scopus.service.ScopusImportMetadataSourceServiceImpl
 
setVirtualMetadataConfiguration(VirtualMetadataConfiguration) - Method in class org.dspace.content.virtual.Related
Generic setter for the virtualMetadataConfiguration property of this class
setVisibility(SubmissionVisibilityRest) - Method in class org.dspace.app.rest.model.SubmissionFormFieldRest
 
setVisibility(SubmissionVisibilityRest) - Method in class org.dspace.app.rest.model.SubmissionSectionRest
 
setVisible(boolean) - Method in class org.dspace.app.rest.model.ResearcherProfileRest
 
setVocabulary(String) - Method in class org.dspace.app.util.DCInput
Set the name of the controlled vocabulary that is associated with this field
setVocabularyEntryDetailsRest(VocabularyEntryDetailsRest) - Method in class org.dspace.app.rest.model.VocabularyEntryRest
 
setVocabularyName(String) - Method in class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
setWarning(String) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
Set the warning message used for logging
setWidth(int) - Method in class org.dspace.app.iiif.model.generator.CanvasGenerator
Sets the canvas width.
setWidth(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setWithdrawn() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been withdrawn
setWithdrawn(boolean) - Method in class org.dspace.app.rest.model.ItemRest
 
setWithin(List<ManifestGenerator>) - Method in class org.dspace.app.iiif.model.generator.AnnotationGenerator
Set the within property for this annotation.
setWorkflow(Workflow) - Method in class org.dspace.xmlworkflow.state.Step
Set the workflow this step belongs to
setWorkflowactions(List<WorkflowActionRest>) - Method in class org.dspace.app.rest.model.WorkflowStepRest
 
setWorkflowEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable workflow for Item ingestion.
setWorkflowGroup(Context, int, Group) - Method in class org.dspace.content.Collection
 
setWorkflowGroup(Context, Collection, int, Group) - Method in class org.dspace.content.CollectionServiceImpl
 
setWorkflowGroup(Context, Collection, int, Group) - Method in interface org.dspace.content.service.CollectionService
Set the workflow group corresponding to a particular workflow step.
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowitem(WorkflowItemRest) - Method in class org.dspace.app.rest.model.ClaimedTaskRest
 
setWorkflowitem(WorkflowItemRest) - Method in class org.dspace.app.rest.model.PoolTaskRest
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setWorkflowMapping(Map<String, Workflow>) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
Inject the mapping from Collection Handle into Workflow.
setXforwardedfor(String) - Method in class org.dspace.usage.UsageEvent
 
setYear(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.contributor.PubmedDateMetadatumContributor
Set a year (MetadataContributor) to this object
setZetoPub(String) - Method in class org.dspace.app.sherpa.v2.SHERPAJournal
 
SFXFileReaderService - Interface in org.dspace.app.sfx.service
XML configuration file reader for DSpace metadata fields (DC) mapping to OpenURL parameters.
SFXFileReaderServiceImpl - Class in org.dspace.app.sfx
XML configuration file reader for DSpace metadata fields (DC) mapping to OpenURL parameters.
SFXFileReaderServiceImpl() - Constructor for class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
SfxServiceFactory - Class in org.dspace.app.sfx.factory
Abstract factory to get services for the sfx package, use SfxServiceFactory.getInstance() to retrieve an implementation
SfxServiceFactory() - Constructor for class org.dspace.app.sfx.factory.SfxServiceFactory
 
SfxServiceFactoryImpl - Class in org.dspace.app.sfx.factory
Factory implementation to get services for the sfx package, use SfxServiceFactory.getInstance() to retrieve an implementation
SfxServiceFactoryImpl() - Constructor for class org.dspace.app.sfx.factory.SfxServiceFactoryImpl
 
shardSolrIndex() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
shardSolrIndex() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
SHERPA_RETRIEVAL_TIME - Static variable in class org.dspace.app.rest.submit.step.SherpaPolicyStep
 
SherpaCacheEvictService - Class in org.dspace.app.sherpa.cache
This service is responsible to deal with the SherpaService cache.
SherpaCacheEvictService() - Constructor for class org.dspace.app.sherpa.cache.SherpaCacheEvictService
 
SherpaCacheLogger - Class in org.dspace.app.sherpa.cache
This is a EHCache listner responsible for logging sherpa cache events.
SherpaCacheLogger() - Constructor for class org.dspace.app.sherpa.cache.SherpaCacheLogger
 
SHERPAEmbargo - Class in org.dspace.app.sherpa.v2
Model class for the Embargo of SHERPAv2 API (JSON)
SHERPAEmbargo(int, String) - Constructor for class org.dspace.app.sherpa.v2.SHERPAEmbargo
 
SHERPAJournal - Class in org.dspace.app.sherpa.v2
Plain java representation of a SHERPA Journal object, based on SHERPA API v2 responses.
SHERPAJournal() - Constructor for class org.dspace.app.sherpa.v2.SHERPAJournal
 
SHERPAPermittedVersion - Class in org.dspace.app.sherpa.v2
Plain java representation of a SHERPA Permitted Version object, based on SHERPA API v2 responses.
SHERPAPermittedVersion() - Constructor for class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
 
SherpaPolicy - Class in org.dspace.app.rest.model.step
Java Bean to expose Sherpa policies during in progress submission.
SherpaPolicy() - Constructor for class org.dspace.app.rest.model.step.SherpaPolicy
 
SherpaPolicyStep - Class in org.dspace.app.rest.submit.step
SherpaPolicy step for DSpace Spring Rest.
SherpaPolicyStep() - Constructor for class org.dspace.app.rest.submit.step.SherpaPolicyStep
 
SHERPAPublisher - Class in org.dspace.app.sherpa.v2
Plain java representation of a SHERPA Publisher object, based on SHERPA API v2 responses.
SHERPAPublisher() - Constructor for class org.dspace.app.sherpa.v2.SHERPAPublisher
 
SHERPAPublisherPolicy - Class in org.dspace.app.sherpa.v2
Plain java representation of a SHERPA Publisher Policy object, based on SHERPA API v2 responses.
SHERPAPublisherPolicy() - Constructor for class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
 
SHERPAPublisherResponse - Class in org.dspace.app.sherpa.v2
Model class for the SHERPAv2 API (JSON) response for a publisher search The structure and approached used is quite different to the simple v1 API used previously
SHERPAPublisherResponse(InputStream, SHERPAPublisherResponse.SHERPAFormat) - Constructor for class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
Parse SHERPA v2 API for a given format
SHERPAPublisherResponse(String) - Constructor for class org.dspace.app.sherpa.v2.SHERPAPublisherResponse
Create new response object to be handled as an error
SHERPAPublisherResponse.SHERPAFormat - Enum in org.dspace.app.sherpa.v2
 
SHERPAResponse - Class in org.dspace.app.sherpa.v2
Model class for the SHERPAv2 API (JSON) response for a publication (journal) search The structure and approached used is quite different to the simple v1 API used previously The structure is based on journal data, which in turn contains data about publishers and policies
SHERPAResponse() - Constructor for class org.dspace.app.sherpa.v2.SHERPAResponse
Create an empty SHERPAResponse representation
SHERPAResponse(InputStream, SHERPAResponse.SHERPAFormat) - Constructor for class org.dspace.app.sherpa.v2.SHERPAResponse
Parse SHERPA v2 API for a given format
SHERPAResponse(String) - Constructor for class org.dspace.app.sherpa.v2.SHERPAResponse
Create new response object to be handled as an error
SHERPAResponse.SHERPAFormat - Enum in org.dspace.app.sherpa.v2
 
SHERPARoMEOJournalTitle - Class in org.dspace.content.authority
Journal-name authority based on SHERPA/RoMEO v2
SHERPARoMEOJournalTitle() - Constructor for class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
SHERPARoMEOPublisher - Class in org.dspace.content.authority
Publisher name authority based on SHERPA/RoMEO v2
SHERPARoMEOPublisher() - Constructor for class org.dspace.content.authority.SHERPARoMEOPublisher
 
sherpaService - Variable in class org.dspace.app.sherpa.submit.SHERPASubmitService
Spring beans for configuration and API service
SHERPAService - Class in org.dspace.app.sherpa
SHERPAService is responsible for making the HTTP call to the SHERPA v2 API for SHERPASubmitService.
SHERPAService() - Constructor for class org.dspace.app.sherpa.SHERPAService
Create a new HTTP builder with sensible defaults in constructor
SHERPASubmitConfigurationService - Class in org.dspace.app.sherpa.submit
 
SHERPASubmitConfigurationService() - Constructor for class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
SHERPASubmitService - Class in org.dspace.app.sherpa.submit
SHERPASubmitService is
SHERPASubmitService() - Constructor for class org.dspace.app.sherpa.submit.SHERPASubmitService
 
SHERPASystemMetadata - Class in org.dspace.app.sherpa.v2
Plain java representation of a SHERPA System Metadata object, based on SHERPA API v2 responses.
SHERPASystemMetadata() - Constructor for class org.dspace.app.sherpa.v2.SHERPASystemMetadata
 
SHERPAUtils - Class in org.dspace.app.sherpa.v2
SHERPA v2 API query handling utility methods (static).
SHERPAv2JournalDataProvider - Class in org.dspace.external.provider.impl
This class is the implementation of the ExternalDataProvider interface that will deal with SherpaJournal External data lookups.
SHERPAv2JournalDataProvider() - Constructor for class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
 
SHERPAv2JournalISSNDataProvider - Class in org.dspace.external.provider.impl
This class is the implementation of the ExternalDataProvider interface that will deal with SherpaJournal External data lookups based on ISSN (to match functinoality offered by legacy SHERPASubmitService for policy lookups at the time of submission).
SHERPAv2JournalISSNDataProvider() - Constructor for class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
 
SHERPAv2PublisherDataProvider - Class in org.dspace.external.provider.impl
This class is the implementation of the ExternalDataProvider interface that will deal with SHERPAPublisher External data lookups.
SHERPAv2PublisherDataProvider() - Constructor for class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
 
SHETLAND_ENGLISH - Static variable in class org.dspace.text.filter.Language
 
ShibAuthentication - Class in org.dspace.authenticate
Shibboleth authentication for DSpace Shibboleth is a distributed authentication system for securely authenticating users and passing attributes about the user from one or more identity providers.
ShibAuthentication() - Constructor for class org.dspace.authenticate.ShibAuthentication
 
ShibbolethLoginFilter - Class in org.dspace.app.rest.security
This class will filter Shibboleth requests to see if the user has been authenticated via Shibboleth.
ShibbolethLoginFilter(String, AuthenticationManager, RestAuthenticationService) - Constructor for class org.dspace.app.rest.security.ShibbolethLoginFilter
 
SHORT_DESCRIPTION - Static variable in class org.dspace.content.BitstreamFormat_
 
shortDescription - Static variable in class org.dspace.content.BitstreamFormat_
 
ShortLivedJWTTokenHandler - Class in org.dspace.app.rest.security.jwt
Class responsible for creating and parsing JSON Web Tokens (JWTs) used for bitstream downloads among other things, supports both JWS and JWE https://jwt.io/ .
ShortLivedJWTTokenHandler() - Constructor for class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
 
shortLivedToken(HttpServletRequest) - Method in class org.dspace.app.rest.AuthenticationRestController
This method will generate a short lived token to be used for bitstream downloads among other things.
shortLivedTokenViaGet(HttpServletRequest) - Method in class org.dspace.app.rest.AuthenticationRestController
This method will generate a short lived token to be used for bitstream downloads among other things.
shouldLog(HttpServletRequest) - Method in class org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter
 
shouldProcessEntityType(Item) - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Checks if the item's entity type should be processed When no entity type is present, the check will not be performed and true will be returned.
shouldProcessItem(Item) - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Checks if an item should be processed
shouldProcessItemType(Item) - Method in class org.dspace.statistics.export.processor.ExportEventProcessor
Checks if the item should be excluded based on the its type
show() - Method in class org.purl.sword.client.PostDialog
Show the dialog with ok and cancel options.
show() - Method in class org.purl.sword.client.PropertiesDialog
Show the dialog and return the status code.
show() - Method in class org.purl.sword.client.ServiceDialog
Show the dialog.
showDestinationDialog(PostDestination) - Method in class org.purl.sword.client.PostDialog
Show the destination dialog.
shutdown() - Method in interface org.dspace.core.DBConnection
Close all sessions.
shutdown() - Method in class org.dspace.core.HibernateDBConnection
 
shutdown() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface shutdown() method.
shutdown() - Method in class org.dspace.service.impl.HttpConnectionPoolService.IdleConnectionMonitorThread
Cause a controlled exit from the thread.
shutdown() - Method in class org.dspace.servicemanager.DSpaceServiceManager
Shut down the Spring context and leave the "running" state.
shutdown() - Method in interface org.dspace.servicemanager.ServiceManagerSystem
Shuts down the service manager and all services that it is managing.
shutdown() - Method in class org.dspace.services.events.SystemEventService
 
shutdown() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
shutDownDatabase() - Method in class org.dspace.core.Context
 
SidebarFacetConfiguration - Class in org.dspace.discovery.configuration
 
SidebarFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
SIMPLE_HANDLE_PLACEHOLDER - Static variable in interface org.dspace.orcid.model.factory.OrcidEntityFactory
Placeholder used to refer the item handle on fields mapping.
SIMPLE_RELATIONS_COLLECTION2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COLLECTION2ITEM_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2COLLECTION_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2SITE_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2SUBCOMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_ITEM2BITSTREAM_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_ITEM2COLLECTION_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_PREFIXES_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_SITE2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_SUBCOMMUNITY2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SimpleConcatContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor is able to concat multi value.
SimpleConcatContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleConcatContributor
 
simpleDateFormat - Static variable in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyUtils
 
SimpleDCDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Disseminator for Simple Dublin Core metadata in XML format.
SimpleDCDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
SimpleDCEntryDisseminator - Class in org.dspace.sword2
 
SimpleDCEntryDisseminator() - Constructor for class org.dspace.sword2.SimpleDCEntryDisseminator
 
SimpleDCEntryIngester - Class in org.dspace.sword2
 
SimpleDCEntryIngester() - Constructor for class org.dspace.sword2.SimpleDCEntryIngester
 
SimpleDCMetadata - Class in org.dspace.sword2
 
SimpleDCMetadata() - Constructor for class org.dspace.sword2.SimpleDCMetadata
 
SimpleDispatcher - Class in org.dspace.checker
An implementation of the selection strategy that selects bitstreams in the order that they were last checked, looping endlessly.
SimpleDispatcher(Context, Date, boolean) - Constructor for class org.dspace.checker.SimpleDispatcher
Creates a new SimpleDispatcher.
SimpleDSORelationsConverterPlugin - Class in org.dspace.rdf.conversion
 
SimpleDSORelationsConverterPlugin() - Constructor for class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SimpleDSpaceObjectLicenseFormatter - Class in org.dspace.content.license
This is a simple implementation of the LicenseArgumentFormatter for a DSpaceObject.
SimpleDSpaceObjectLicenseFormatter() - Constructor for class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
SimpleFileIngester - Class in org.dspace.sword
 
SimpleFileIngester() - Constructor for class org.dspace.sword.SimpleFileIngester
 
SimpleJsonPathMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
A simple JsonPath Metadata processor that allow extract value from json object by configuring the path in the query variable via the bean.
SimpleJsonPathMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Empty constructor for SimpleJsonPathMetadataContributor
SimpleJsonPathMetadataContributor(String, MetadataFieldConfig) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleJsonPathMetadataContributor
Initialize SimpleJsonPathMetadataContributor with a query, prefixToNamespaceMapping and MetadataFieldConfig
SimpleMapConverter - Class in org.dspace.util
Class that parse a properties file present in the crosswalks directory and allows to get its values given a key.
SimpleMapConverter() - Constructor for class org.dspace.util.SimpleMapConverter
 
SimpleMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Metadata contributor that takes an PlainMetadataSourceDto instance and turns it into a collection of metadatum
SimpleMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
 
SimpleMetadataContributor(MetadataFieldConfig, String) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleMetadataContributor
 
SimpleMetadataListener - Class in org.dspace.submit.listener
This is the basic implementation for the MetadataListener interface.
SimpleMetadataListener() - Constructor for class org.dspace.submit.listener.SimpleMetadataListener
 
SimpleMultiplePathContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Web of Science specific implementation of MetadataContributor.
SimpleMultiplePathContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
 
SimpleMultiplePathContributor(List<String>) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleMultiplePathContributor
 
SimpleReporterService - Interface in org.dspace.checker.service
Simple Reporting Class which can return several different reports.
SimpleReporterServiceImpl - Class in org.dspace.checker
Simple Reporter implementation.
SimpleReporterServiceImpl() - Constructor for class org.dspace.checker.SimpleReporterServiceImpl
Main Constructor.
SimpleRisToMetadataConcatContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor extends SimpleRisToMetadataContributor, in particular, this one is able to chain multi values into a single one
SimpleRisToMetadataConcatContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataConcatContributor
 
SimpleRisToMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Metadata contributor that takes a record defined as Map> and turns it into metadatums configured in fieldToMetadata
SimpleRisToMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
SimpleRisToMetadataContributor(Map<String, MetadataFieldConfig>) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleRisToMetadataContributor
 
SimpleXpathDateFormatMetadataContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor can be used when parsing an XML file, particularly to extract a date and convert it to a specific format.
SimpleXpathDateFormatMetadataContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathDateFormatMetadataContributor
 
SimpleXpathMetadatumAndAttributeContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor checks for each node returned for the supplied path if node contains supplied attribute - the value of the current node is taken if exist.
SimpleXpathMetadatumAndAttributeContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumAndAttributeContributor
 
SimpleXpathMetadatumContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Metadata contributor that takes a JDOM Element and turns it into a metadatum
SimpleXpathMetadatumContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Empty constructor for SimpleXpathMetadatumContributor
SimpleXpathMetadatumContributor(String, Map<String, String>, MetadataFieldConfig) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
Initialize SimpleXpathMetadatumContributor with a query, prefixToNamespaceMapping and MetadataFieldConfig
SimpleZipContentDisseminator - Class in org.dspace.sword2
 
SimpleZipContentDisseminator() - Constructor for class org.dspace.sword2.SimpleZipContentDisseminator
 
SimpleZipContentIngester - Class in org.dspace.sword2
 
SimpleZipContentIngester() - Constructor for class org.dspace.sword2.SimpleZipContentIngester
 
simplyCopyValue(String, BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.MetadataImport
 
SINGLE - Variable in class org.dspace.app.util.GoogleMetadata
 
singleResult(Query) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return the first result from the given query or null if no results were found
singleResult(Context, CriteriaQuery) - Method in class org.dspace.core.AbstractHibernateDAO
Retrieve a single result from the query.
SingleUserReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action where a single user has been assigned and he can either accept/reject the workflow item or reject the task
SingleUserReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
Site - Class in org.dspace.content
Represents the root of the DSpace Archive.
Site() - Constructor for class org.dspace.content.Site
Protected constructor, create object using: SiteService.createSite(Context)
SITE - Static variable in class org.dspace.core.Constants
DSpace site type
SITE - Static variable in class org.dspace.event.Event
 
Site_ - Class in org.dspace.content
 
Site_() - Constructor for class org.dspace.content.Site_
 
site2Metadata(Site) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace site.
SiteConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the community in the DSpace API data model and the REST data model
SiteConverter() - Constructor for class org.dspace.app.rest.converter.SiteConverter
 
siteDAO - Variable in class org.dspace.content.SiteServiceImpl
 
SiteDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Site object.
SiteDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Site object.
SiteDAOImpl() - Constructor for class org.dspace.content.dao.impl.SiteDAOImpl
 
SitemapRestController - Class in org.dspace.app.rest
This is a specialized controller to provide access to the sitemap files, generated by GenerateSitemaps The mapping for requested endpoint try to resolve a valid sitemap file name, for example
SitemapRestController() - Constructor for class org.dspace.app.rest.SitemapRestController
 
SitemapsOrgGenerator - Class in org.dspace.app.sitemap
Class for generating Sitemaps to improve search engine coverage of the DSpace site and limit the server load caused by crawlers.
SitemapsOrgGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.SitemapsOrgGenerator
Construct a sitemaps.org protocol sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
SiteResource - Class in org.dspace.app.rest.model.hateoas
Item Rest HAL Resource.
SiteResource(SiteRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SiteResource
 
SiteRest - Class in org.dspace.app.rest.model
The Collection REST Resource
SiteRest() - Constructor for class org.dspace.app.rest.model.SiteRest
 
SiteRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Item Rest object
SiteRestRepository(SiteService) - Constructor for class org.dspace.app.rest.repository.SiteRestRepository
 
siteService - Variable in class org.dspace.content.CommunityServiceImpl
 
siteService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
siteService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
siteService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
siteService - Static variable in class org.dspace.content.packager.PackageUtils
 
siteService - Variable in class org.dspace.handle.HandleServiceImpl
 
siteService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
siteService - Variable in class org.dspace.rdf.RDFConsumer
 
siteService - Variable in class org.dspace.rdf.storage.HandleURIGenerator
 
siteService - Variable in class org.dspace.rdf.storage.LocalURIGenerator
 
siteService - Variable in class org.dspace.storage.rdbms.SiteServiceInitializer
 
SiteService - Interface in org.dspace.content.service
Service interface class for the Site object.
SiteServiceImpl - Class in org.dspace.content
Service implementation for the Site object.
SiteServiceImpl() - Constructor for class org.dspace.content.SiteServiceImpl
 
SiteServiceInitializer - Class in org.dspace.storage.rdbms
Callback method to ensure that the Site object is created (if no site exists) after the database migration completes.
SiteServiceInitializer() - Constructor for class org.dspace.storage.rdbms.SiteServiceInitializer
 
size() - Method in class org.dspace.app.rest.model.MetadataValueList
 
size() - Method in class org.dspace.app.rest.model.patch.Patch
 
size() - Method in interface org.dspace.services.model.Cache
How many items does this cache hold?
size() - Method in class org.dspace.utils.servicemanager.ProviderStack
Check the number of current providers which are available in this stack.
SIZE_BYTES - Static variable in class org.dspace.content.Bitstream_
 
sizeBytes - Static variable in class org.dspace.content.Bitstream_
 
skipFilter - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
skipList - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
SLUG - Static variable in interface org.purl.sword.base.HttpHeaders
The Slug header.
socket - Variable in class org.dspace.ctask.general.ClamScan
 
SOFTWARE_URI - Static variable in interface org.dspace.sword.SWORDProperties
 
solr - Variable in class org.dspace.authority.AuthoritySolrServiceImpl
Non-Static CommonsHttpSolrServer for processing indexing events.
solr - Variable in class org.dspace.discovery.SolrSearchCore
SolrServer for processing indexing events.
solr - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
solr - Variable in class org.dspace.statistics.SolrStatisticsCore
 
SOLR_DATE_FORMAT - Static variable in class org.dspace.util.SolrUtils
Restricted ISO 8601 format used by Solr.
SOLR_TIME_ZONE - Static variable in class org.dspace.util.SolrUtils
Solr uses UTC always.
SolrAuthority - Class in org.dspace.content.authority
 
SolrAuthority() - Constructor for class org.dspace.content.authority.SolrAuthority
 
solrAuthorityCoreHealthIndicator(AuthoritySolrServiceImpl) - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
SolrAuthorityInterface - Interface in org.dspace.authority
 
SolrBrowseDAO - Class in org.dspace.browse
 
SolrBrowseDAO(Context) - Constructor for class org.dspace.browse.SolrBrowseDAO
 
solrDatabaseResync() - Method in class org.dspace.app.rest.Application
 
SolrDatabaseResyncCli - Class in org.dspace.app.solrdatabaseresync
DSpaceRunnable implementation to update solr items with "predb" status to either: - Delete them from solr if they're not present in the database - Remove their status if they're present in the database
SolrDatabaseResyncCli() - Constructor for class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 
SolrDatabaseResyncCliScriptConfiguration - Class in org.dspace.app.solrdatabaseresync
SolrDatabaseResyncCliScriptConfiguration() - Constructor for class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCliScriptConfiguration
 
SolrFilterResult - Class in org.dspace.xoai.filter.results
 
SolrFilterResult - Class in org.dspace.xoai.filter
 
SolrFilterResult() - Constructor for class org.dspace.xoai.filter.results.SolrFilterResult
 
SolrFilterResult() - Constructor for class org.dspace.xoai.filter.SolrFilterResult
 
SolrFilterResult(String) - Constructor for class org.dspace.xoai.filter.results.SolrFilterResult
 
SolrFilterResult(String) - Constructor for class org.dspace.xoai.filter.SolrFilterResult
 
SolrImportExport - Class in org.dspace.util
Utility class to export, clear and import Solr indexes.
SolrImportExportException - Exception in org.dspace.util
 
SolrImportExportException(String) - Constructor for exception org.dspace.util.SolrImportExportException
 
SolrImportExportException(String, Throwable) - Constructor for exception org.dspace.util.SolrImportExportException
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsData
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
solrLoggerService - Variable in class org.dspace.statistics.SolrLoggerUsageEventListener
 
solrLoggerService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
solrLoggerService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
SolrLoggerService - Interface in org.dspace.statistics.service
Static holder for a HttpSolrClient connection pool to issue usage logging events to Solr from DSpace libraries, and some static query composers.
SolrLoggerServiceImpl - Class in org.dspace.statistics
Static holder for a HttpSolrClient connection pool to issue usage logging events to Solr from DSpace libraries, and some static query composers.
SolrLoggerServiceImpl() - Constructor for class org.dspace.statistics.SolrLoggerServiceImpl
 
SolrLoggerServiceImpl.ResultProcessor - Class in org.dspace.statistics
 
SolrLoggerServiceImpl.StatisticsType - Enum in org.dspace.statistics
 
SolrLoggerUsageEventListener - Class in org.dspace.statistics
Simple SolrLoggerUsageEvent facade to separate Solr specific logging implementation from DSpace.
SolrLoggerUsageEventListener() - Constructor for class org.dspace.statistics.SolrLoggerUsageEventListener
 
solrOaiCoreHealthIndicator(SolrServerResolver) - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
solrQueryResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
SolrQueryResolver - Interface in org.dspace.xoai.services.api.solr
 
solrSearchCore - Variable in class org.dspace.content.EntityTypeServiceImpl
 
solrSearchCore - Variable in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
solrSearchCore - Variable in class org.dspace.discovery.SolrServiceImpl
 
SolrSearchCore - Class in org.dspace.discovery
Bean containing the SolrClient for the search core.
SolrSearchCore() - Constructor for class org.dspace.discovery.SolrSearchCore
 
solrSearchCoreHealthIndicator(SolrSearchCore) - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
SolrSearchEmptyException - Exception in org.dspace.xoai.solr.exceptions
 
SolrSearchEmptyException() - Constructor for exception org.dspace.xoai.solr.exceptions.SolrSearchEmptyException
Creates a new instance of SolrSearchEmptyException without detail message.
SolrSearchEmptyException(String) - Constructor for exception org.dspace.xoai.solr.exceptions.SolrSearchEmptyException
Constructs an instance of SolrSearchEmptyException with the specified detail message.
SolrSearchEmptyException(String, Throwable) - Constructor for exception org.dspace.xoai.solr.exceptions.SolrSearchEmptyException
 
solrServerResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
SolrServerResolver - Interface in org.dspace.xoai.services.api.solr
 
SolrServiceContentInOriginalBundleFilterPlugin - Class in org.dspace.discovery
This plugin adds three fields to the solr index to make a facet with/without content in the ORIGINAL Bundle possible (like full text, images...).
SolrServiceContentInOriginalBundleFilterPlugin() - Constructor for class org.dspace.discovery.SolrServiceContentInOriginalBundleFilterPlugin
 
SolrServiceFileInfoPlugin - Class in org.dspace.discovery
Adds filenames and file descriptions of all files in the ORIGINAL bundle to the Solr search index.
SolrServiceFileInfoPlugin() - Constructor for class org.dspace.discovery.SolrServiceFileInfoPlugin
 
SolrServiceImpl - Class in org.dspace.discovery
SolrIndexer contains the methods that index Items and their metadata, collections, communities, etc.
SolrServiceImpl() - Constructor for class org.dspace.discovery.SolrServiceImpl
 
SolrServiceIndexCollectionSubmittersPlugin - Class in org.dspace.discovery
The purpose of this plugin is to index all ADD type resource policies related to collections.
SolrServiceIndexCollectionSubmittersPlugin() - Constructor for class org.dspace.discovery.SolrServiceIndexCollectionSubmittersPlugin
 
SolrServiceIndexOutputPlugin - Class in org.dspace.discovery
Example class that prints out the handle of the DSpace Object currently being indexed
SolrServiceIndexOutputPlugin() - Constructor for class org.dspace.discovery.SolrServiceIndexOutputPlugin
 
SolrServiceIndexPlugin - Interface in org.dspace.discovery
Indexing plugin used when indexing the communities/collections/items into DSpace
solrServiceIndexPlugins - Variable in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
SolrServiceMetadataBrowseIndexingPlugin - Class in org.dspace.discovery
A Solr Indexing plugin for the "metadata" browse index type.
SolrServiceMetadataBrowseIndexingPlugin() - Constructor for class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
SolrServiceParentObjectIndexingPlugin - Class in org.dspace.discovery
Indexes the UUID of the parent object for any Community, Collection and Item
SolrServiceParentObjectIndexingPlugin() - Constructor for class org.dspace.discovery.SolrServiceParentObjectIndexingPlugin
 
SolrServicePrivateItemPlugin - Class in org.dspace.discovery
This plugin prevents discovery of private items by non-administrators.
SolrServicePrivateItemPlugin() - Constructor for class org.dspace.discovery.SolrServicePrivateItemPlugin
 
SolrServiceResourceRestrictionPlugin - Class in org.dspace.discovery
Restriction plugin that ensures that indexes all the resource policies.
SolrServiceResourceRestrictionPlugin() - Constructor for class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
SolrServiceSearchPlugin - Interface in org.dspace.discovery
Plugin from which users can add additional search parameters for every search that occurs in discovery
SolrServiceSpellIndexingPlugin - Class in org.dspace.discovery
Created with IntelliJ IDEA.
SolrServiceSpellIndexingPlugin() - Constructor for class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
SolrServiceWorkspaceWorkflowRestrictionPlugin - Class in org.dspace.discovery
Plugin to restrict or grant access to workspace and workflow items based on the discovery configuration used.
SolrServiceWorkspaceWorkflowRestrictionPlugin() - Constructor for class org.dspace.discovery.SolrServiceWorkspaceWorkflowRestrictionPlugin
 
SolrStatisticsCore - Class in org.dspace.statistics
Bean containing the SolrClient for the statistics core
SolrStatisticsCore() - Constructor for class org.dspace.statistics.SolrStatisticsCore
 
solrStatisticsCoreHealthIndicator(SolrStatisticsCore) - Method in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
SolrUpgradePre6xStatistics - Class in org.dspace.util
CLI tool to upgrade legacy id references in SOLR statistics to DSpace 6 UUID's.
SolrUpgradePre6xStatistics(String, int, int) - Constructor for class org.dspace.util.SolrUpgradePre6xStatistics
Construct the utility class from the command line options
SolrUtils - Class in org.dspace.util
Common constants and static methods for working with Solr.
Sort(String, String) - Constructor for class org.dspace.usage.UsageSearchEvent.Sort
 
sortDatesDescending(Date[]) - Static method in class org.dspace.app.statistics.StatisticsLoader
Sort the date array in descending (reverse chronological) order.
SortException - Exception in org.dspace.sort
Just a quick SortException class to give us the relevant data type
SortException() - Constructor for exception org.dspace.sort.SortException
 
SortException(String) - Constructor for exception org.dspace.sort.SortException
 
SortException(String, Throwable) - Constructor for exception org.dspace.sort.SortException
 
SortException(Throwable) - Constructor for exception org.dspace.sort.SortException
 
Sorting() - Constructor for class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
Sorting(String) - Constructor for class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
Sorting(String, String) - Constructor for class org.dspace.app.rest.model.SearchResultsRest.Sorting
 
SortOption - Class in org.dspace.sort
Class to mediate with the sort configuration
SortOption() - Constructor for class org.dspace.app.rest.model.SearchConfigurationRest.SortOption
 
SortOption(int, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object using the definition from the configuration
SortOption(int, String, String, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object with the given parameters
SortOption(String, String) - Constructor for class org.dspace.app.rest.model.BrowseIndexRest.SortOption
 
source - Variable in class org.dspace.content.authority.SolrAuthority
 
Source - Class in org.purl.sword.atom
Represents an ATOM Generator element.
Source() - Constructor for class org.purl.sword.atom.Source
Create a new instance and set the prefix to 'atom' and the local name to 'source'.
SourceExceptionHandler<T extends AbstractRemoteMetadataSource> - Interface in org.dspace.importer.external.exception
Represent a handler that forces implementations to define their own behaviour for exceptions originating from
sourceIdentifier - Variable in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
Source identifier (defined in beans)
SPANISH - Static variable in class org.dspace.text.filter.Language
 
SPARQL_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the public address of the SPARQL endpoint.
SPECIAL_GROUPS - Static variable in class org.dspace.app.rest.security.jwt.SpecialGroupClaimProvider
 
SpecialGroupClaimProvider - Class in org.dspace.app.rest.security.jwt
JWT claim provider to read and set the special groups of an eperson on a JWT token
SpecialGroupClaimProvider() - Constructor for class org.dspace.app.rest.security.jwt.SpecialGroupClaimProvider
 
SPECIALGROUPS - Static variable in class org.dspace.app.rest.model.AuthenticationStatusRest
 
SpecificLevelProjection - Class in org.dspace.app.rest.projection
This Projection will allow us to specify how many levels deep we're going to embed resources onto the requested HalResource.
SpecificLevelProjection() - Constructor for class org.dspace.app.rest.projection.SpecificLevelProjection
 
SPELLCHECK - org.dspace.discovery.IndexClientOptions
 
SpiderDetector - Class in org.dspace.statistics.util
SpiderDetector delegates static methods to SpiderDetectorService, which is used to find IP's that are spiders...
SpiderDetectorService - Interface in org.dspace.statistics.util
Interface to implement a SpiderDetectorService
SpiderDetectorServiceImpl - Class in org.dspace.statistics.util
SpiderDetectorServiceImpl is used to find IP's that are spiders...
SpiderDetectorServiceImpl(ConfigurationService, ClientInfoService) - Constructor for class org.dspace.statistics.util.SpiderDetectorServiceImpl
 
SPLIT - Static variable in interface org.dspace.authority.service.AuthorityValueService
 
splitList(List<T>, int) - Static method in class org.dspace.app.util.Util
Split a list in an array of i sub-lists uniformly sized.
SpringLoader - Interface in org.dspace.kernel.config
Interface that is used so that modules can determine their own spring file locations
springXmlConfigFiles - Variable in class org.dspace.servicemanager.DSpaceServiceManager
 
sql(String) - Method in class org.dspace.browse.BrowseOutput
Pass in some SQL.
STAGE_REACHED - Static variable in class org.dspace.content.WorkspaceItem_
 
stageReached - Static variable in class org.dspace.content.WorkspaceItem_
 
StandardInitialArticleWord - Class in org.dspace.text.filter
Implements existing DSpace initial article word behaviour Note: This only works for languages defined with ISO code entries.
StandardInitialArticleWord() - Constructor for class org.dspace.text.filter.StandardInitialArticleWord
 
standardize(String, String, String, String) - Static method in class org.dspace.core.Utils
Make the metadata field key using the separator.
start - Variable in class org.dspace.content.authority.Choices
Index of start of this result wrt.
start() - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
start() - Method in interface org.dspace.kernel.CommonLifecycle
Starts the bean.
start() - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method handles the start of the script
start() - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
start() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
start(String) - Method in class org.dspace.servicemanager.DSpaceKernelImpl
This starts up the entire core system.
start(Context, WorkspaceItem) - Method in interface org.dspace.workflow.WorkflowService
Move an Item from a submitter's workspace into a collection's workflow - in a single transaction do away with the WorkspaceItem and turn it into a WorkflowItem.
start(Context, WorkspaceItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
start(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
start(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will perform the logic needed to update the Process object in the database to represent a started state.
start(ServiceManager) - Method in interface org.dspace.kernel.Activator
This is called when the service manager is starting this activator.
START_DATE - Static variable in class org.dspace.authorize.ResourcePolicy_
 
START_TIME - Static variable in class org.dspace.scripts.Process_
 
startDate - Static variable in class org.dspace.authorize.ResourcePolicy_
 
started - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
started - Static variable in class org.dspace.app.util.WebApp_
 
STARTED - Static variable in class org.dspace.app.util.WebApp_
 
startNewFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
Start writing a new sitemap file.
startNewScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
startNewScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Start harvest scheduler.
startProcess(String, List<MultipartFile>) - Method in class org.dspace.app.rest.ScriptProcessesController
This method can be called by sending a POST request to the system/scripts/{name}/processes endpoint This will start a process for the script that matches the given name
startProcess(Context, String, List<MultipartFile>) - Method in class org.dspace.app.rest.repository.ScriptRestRepository
This method will take a String scriptname parameter and it'll try to resolve this to a script known by DSpace.
startRequest() - Method in interface org.dspace.services.RequestService
Initiates a request in the system.
startRequest() - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
startRequest(ServletRequest, ServletResponse) - Method in interface org.dspace.services.RequestService
Initiates a request in the system, normally this would be triggered by a servlet request starting
Only one request can be associated with the current thread so if another one is running it will be destroyed and a new one will be created
Note that requests are expected to be manually ended somehow and will not be closed out automatically
startRequest(ServletRequest, ServletResponse) - Method in class org.dspace.services.sessions.StatelessRequestServiceImpl
 
STARTS_WITH - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
startTime - Static variable in class org.dspace.scripts.Process_
 
startup() - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
startup() - Method in interface org.dspace.servicemanager.ServiceManagerSystem
Startup the service manager and initialize all services.
startWithoutNotify(Context, WorkspaceItem) - Method in interface org.dspace.workflow.WorkflowService
Start the workflow normally, but disable notifications for the first workflow step.
startWithoutNotify(Context, WorkspaceItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
startWorkflow(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Start the DSpace workflow on the given item
Stat - Class in org.dspace.app.statistics
This is a primitive class to represent a single statistic, which will generally be a key value pair but with the capabilities for being sorted Note: this class has a natural ordering that is inconsistent with equals
statBlock(Statistics) - Method in class org.dspace.app.statistics.HTMLReport
output the report block based on the passed mapping, where the mapping should be "name of report element" to "value", where both sides of the mapping should be Strings.
statBlock(Statistics) - Method in interface org.dspace.app.statistics.Report
output the report block based on the passed statistics object array
stateChanged(ChangeEvent) - Method in class org.purl.sword.client.PostDialog
Detect a state change event for the checkbox.
StatelessAuthenticationFilter - Class in org.dspace.app.rest.security
Custom Spring authentication filter for Stateless authentication, intercepts requests to check for valid authentication.
StatelessAuthenticationFilter(AuthenticationManager, RestAuthenticationService, EPersonRestAuthenticationProvider, RequestService) - Constructor for class org.dspace.app.rest.security.StatelessAuthenticationFilter
 
StatelessLoginFilter - Class in org.dspace.app.rest.security
This class will filter /api/authn/login requests to try and authenticate them.
StatelessLoginFilter(String, AuthenticationManager, RestAuthenticationService) - Constructor for class org.dspace.app.rest.security.StatelessLoginFilter
 
StatelessRequestServiceImpl - Class in org.dspace.services.sessions
Implementation of the session service.
StatelessRequestServiceImpl() - Constructor for class org.dspace.services.sessions.StatelessRequestServiceImpl
 
StatementManagerDSpace - Class in org.dspace.sword2
 
StatementManagerDSpace() - Constructor for class org.dspace.sword2.StatementManagerDSpace
 
StaticDSOConverterPlugin - Class in org.dspace.rdf.conversion
 
StaticDSOConverterPlugin() - Constructor for class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
Statistics - Class in org.dspace.app.statistics
This class provides a wrapper for a related set of statistics.
STATISTICS - Static variable in interface org.dspace.app.rest.model.RestModel
 
StatisticsBSAdapter - Class in org.dspace.statistics.content
Class that will hold the data needed to show statistics in the browse and search pages.
StatisticsBSAdapter() - Constructor for class org.dspace.statistics.content.StatisticsBSAdapter
 
StatisticsClient - Class in org.dspace.statistics.util
Class to load intermediate statistics files into Solr.
StatisticsData - Class in org.dspace.statistics.content
Abstract "factory" for statistical queries.
StatisticsData() - Constructor for class org.dspace.statistics.content.StatisticsData
Construct a blank query factory.
StatisticsData(Dataset) - Constructor for class org.dspace.statistics.content.StatisticsData
Wrap an existing Dataset in an unconfigured query factory.
StatisticsDataSearches - Class in org.dspace.statistics.content
A statistics data implementation that will query the statistics backend for search information
StatisticsDataSearches(DSpaceObject) - Constructor for class org.dspace.statistics.content.StatisticsDataSearches
 
StatisticsDataVisits - Class in org.dspace.statistics.content
Query factory associated with a DSpaceObject.
StatisticsDataVisits() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct a completely uninitialized query.
StatisticsDataVisits(DSpaceObject) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an empty query concerning a given DSpaceObject.
StatisticsDataVisits(DSpaceObject, Dataset) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an unconfigured query around a given DSO and Dataset.
StatisticsDataVisits(Dataset) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an unconfigured query around a given Dataset.
StatisticsDataVisits.DatasetQuery - Class in org.dspace.statistics.content
 
StatisticsDataVisits.Query - Class in org.dspace.statistics.content
 
StatisticsDataWorkflow - Class in org.dspace.statistics.content
A workflow data implementation that will query the statistics backend for workflow information.
StatisticsDataWorkflow(DSpaceObject, int) - Constructor for class org.dspace.statistics.content.StatisticsDataWorkflow
 
StatisticsDisplay - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics
StatisticsDisplay(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsDisplay
 
StatisticsFilter - Interface in org.dspace.statistics.content.filter
A wrapper for some kind of Solr filter expression.
StatisticsImporter - Class in org.dspace.statistics.util
Class to load intermediate statistics files (produced from log files by ClassicDSpaceLogConverter) into Solr.
StatisticsImporter(boolean) - Constructor for class org.dspace.statistics.util.StatisticsImporter
Constructor.
StatisticsListing - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics as a list
StatisticsListing(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsListing
 
StatisticsLoader - Class in org.dspace.app.statistics
Helper class for loading the analysis / report files from the reports directory
StatisticsLoggingConsumer - Class in org.dspace.statistics
StatisticsLogging Consumer for SolrLogger which captures Create, Update and Delete Events on DSpace Objects.
StatisticsLoggingConsumer() - Constructor for class org.dspace.statistics.StatisticsLoggingConsumer
 
StatisticsRestController - Class in org.dspace.app.rest
 
StatisticsRestController() - Constructor for class org.dspace.app.rest.StatisticsRestController
 
StatisticsRestRepository - Class in org.dspace.app.rest.repository
 
StatisticsRestRepository() - Constructor for class org.dspace.app.rest.repository.StatisticsRestRepository
 
StatisticsServiceFactory - Class in org.dspace.statistics.factory
Abstract factory to get services for the statistics package, use StatisticsServiceFactory.getInstance() to retrieve an implementation
StatisticsServiceFactory() - Constructor for class org.dspace.statistics.factory.StatisticsServiceFactory
 
StatisticsServiceFactoryImpl - Class in org.dspace.statistics.factory
Factory implementation to get services for the statistics package, use StatisticsServiceFactory.getInstance() to retrieve an implementation
StatisticsServiceFactoryImpl() - Constructor for class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
StatisticsSolrDateFilter - Class in org.dspace.statistics.content.filter
Encapsulate a range of dates for Solr query filtering.
StatisticsSolrDateFilter() - Constructor for class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
 
StatisticsSupportHalLinkFactory - Class in org.dspace.app.rest.link.statistics
 
StatisticsSupportHalLinkFactory() - Constructor for class org.dspace.app.rest.link.statistics.StatisticsSupportHalLinkFactory
 
StatisticsSupportResource - Class in org.dspace.app.rest.model.hateoas
 
StatisticsSupportResource(StatisticsSupportRest) - Constructor for class org.dspace.app.rest.model.hateoas.StatisticsSupportResource
 
StatisticsSupportRest - Class in org.dspace.app.rest.model
 
StatisticsSupportRest() - Constructor for class org.dspace.app.rest.model.StatisticsSupportRest
 
StatisticsTable - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics as a table
StatisticsTable(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsTable
 
STATS - Variable in class org.dspace.ctask.general.ClamScan
 
status - Variable in class org.dspace.ctask.general.AbstractTranslator
 
status - Variable in class org.dspace.ctask.general.BitstreamsIntoMetadata
 
status - Variable in class org.dspace.ctask.general.ClamScan
 
status - Variable in class org.dspace.ctask.general.NoOpCurationTask
 
status - Variable in class org.dspace.curate.CitationPage
 
status - Static variable in class org.dspace.harvest.HarvestScheduler
 
status - Static variable in class org.dspace.identifier.DOI_
 
status - Static variable in class org.dspace.orcid.OrcidHistory_
 
status(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.rest.AuthenticationRestController
Check the current user's authentication status (i.e.
Status - Class in org.purl.sword.client
Representation of the status code and message.
Status(int, String) - Constructor for class org.purl.sword.client.Status
Create a new status message.
STATUS - org.dspace.app.rest.security.DSpaceRestPermission
 
STATUS - Static variable in class org.dspace.identifier.DOI_
 
STATUS - Static variable in class org.dspace.orcid.OrcidHistory_
 
STATUS_BUSY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_FIELD - Static variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
STATUS_FIELD_PREDB - Static variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
STATUS_OAI_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_QUEUED - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_READY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_UNKNOWN_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
statusCodes() - Method in annotation type org.dspace.curate.Suspendable
 
stdout - Variable in class org.dspace.rdf.RDFizer
 
step - Variable in class org.dspace.workflow.FlowStep
Name of this workflow step.
Step - Class in org.dspace.xmlworkflow.state
A class that contains all the data of a Workflow step.
Step() - Constructor for class org.dspace.xmlworkflow.state.Step
 
STEP - Static variable in class org.dspace.app.rest.model.ClaimedTaskRest
 
STEP - Static variable in class org.dspace.app.rest.model.PoolTaskRest
 
STEP - Static variable in class org.dspace.app.rest.model.WorkflowItemRest
 
STEP_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
STEP_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
stepId - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
stepId - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
steps - Variable in class org.dspace.workflow.TaskSet
The FlowSteps assigned to this TaskSet.
STEPS - Static variable in class org.dspace.app.rest.model.WorkflowDefinitionRest
 
stop() - Method in interface org.dspace.kernel.CommonLifecycle
Stops the bean.
stop() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
stop(ServiceManager) - Method in interface org.dspace.kernel.Activator
This is called when the service manager is shutting down this activator.
stopScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
stopScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Stop an active harvest scheduler.
stopWorkflow(Context, Item) - Method in class org.dspace.sword2.WorkflowTools
Stop the DSpace workflow, and return the item to the user workspace
storage - Variable in class org.dspace.rdf.RDFizer
 
STORAGE_GRAPHSTORE_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the address of the SPARQL 1.1 GRAPH STORE HTTP PROTOCOL endpoint.
STORAGE_GRAPHSTORE_LOGIN_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the username if authentication for the graph store endpoint is required.
STORAGE_GRAPHSTORE_PASSWORD_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the password if authentication for the graph store endpoint is required.
STORAGE_SPARQL_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the address of the SPARQL endpoint to use within DSpace.
STORAGE_SPARQL_LOGIN_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the username if authentication for the internal SPARQL endpoint is required.
STORAGE_SPARQL_PASSWORD_KEY - Static variable in class org.dspace.rdf.RDFUtil
Property key to load the password if authentication for the internal SPARQL endpoint is required.
StorageServiceFactory - Class in org.dspace.storage.bitstore.factory
Abstract factory to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation
StorageServiceFactory() - Constructor for class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
StorageServiceFactoryImpl - Class in org.dspace.storage.bitstore.factory
Factory implementation to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation
StorageServiceFactoryImpl() - Constructor for class org.dspace.storage.bitstore.factory.StorageServiceFactoryImpl
 
store(String, Model) - Method in interface org.dspace.rdf.storage.RDFStorage
Don't use this method directly, use RDFizer.convert(...) to convert and store DSpaceObjets.
store(String, Model) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
store(String, OAIPMH) - Method in interface org.dspace.xoai.services.api.cache.XOAICacheService
 
store(String, OAIPMH) - Method in class org.dspace.xoai.services.impl.cache.DSpaceEmptyCacheService
 
store(String, OAIPMH) - Method in class org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService
 
store(Context, Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
store(Context, Bitstream, InputStream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Store a stream of bits.
STORE_NUMBER - Static variable in class org.dspace.content.Bitstream_
 
STORE_SEPARATOR - Static variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
storeAndCheckBinary() - Method in class org.dspace.sword2.SwordConfigurationDSpace
 
storeAuthority(String, Collection) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
storeAuthority(String, Collection) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Should we store the authority key (if any) for such field key and collection?
storeAuthorityInMetadata() - Method in interface org.dspace.content.authority.ChoiceAuthority
Provide a recommendation to store the authority in the metadata value if available in the in the provided choice(s).
storeAuthorityInMetadata() - Method in class org.dspace.content.authority.DCInputAuthority
 
storeAuthorityInMetadata() - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
storeCommunityCollectionLocations(SolrInputDocument, List<String>) - Method in class org.dspace.discovery.indexobject.DSpaceObjectIndexFactoryImpl
 
storeCommunityCollectionLocations(SolrInputDocument, List<String>) - Method in interface org.dspace.discovery.indexobject.factory.DSpaceObjectIndexFactory
Store the provided locations in the solr document
storeEntryAsFile(Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.DSpaceSwordAPI
Store original package on disk and companion file containing SWORD headers as found in the deposit object Also write companion file with header info from the deposit object.
storeHierarchy - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
storeInprogressItemFields(Context, SolrInputDocument, InProgressSubmission) - Method in interface org.dspace.discovery.indexobject.factory.InprogressSubmissionIndexFactory
Store common fields between workspace / workflow items in the solr document
storeInprogressItemFields(Context, SolrInputDocument, InProgressSubmission) - Method in class org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl
 
storeNumber - Static variable in class org.dspace.content.Bitstream_
 
storeOriginals(SwordConfigurationDSpace, Context, VerboseDescription, Deposit, DepositResult) - Method in class org.dspace.sword2.DSpaceSwordAPI
 
storeOriginalURL(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Put the original request URL into the request object as an attribute for later use.
storePackageAsFile(Deposit, AuthCredentials, SwordConfigurationDSpace) - Method in class org.dspace.sword2.DSpaceSwordAPI
Store original package on disk and companion file containing SWORD headers as found in the deposit object Also write companion file with header info from the deposit object.
storeParents(SolrInputDocument, DSpaceObject) - Method in interface org.dspace.statistics.service.SolrLoggerService
Method just used to log the parents.
storeParents(SolrInputDocument, DSpaceObject) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
StreamDisseminationCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface crosswalk metadata directly from a DSpace Object to an output stream, in a specific format.
StreamIngestionCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface can crosswalk metadata directly from a stream (assumed to be in a specific format) to the object.
StreamUtils - Class in org.dspace.utils
Simple set of utilities which handle various stream operations.
stringToDate(String) - Method in class org.dspace.authority.AuthorityValue
 
StripDiacritics - Class in org.dspace.text.filter
Strips decomposed diacritic characters from the supplied string
StripDiacritics() - Constructor for class org.dspace.text.filter.StripDiacritics
 
StripLeadingNonAlphaNum - Class in org.dspace.text.filter
 
StripLeadingNonAlphaNum() - Constructor for class org.dspace.text.filter.StripLeadingNonAlphaNum
 
StructBuilder - Class in org.dspace.administer
This class deals with importing community and collection structures from an XML file.
SUB_COMMUNITIES - Static variable in class org.dspace.content.Community_
 
subCommunities - Static variable in class org.dspace.content.Community_
 
SUBCOMMUNITIES - Static variable in class org.dspace.app.rest.model.CommunityRest
 
SUBDIR_LIMIT - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
SUBGROUPS - Static variable in class org.dspace.app.rest.model.GroupRest
 
subject - Static variable in class org.dspace.rdf.conversion.DMRM
The subject of a DSpace metadata RDF mapping result.
SUBJECT_MASK - Static variable in class org.dspace.event.Event
Index of filter parts in their array:
SUBMISSION - org.dspace.app.rest.model.ScopeEnum
 
SUBMISSION - Static variable in interface org.dspace.app.rest.model.RestModel
 
SUBMISSION_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view by the end user during submission.
SubmissionAccessOptionConverter - Class in org.dspace.app.rest.converter
This converter will convert an object of to an object of SubmissionAccessOptionRest.
SubmissionAccessOptionConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionAccessOptionConverter
 
SubmissionAccessOptionResource - Class in org.dspace.app.rest.model.hateoas
SubmissionAccessOption HAL Resource.
SubmissionAccessOptionResource(SubmissionAccessOptionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionAccessOptionResource
 
SubmissionAccessOptionRest - Class in org.dspace.app.rest.model
The Access Condition Section Configuration REST Resource
SubmissionAccessOptionRest() - Constructor for class org.dspace.app.rest.model.SubmissionAccessOptionRest
 
SubmissionAccessOptionRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage AccessCondition section during the submission.
SubmissionAccessOptionRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionAccessOptionRestRepository
 
SubmissionCCLicenseConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an CCLicense to the REST representation of an CCLicense and vice versa
SubmissionCCLicenseConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionCCLicenseConverter
 
SubmissionCCLicenseFieldConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an CCLicenseField to the REST representation of an CCLicenseField and vice versa The CCLicenseField is a sub component of the CCLicense object
SubmissionCCLicenseFieldConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionCCLicenseFieldConverter
 
SubmissionCCLicenseFieldEnumConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming the model representation of an CCLicenseFieldEnum to the REST representation of an CCLicenseFieldEnum and vice versa The CCLicenseFieldEnum is a sub component of the CCLicenseField object
SubmissionCCLicenseFieldEnumConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionCCLicenseFieldEnumConverter
 
SubmissionCCLicenseFieldEnumRest - Class in org.dspace.app.rest.model
This class is the REST representation of the CCLicenseFieldEnum model object and acts as a data sub object for the SubmissionCCLicenseFieldRest class.
SubmissionCCLicenseFieldEnumRest() - Constructor for class org.dspace.app.rest.model.SubmissionCCLicenseFieldEnumRest
 
SubmissionCCLicenseFieldRest - Class in org.dspace.app.rest.model
This class is the REST representation of the CCLicenseField model object and acts as a data sub object for the SubmissionCCLicenseRest class.
SubmissionCCLicenseFieldRest() - Constructor for class org.dspace.app.rest.model.SubmissionCCLicenseFieldRest
 
SubmissionCCLicenseResource - Class in org.dspace.app.rest.model.hateoas
CCLicense HAL Resource.
SubmissionCCLicenseResource(SubmissionCCLicenseRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionCCLicenseResource
 
SubmissionCCLicenseRest - Class in org.dspace.app.rest.model
This class is the REST representation of the CCLicense model object and acts as a data object for the SubmissionCCLicenseResource class.
SubmissionCCLicenseRest() - Constructor for class org.dspace.app.rest.model.SubmissionCCLicenseRest
 
SubmissionCCLicenseRestEvaluatorPlugin - Class in org.dspace.app.rest.security
 
SubmissionCCLicenseRestEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.SubmissionCCLicenseRestEvaluatorPlugin
 
SubmissionCCLicenseRestRepository - Class in org.dspace.app.rest.repository
This is the repository that is responsible to manage CCLicense Rest objects
SubmissionCCLicenseRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionCCLicenseRestRepository
 
SubmissionCCLicenseUrl - Class in org.dspace.app.rest.model.wrapper
This class represents a model implementation for SubmissionCCLicenseUrlRest This will simply store a url and an id.
SubmissionCCLicenseUrl(String, String) - Constructor for class org.dspace.app.rest.model.wrapper.SubmissionCCLicenseUrl
Default constructor with two parameters, url and id
SubmissionCCLicenseUrlConverter - Class in org.dspace.app.rest.converter
This converter is responsible for transforming a Submission CC License Url String to the REST representation SubmissionCCLicenseUrlRest and vice versa
SubmissionCCLicenseUrlConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionCCLicenseUrlConverter
 
SubmissionCCLicenseUrlRepository - Class in org.dspace.app.rest
This Repository is responsible for handling the CC License URIs.
SubmissionCCLicenseUrlRepository() - Constructor for class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
SubmissionCCLicenseUrlResource - Class in org.dspace.app.rest.model.hateoas
SubmissionCCLicenseUrl HAL Resource.
SubmissionCCLicenseUrlResource(SubmissionCCLicenseUrlRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionCCLicenseUrlResource
 
SubmissionCCLicenseUrlResourceHalLinkFactory - Class in org.dspace.app.rest.link.process
This class will provide the SubmissionCCLicenseUrlResource with links
SubmissionCCLicenseUrlResourceHalLinkFactory() - Constructor for class org.dspace.app.rest.link.process.SubmissionCCLicenseUrlResourceHalLinkFactory
 
SubmissionCCLicenseUrlRest - Class in org.dspace.app.rest.model
This class is the REST representation of the CCLicense URL String object and acts as a data object for the SubmissionCCLicenseUrlRest class.
SubmissionCCLicenseUrlRest() - Constructor for class org.dspace.app.rest.model.SubmissionCCLicenseUrlRest
 
SubmissionCCLicenseUrlRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class will handle calls made to SubmissionCCLicenseUrlRest endpoints.
SubmissionCCLicenseUrlRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.SubmissionCCLicenseUrlRestPermissionEvaluatorPlugin
 
SubmissionConfig - Class in org.dspace.app.util
Class representing a single Item Submission config definition, organized into steps.
SubmissionConfig(boolean, String, List<Map<String, String>>) - Constructor for class org.dspace.app.util.SubmissionConfig
Constructs a new Submission Configuration object, based on the XML configuration file (item-submission.xml)
submissionConfigReader - Variable in class org.dspace.app.rest.converter.AInprogressItemConverter
 
SubmissionConfigReader - Class in org.dspace.app.util
Item Submission configuration generator for DSpace.
SubmissionConfigReader() - Constructor for class org.dspace.app.util.SubmissionConfigReader
Load Submission Configuration from the item-submission.xml configuration file
SubmissionConfigReaderException - Exception in org.dspace.app.util
This is a superclass for exceptions representing a failure when loading the item submission configuration.
SubmissionConfigReaderException() - Constructor for exception org.dspace.app.util.SubmissionConfigReaderException
No-args constructor.
SubmissionConfigReaderException(String) - Constructor for exception org.dspace.app.util.SubmissionConfigReaderException
Constructor for a given message.
SubmissionConfigReaderException(String, Throwable) - Constructor for exception org.dspace.app.util.SubmissionConfigReaderException
Constructor to create a new exception wrapping it around another exception.
SubmissionConfigReaderException(Throwable) - Constructor for exception org.dspace.app.util.SubmissionConfigReaderException
Constructor for a given cause.
SubmissionDefinitionConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the SubmissionConfig in the DSpace API data model and the REST data model
SubmissionDefinitionConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionDefinitionConverter
 
SubmissionDefinitionResource - Class in org.dspace.app.rest.model.hateoas
SubmissionDefinition Rest HAL Resource.
SubmissionDefinitionResource(SubmissionDefinitionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionDefinitionResource
 
SubmissionDefinitionRest - Class in org.dspace.app.rest.model
The Submission Definition REST Resource
SubmissionDefinitionRest() - Constructor for class org.dspace.app.rest.model.SubmissionDefinitionRest
 
SubmissionDefinitionRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage MetadataField Rest object
SubmissionDefinitionRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionDefinitionRestRepository
 
SubmissionFormConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the DCInputSet in the DSpace API data model and the REST data model
SubmissionFormConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionFormConverter
 
SubmissionFormFieldRest - Class in org.dspace.app.rest.model
The SubmissionFormField REST Resource.
SubmissionFormFieldRest() - Constructor for class org.dspace.app.rest.model.SubmissionFormFieldRest
 
SubmissionFormInputTypeRest - Class in org.dspace.app.rest.model
The SubmissionFormInputType REST Resource.
SubmissionFormInputTypeRest() - Constructor for class org.dspace.app.rest.model.SubmissionFormInputTypeRest
 
SubmissionFormResource - Class in org.dspace.app.rest.model.hateoas
InputFrom Rest HAL Resource.
SubmissionFormResource(SubmissionFormRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionFormResource
 
SubmissionFormRest - Class in org.dspace.app.rest.model
The Submission Form REST Resource
SubmissionFormRest() - Constructor for class org.dspace.app.rest.model.SubmissionFormRest
 
SubmissionFormRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage InputForm Rest object
SubmissionFormRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionFormRestRepository
 
SubmissionFormRowRest - Class in org.dspace.app.rest.model
The InputFormRow REST Resource.
SubmissionFormRowRest() - Constructor for class org.dspace.app.rest.model.SubmissionFormRowRest
 
SubmissionFormsMigration - Class in org.dspace.submit.migration
Script (config SubmissionFormsMigrationCliScriptConfiguration) to transform the old input-forms.xml and item-submission.xml via XSLT (xsl files in dspace/config/migration) into respectively the new submission-forms.xsl and item-submissions.xsl files
SubmissionFormsMigration() - Constructor for class org.dspace.submit.migration.SubmissionFormsMigration
 
SubmissionFormsMigrationCliScriptConfiguration<T extends SubmissionFormsMigration> - Class in org.dspace.submit.migration
SubmissionFormsMigrationCliScriptConfiguration() - Constructor for class org.dspace.submit.migration.SubmissionFormsMigrationCliScriptConfiguration
 
SubmissionFormsMigrationScriptConfiguration - Class in org.dspace.submit.migration
Subclass of SubmissionFormsMigrationCliScriptConfiguration to be use in rest/scripts.xml configuration so this script is not runnable from REST
SubmissionFormsMigrationScriptConfiguration() - Constructor for class org.dspace.submit.migration.SubmissionFormsMigrationScriptConfiguration
 
SubmissionPanelRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Submission Step (aka Panel) Rest object
SubmissionPanelRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionPanelRestRepository
 
SubmissionSectionConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the SubmissionStepConfig in the DSpace API data model and the REST data model
SubmissionSectionConverter() - Constructor for class org.dspace.app.rest.converter.SubmissionSectionConverter
 
SubmissionSectionHalLinkFactory - Class in org.dspace.app.rest.link
This class' purpose is to provide a factory to add links to the AuthorityEntryResource.
SubmissionSectionHalLinkFactory() - Constructor for class org.dspace.app.rest.link.SubmissionSectionHalLinkFactory
 
SubmissionSectionResource - Class in org.dspace.app.rest.model.hateoas
SubmissionPanel Rest HAL Resource.
SubmissionSectionResource(SubmissionSectionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionSectionResource
 
SubmissionSectionRest - Class in org.dspace.app.rest.model
The SubmissionPanel REST Resource.
SubmissionSectionRest() - Constructor for class org.dspace.app.rest.model.SubmissionSectionRest
 
SubmissionService - Class in org.dspace.app.rest.submit
Service to manipulate in-progress submissions.
SubmissionService() - Constructor for class org.dspace.app.rest.submit.SubmissionService
 
SubmissionStepConfig - Class in org.dspace.app.util
Class representing configuration for a single step within an Item Submission Process.
SubmissionStepConfig() - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating an empty SubmissionStepConfig object
SubmissionStepConfig(Map<String, String>) - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating a SubmissionStepConfig object based on the contents of a HashMap initialized by the SubmissionConfig object.
SubmissionUploadResource - Class in org.dspace.app.rest.model.hateoas
Upload configuration section HAL Resource.
SubmissionUploadResource(SubmissionUploadRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.SubmissionUploadResource
 
SubmissionUploadRest - Class in org.dspace.app.rest.model
The Upload Section Configuration REST Resource
SubmissionUploadRest() - Constructor for class org.dspace.app.rest.model.SubmissionUploadRest
 
SubmissionUploadRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage Configuration Upload section during the submission
SubmissionUploadRestRepository() - Constructor for class org.dspace.app.rest.repository.SubmissionUploadRestRepository
 
SubmissionVisibilityRest - Class in org.dspace.app.rest.model
The SubmissionVisibility REST Resource.
SubmissionVisibilityRest(VisibilityEnum, VisibilityEnum) - Constructor for class org.dspace.app.rest.model.SubmissionVisibilityRest
 
submit - Variable in class org.dspace.app.packager.Packager
 
SUBMIT_APPROVE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
SUBMIT_CANCEL - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
SUBMIT_DECLINE_TASK - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
SUBMIT_EDIT_METADATA - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
SUBMIT_REJECT - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
submitter - Static variable in class org.dspace.content.Item_
 
SUBMITTER - Static variable in class org.dspace.content.Item_
 
SUBMITTER_IS_DELETED_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
submitters - Static variable in class org.dspace.content.Collection_
 
SUBMITTERS - Static variable in class org.dspace.content.Collection_
 
SUBMITTERS_GROUP - Static variable in class org.dspace.app.rest.model.CollectionRest
 
subscribe(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Subscribe an e-person to a collection.
subscribe(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
SUBSCRIBE - org.dspace.usage.UsageEvent.Action
 
SubscribeCLITool - Class in org.dspace.eperson
CLI tool used for sending new item e-mail alerts to users
subscribeService - Variable in class org.dspace.content.CollectionServiceImpl
 
subscribeService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
SubscribeService - Interface in org.dspace.eperson.service
Service interface class for the Subscription object.
SubscribeServiceImpl - Class in org.dspace.eperson
Class defining methods for sending new item e-mail alerts to users
SubscribeServiceImpl() - Constructor for class org.dspace.eperson.SubscribeServiceImpl
 
Subscription - Class in org.dspace.eperson
Database entity representation of the subscription table
Subscription() - Constructor for class org.dspace.eperson.Subscription
Protected constructor, create object using: SubscribeService.subscribe(Context, EPerson, Collection)
Subscription_ - Class in org.dspace.eperson
 
Subscription_() - Constructor for class org.dspace.eperson.Subscription_
 
subscriptionDAO - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
SubscriptionDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Subscription object.
SubscriptionDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Subscription object.
SubscriptionDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
subtype - Variable in class org.dspace.rdf.negotiation.MediaRange
 
subtypeIsWildcard() - Method in class org.dspace.rdf.negotiation.MediaRange
 
SUCCESS - org.dspace.workflow.ConditionType
 
SUCCESS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
Authenticated OK, EPerson has been set.
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.dspace.app.rest.security.OidcLoginFilter
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.dspace.app.rest.security.OrcidLoginFilter
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.dspace.app.rest.security.ShibbolethLoginFilter
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - Method in class org.dspace.app.rest.security.StatelessLoginFilter
If the above attemptAuthentication() call was successful (no authentication error was thrown), then this method will take the returned DSpaceAuthentication class (which includes all the data from the authenticated user) and add the authentication data to the response.
suggestHierarchy - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
summary - Static variable in class org.dspace.versioning.Version_
 
Summary - Class in org.purl.sword.atom
Represents an ATOM Summary element.
Summary() - Constructor for class org.purl.sword.atom.Summary
Create a new instance and set the prefix to 'atom' and the local name to 'summary'.
SUMMARY - Static variable in class org.dspace.versioning.Version_
 
SUPERVISED_ITEMS - Static variable in class org.dspace.eperson.Group_
 
supervisedItems - Static variable in class org.dspace.eperson.Group_
 
SupervisedItemService - Interface in org.dspace.content.service
Class to handle WorkspaceItems which are being supervised.
SupervisedItemServiceImpl - Class in org.dspace.content
 
SupervisedItemServiceImpl() - Constructor for class org.dspace.content.SupervisedItemServiceImpl
 
SUPERVISOR_GROUPS - Static variable in class org.dspace.content.WorkspaceItem_
 
supervisorGroups - Static variable in class org.dspace.content.WorkspaceItem_
 
SupervisorService - Interface in org.dspace.eperson.service
Class to represent the supervisor, primarily for use in applying supervisor activities to the database, such as setting and unsetting supervision orders and so forth.
SupervisorServiceImpl - Class in org.dspace.eperson
 
SupervisorServiceImpl() - Constructor for class org.dspace.eperson.SupervisorServiceImpl
 
SUPPORT_LEVEL - Static variable in class org.dspace.content.BitstreamFormat_
 
SUPPORTED - Static variable in class org.dspace.content.BitstreamFormat
The "supported" support level - for bitstream formats known to the system and fully supported.
supportLevel - Static variable in class org.dspace.content.BitstreamFormat_
 
supportLevelText - Variable in class org.dspace.content.BitstreamFormatServiceImpl
translate support-level ID to string.
supports(int) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
Returns all type of DSpaceObjects that are supported by this plugin.
supports(int) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
supports(int) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
supports(int) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
supports(Class) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
supports(Class<?>) - Method in class org.dspace.app.rest.security.EPersonRestAuthenticationProvider
Return whether this provider supports this Authentication type.
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.DOIIdentifierProvider
This identifier provider supports identifiers of type DOI.
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.IdentifierProvider
Can this provider provide identifiers of a given type?
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
supports(Object) - Method in class org.dspace.discovery.indexobject.ClaimedTaskIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.CollectionIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.CommunityIndexFactoryImpl
 
supports(Object) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Determine whether the class can handle the factory implementation
supports(Object) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.MetadataFieldIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.PoolTaskIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
supports(Object) - Method in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.BundleMoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataCopyOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataMoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.DSpaceObjectMetadataReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonCertificateReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonEmailReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonLoginReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonNetidReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.GroupNameReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ItemDiscoverableReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ItemWithdrawReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.PatchOperation
Determines whether or not this Patch Operation can do this patch (Object of operation and path gets checked)
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileAddOrcidOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileRemoveOrcidOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileReplaceOrcidSyncPreferencesOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.ResearcherProfileVisibleReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyActionAddOrReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyDescriptionReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyEndDateReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyNameReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyPolicyTypeReplaceOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateAddOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateRemoveOperation
 
supports(Object, Operation) - Method in class org.dspace.app.rest.repository.patch.operation.resourcePolicy.ResourcePolicyStartDateReplaceOperation
 
supports(String) - Method in interface org.dspace.external.provider.ExternalDataProvider
This method will return a boolean indicating whether this ExternalDataProvider can deal with the given source or not
supports(String) - Method in class org.dspace.external.provider.impl.LiveImportDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.OpenAIREFundingDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.OrcidPublicationDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.OrcidV3AuthorDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.SHERPAv2JournalISSNDataProvider
 
supports(String) - Method in class org.dspace.external.provider.impl.SHERPAv2PublisherDataProvider
 
supports(String) - Method in class org.dspace.identifier.DOIIdentifierProvider
This identifier provider supports identifiers in the following format: doi:10.123/456 10.123/456 http://dx.doi.org/10.123/456
supports(String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.IdentifierProvider
Can this provider provide identifiers of a given type?
supports(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryArchivedItemUriListHandler
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryItemUriListHandler
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryOrcidQueueUriListHandler
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryPoolTaskUriListHandler
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryWorkspaceItemUriListHandler
 
supports(List<String>, String, Class) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceItemUriListHandler
 
supports(List<String>, String, Class) - Method in interface org.dspace.app.rest.repository.handler.UriListHandler
This method will take the UriList and method as input and verify whether the implementing UriListHandler can handle this input or not
supports(Event, Context) - Method in class org.dspace.storage.rdbms.EntityTypeServiceInitializer
 
supports(Event, Context) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
Events supported by this callback.
supports(Event, Context) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Events supported by this callback.
supports(Event, Context) - Method in class org.dspace.storage.rdbms.RegistryUpdater
Events supported by this callback.
supports(Event, Context) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
Events supported by this callback.
supportsEntityType(String) - Method in class org.dspace.external.provider.AbstractExternalDataProvider
Return true if the supportedEntityTypes list is empty or contains the requested entity type
supportsEntityType(String) - Method in interface org.dspace.external.provider.ExternalDataProvider
Override this method to limit the external data provider to specific entity types (Publication, OrgUnit, etc.)
supportsEntityType(String) - Method in interface org.dspace.external.service.ExternalDataService
Override this method to limit the external data provider to specific entity types (Publication, OrgUnit, etc.)
supportSets() - Method in class org.dspace.xoai.services.impl.xoai.DSpaceSetRepository
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.ClaimedTaskConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.CollectionConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.CommunityConverter
 
supportsModel(IndexableObject) - Method in interface org.dspace.app.rest.converter.IndexableObjectConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.ItemConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.PoolTaskConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.WorkflowItemConverter
 
supportsModel(IndexableObject) - Method in class org.dspace.app.rest.converter.WorkspaceItemConverter
 
supportsParameter(MethodParameter) - Method in class org.dspace.app.rest.parameter.resolver.SearchFilterResolver
 
SUPPRESS_UNDO_FILENAME - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
suspend(int) - Method in class org.dspace.curate.Curator.TaskRunner
 
Suspendable - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
SVG_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a SVG
SWEDISH - Static variable in class org.dspace.text.filter.Language
 
switchContextUser(EPerson) - Method in class org.dspace.core.Context
Temporary change the user bound to the context, empty the special groups that are retained to allow subsequent restore
switchPoliciesAction(Context, DSpaceObject, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
switchPoliciesAction(Context, DSpaceObject, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Change all the policies related to the action (fromPolicy) of the specified object to the new action (toPolicy)
SwordAcceptPackaging - Class in org.purl.sword.base
Represents a text construct in the ATOM elements.
SwordAcceptPackaging() - Constructor for class org.purl.sword.base.SwordAcceptPackaging
 
SwordAcceptPackaging(String, float) - Constructor for class org.purl.sword.base.SwordAcceptPackaging
 
SwordAcceptPackaging(String, QualityValue) - Constructor for class org.purl.sword.base.SwordAcceptPackaging
 
SWORDAuthentication - Class in org.dspace.sword
This class offers a thin wrapper for the default DSpace authentication module for the SWORD implementation
SWORDAuthentication() - Constructor for class org.dspace.sword.SWORDAuthentication
 
SWORDAuthenticationException - Exception in org.purl.sword.base
Represents a SWORD exception to be thrown if bad authentication credentials are passed to a repository.
SWORDAuthenticationException(String) - Constructor for exception org.purl.sword.base.SWORDAuthenticationException
Create a new instance and store the specified message.
SWORDAuthenticationException(String, Exception) - Constructor for exception org.purl.sword.base.SWORDAuthenticationException
Create a new instance and store the specified message and source data.
SwordAuthenticator - Class in org.dspace.sword2
This class offers a thin wrapper for the default DSpace authentication module for the SWORD implementation
SwordAuthenticator() - Constructor for class org.dspace.sword2.SwordAuthenticator
 
SWORDAuthenticator - Class in org.dspace.sword
This class offers a thin wrapper for the default DSpace authentication module for the SWORD implementation
SWORDAuthenticator() - Constructor for class org.dspace.sword.SWORDAuthenticator
 
SWORDClient - Interface in org.purl.sword.client
Interface for any SWORD client implementation.
SWORDClientException - Exception in org.purl.sword.client
Represents an exception thrown by the SWORD Client.
SWORDClientException() - Constructor for exception org.purl.sword.client.SWORDClientException
Create a new exception, without a message.
SWORDClientException(String) - Constructor for exception org.purl.sword.client.SWORDClientException
Create a new exception with the specified message.
SWORDClientException(String, Exception) - Constructor for exception org.purl.sword.client.SWORDClientException
Create a new exception with the specified message and set the exception that generated this error.
SwordCollectionPolicy - Class in org.purl.sword.base
 
SwordCollectionPolicy() - Constructor for class org.purl.sword.base.SwordCollectionPolicy
 
SwordCollectionPolicy(String) - Constructor for class org.purl.sword.base.SwordCollectionPolicy
 
SWORDComboBox - Class in org.purl.sword.client
An extension of the JComboBox class.
SWORDComboBox() - Constructor for class org.purl.sword.client.SWORDComboBox
Create an instance of the SWORD Combo box.
swordCompatibility(Context, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Provide password-based authentication to enable sword compatibility.
SWORDConfiguration - Class in org.dspace.sword
 
SWORDConfiguration() - Constructor for class org.dspace.sword.SWORDConfiguration
Initialise the sword configuration.
SwordConfigurationDSpace - Class in org.dspace.sword2
 
SwordConfigurationDSpace() - Constructor for class org.dspace.sword2.SwordConfigurationDSpace
Initialise the sword configuration.
SwordContentDisseminator - Interface in org.dspace.sword2
 
SwordContentIngester - Interface in org.dspace.sword2
Interface behind which can be implemented ingest mechanisms for SWORD deposit requests.
SwordContentPackageTypes - Class in org.purl.sword.base
 
SwordContentPackageTypes() - Constructor for class org.purl.sword.base.SwordContentPackageTypes
 
SwordContext - Class in org.dspace.sword2
This class holds information about authenticated users (both the depositing user and the on-behalf-of user), and their associated DSpace Context objects.
SwordContext() - Constructor for class org.dspace.sword2.SwordContext
 
SWORDContext - Class in org.dspace.sword
This class holds information about authenticated users (both the depositing user and the on-behalf-of user), and their associated DSpace Context objects.
SWORDContext() - Constructor for class org.dspace.sword.SWORDContext
 
SwordDisseminatorFactory - Class in org.dspace.sword2
 
SwordElementInterface - Interface in org.purl.sword.base
Common methods that should be supported by all classes that represent data in the SWORD api.
SWORDEntry - Class in org.purl.sword.base
Extension of the ATOM Entry class.
SWORDEntry() - Constructor for class org.purl.sword.base.SWORDEntry
A default constructor.
SWORDEntry(String, String, String) - Constructor for class org.purl.sword.base.SWORDEntry
Create a new SWORDEntry with the given namespace and element.
SWORDEntry(XmlName) - Constructor for class org.purl.sword.base.SWORDEntry
 
SwordEntryDisseminator - Interface in org.dspace.sword2
 
SwordEntryIngester - Interface in org.dspace.sword2
 
SWORDErrorDocument - Class in org.purl.sword.base
Extension of the SWORD Entry class, specialized for Error Documents.
SWORDErrorDocument() - Constructor for class org.purl.sword.base.SWORDErrorDocument
Create the error document (intended to be used when unmarshalling an error document as this will set the errorURI)
SWORDErrorDocument(String) - Constructor for class org.purl.sword.base.SWORDErrorDocument
Create the error document
SWORDErrorException - Exception in org.purl.sword.base
Represents a generic SWORD exception.
SWORDErrorException(String, String) - Constructor for exception org.purl.sword.base.SWORDErrorException
Create a new instance and store the specified data.
SWORDException - Exception in org.purl.sword.base
Represents a generic SWORD exception.
SWORDException(String) - Constructor for exception org.purl.sword.base.SWORDException
Create a new instance and store the specified message.
SWORDException(String, Exception) - Constructor for exception org.purl.sword.base.SWORDException
Create a new instance and store the specified message and source data.
SWORDException(String, Exception, String) - Constructor for exception org.purl.sword.base.SWORDException
Create a new instance and store the specified message and source data.
SWORDFormPanel - Class in org.purl.sword.client
Utility class.
SWORDFormPanel() - Constructor for class org.purl.sword.client.SWORDFormPanel
Create a new instance of the class.
SWORDIngester - Interface in org.dspace.sword
Interface behind which can be implemented ingest mechanisms for SWORD deposit requests.
SwordIngesterFactory - Class in org.dspace.sword2
Factory class which will mint objects conforming to the SWORDIngester interface.
SWORDIngesterFactory - Class in org.dspace.sword
Factory class which will mint objects conforming to the SWORDIngester interface.
SwordMaxUploadSize - Class in org.purl.sword.base
 
SwordMaxUploadSize() - Constructor for class org.purl.sword.base.SwordMaxUploadSize
 
SwordMaxUploadSize(int) - Constructor for class org.purl.sword.base.SwordMaxUploadSize
 
SwordMediation - Class in org.purl.sword.base
 
SwordMediation() - Constructor for class org.purl.sword.base.SwordMediation
 
SwordMediation(boolean) - Constructor for class org.purl.sword.base.SwordMediation
 
SwordMETSContentIngester - Class in org.dspace.sword2
 
SwordMETSContentIngester() - Constructor for class org.dspace.sword2.SwordMETSContentIngester
 
SWORDMETSIngester - Class in org.dspace.sword
 
SWORDMETSIngester() - Constructor for class org.dspace.sword.SWORDMETSIngester
 
SwordMETSPackageIngester - Class in org.dspace.sword2
 
SwordMETSPackageIngester() - Constructor for class org.dspace.sword2.SwordMETSPackageIngester
 
swordNoOp - Variable in class org.purl.sword.base.SWORDEntry
Specifies whether the document was run in noOp mode, i.e.
SwordNoOp - Class in org.purl.sword.base
 
SwordNoOp() - Constructor for class org.purl.sword.base.SwordNoOp
 
SwordNoOp(boolean) - Constructor for class org.purl.sword.base.SwordNoOp
 
SwordPackaging - Class in org.purl.sword.base
 
SwordPackaging() - Constructor for class org.purl.sword.base.SwordPackaging
 
SwordPackaging(String) - Constructor for class org.purl.sword.base.SwordPackaging
 
SWORDProperties - Interface in org.dspace.sword
 
SWORDServer - Interface in org.purl.sword.server
An abstract interface to be implemented by repositories wishing to provide a SWORD compliant service.
swordService - Variable in class org.dspace.sword.ATOMCollectionGenerator
the sword service definition
swordService - Variable in class org.dspace.sword.Depositor
The SWORD service implementation
swordService - Variable in class org.dspace.sword.DSpaceATOMEntry
sword service implementation
SwordService - Class in org.purl.sword.base
 
SwordService() - Constructor for class org.purl.sword.base.SwordService
 
SwordService(String) - Constructor for class org.purl.sword.base.SwordService
 
SWORDService - Class in org.dspace.sword
 
SWORDService(SWORDContext) - Constructor for class org.dspace.sword.SWORDService
Construct a new service instance around the given authenticated SWORD context
SwordStatementDisseminator - Interface in org.dspace.sword2
 
swordTreatment - Variable in class org.purl.sword.base.SWORDEntry
Used for a human readable statement about what treatment the deposited resource has received.
SwordTreatment - Class in org.purl.sword.base
 
SwordTreatment() - Constructor for class org.purl.sword.base.SwordTreatment
 
SwordTreatment(String) - Constructor for class org.purl.sword.base.SwordTreatment
 
SwordUrlManager - Class in org.dspace.sword2
 
SwordUrlManager(SwordConfigurationDSpace, Context) - Constructor for class org.dspace.sword2.SwordUrlManager
 
SWORDUrlManager - Class in org.dspace.sword
 
SWORDUrlManager(SWORDConfiguration, Context) - Constructor for class org.dspace.sword.SWORDUrlManager
 
swordUserAgent - Variable in class org.purl.sword.base.SWORDEntry
The user agent
SwordUserAgent - Class in org.purl.sword.base
 
SwordUserAgent() - Constructor for class org.purl.sword.base.SwordUserAgent
 
SwordUserAgent(String) - Constructor for class org.purl.sword.base.SwordUserAgent
 
swordv1ContextInitializer() - Method in class org.dspace.app.configuration.SWORDWebConfig
Initialize all required Context Parameters (i.e.
swordv1DepositBean() - Method in class org.dspace.app.configuration.SWORDWebConfig
 
swordv1MediaLinkBean() - Method in class org.dspace.app.configuration.SWORDWebConfig
 
swordv1ServiceDocumentBean() - Method in class org.dspace.app.configuration.SWORDWebConfig
 
swordv2CollectionBean() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
 
swordv2ContainerBean() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
 
swordv2ContextInitializer() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
Initialize all required Context Parameters (i.e.
swordv2MediaResourceBean() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
 
swordv2ServiceDocumentBean() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
 
swordv2StatementBean() - Method in class org.dspace.app.configuration.SWORDv2WebConfig
 
SWORDv2WebConfig - Class in org.dspace.app.configuration
SWORDv2 webapp configuration.
SWORDv2WebConfig() - Constructor for class org.dspace.app.configuration.SWORDv2WebConfig
 
SwordValidationInfo - Class in org.purl.sword.base
Represents an validation information item about the elements/attributes.
SwordValidationInfo(XmlName) - Constructor for class org.purl.sword.base.SwordValidationInfo
Create a new information object for the specified element.
SwordValidationInfo(XmlName, String, SwordValidationInfoType) - Constructor for class org.purl.sword.base.SwordValidationInfo
Create a new instance of a validation information object that reports on an element.
SwordValidationInfo(XmlName, XmlName) - Constructor for class org.purl.sword.base.SwordValidationInfo
Create a new information object for the specified element's attribute.
SwordValidationInfo(XmlName, XmlName, String, SwordValidationInfoType) - Constructor for class org.purl.sword.base.SwordValidationInfo
Create a new instance of a validation information object that reports on an attribute in the specified element.
SwordValidationInfoType - Enum in org.purl.sword.base
 
SwordVerbose - Class in org.purl.sword.base
 
SwordVerbose() - Constructor for class org.purl.sword.base.SwordVerbose
 
SwordVerbose(boolean) - Constructor for class org.purl.sword.base.SwordVerbose
 
swordVerboseDescription - Variable in class org.purl.sword.base.SWORDEntry
Used to supply a verbose description.
SwordVerboseDescription - Class in org.purl.sword.base
 
SwordVerboseDescription() - Constructor for class org.purl.sword.base.SwordVerboseDescription
 
SwordVerboseDescription(String) - Constructor for class org.purl.sword.base.SwordVerboseDescription
 
SwordVersion - Class in org.purl.sword.base
 
SwordVersion() - Constructor for class org.purl.sword.base.SwordVersion
 
SwordVersion(String) - Constructor for class org.purl.sword.base.SwordVersion
 
SWORDWebConfig - Class in org.dspace.app.configuration
SWORD webapp configuration.
SWORDWebConfig() - Constructor for class org.dspace.app.configuration.SWORDWebConfig
 
synchronizeWithOrcid(Context, OrcidQueue, boolean) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
synchronizeWithOrcid(Context, OrcidQueue, boolean) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Synchronize the entity related to the given orcidQueue record with ORCID.
SyndicationFeed - Class in org.dspace.app.util
Invoke ROME library to assemble a generic model of a syndication for the given list of Items and scope.
SyndicationFeed(String) - Constructor for class org.dspace.app.util.SyndicationFeed
Constructor.
SYSTEM - Static variable in interface org.dspace.app.rest.model.RestModel
 
SystemEventService - Class in org.dspace.services.events
This is a placeholder until we get a real event service going.
SystemEventService(RequestService) - Constructor for class org.dspace.services.events.SystemEventService
 
SystemEventService.EventRequestInterceptor - Class in org.dspace.services.events
The request interceptor for the event service.

T

TabFileUsageEventListener - Class in org.dspace.usage
Serialize UsageEvent data to a file as Tab delimited.
TabFileUsageEventListener() - Constructor for class org.dspace.usage.TabFileUsageEventListener
 
tableColumnExists(Connection, String, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database column exists in our database
tableExists(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database table exists in our database
tableExists(Connection, String, boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database table exists in our database
tables() - Static method in class org.dspace.browse.BrowseIndex
Deprecated. 
TAGALOG - Static variable in class org.dspace.text.filter.Language
 
TagCloudConfiguration - Class in org.dspace.discovery.configuration
 
TagCloudConfiguration() - Constructor for class org.dspace.discovery.configuration.TagCloudConfiguration
 
TagCloudFacetConfiguration - Class in org.dspace.discovery.configuration
 
TagCloudFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
TARGET_OWNER_UKNOWN - Static variable in interface org.purl.sword.base.ErrorCodes
TargetOwnerUnknown - where the server cannot identify the specified TargetOwner
targetFields - Variable in class org.dspace.app.itemupdate.UpdateMetadataAction
 
task - Variable in class org.dspace.workflow.FlowstepType
 
Task - Class in org.dspace.workflow
An association between a curation task and the workflow system.
Task(String) - Constructor for class org.dspace.workflow.Task
Create an instance of an association with a given curation task.
TASK - org.dspace.curate.CurationClientOptions
 
taskArrayProperty(String) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration Array property value for passed name, else null if no properties defined or no value for passed key.
taskBooleanProperty(String, boolean) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration boolean property value for passed name, else passed default value if no properties defined or no value for passed key.
taskId - Variable in class org.dspace.curate.AbstractCurationTask
 
taskIntProperty(String, int) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration integer property value for passed name, else passed default value if no properties defined or no value for passed key.
taskLongProperty(String, long) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration long property value for passed name, else passed default value if no properties defined or no value for passed key.
taskProperty(String) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration property value for passed name, else null if no properties defined or no value for passed key.
taskQ - Variable in class org.dspace.curate.Curator
 
TaskQueue - Interface in org.dspace.curate
TaskQueue objects manage access to named queues of task entries.
TaskQueueEntry - Class in org.dspace.curate
TaskQueueEntry defines the record or entry in the named task queues.
TaskQueueEntry(String) - Constructor for class org.dspace.curate.TaskQueueEntry
Constructor with a pipe-separated list of field values.
TaskQueueEntry(String, long, List<String>, String) - Constructor for class org.dspace.curate.TaskQueueEntry
TaskQueueEntry constructor with enumerated field values.
TaskResolver - Class in org.dspace.curate
TaskResolver takes a logical name of a curation task and attempts to deliver a suitable implementation object.
TaskResolver() - Constructor for class org.dspace.curate.TaskResolver
 
TaskRunner(ResolvedTask) - Constructor for class org.dspace.curate.Curator.TaskRunner
 
tasks - Variable in class org.dspace.workflow.FlowStep
Curation tasks to be run in this workflow step.
taskset - Variable in class org.dspace.workflow.MappingType
 
taskset - Variable in class org.dspace.workflow.TasksetsType
 
TaskSet - Class in org.dspace.workflow
A collection of curation tasks to be attached to a workflow.
TaskSet(String, List<FlowStep>) - Constructor for class org.dspace.workflow.TaskSet
Create a name for a collection of FlowSteps.
tasksetMap - Variable in class org.dspace.workflow.WorkflowCuration
 
TasksetMapType - Class in org.dspace.workflow
The taskset-map element maps collection handles to tasksets enumerated in the 'tasksets' element.
TasksetMapType() - Constructor for class org.dspace.workflow.TasksetMapType
 
tasksets - Variable in class org.dspace.workflow.WorkflowCuration
 
TasksetsType - Class in org.dspace.workflow
Tasksets specify tasks to be automatically performed at specific stages of workflow.
TasksetsType() - Constructor for class org.dspace.workflow.TasksetsType
 
TasksetType - Class in org.dspace.workflow
Java class for taskset-type complex type.
TasksetType() - Constructor for class org.dspace.workflow.TasksetType
 
TaskType - Class in org.dspace.workflow
Each task element has a mandatory name attribute and two optional, repeatable children.
TaskType() - Constructor for class org.dspace.workflow.TaskType
 
TECH_REPORT_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_INSTITUTION - Variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_NUMBER - Variable in class org.dspace.app.util.GoogleMetadata
 
tempDir - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
TempFileInputStream - Class in org.dspace.sword2
 
TempFileInputStream(File) - Constructor for class org.dspace.sword2.TempFileInputStream
 
template - Static variable in class org.dspace.content.Collection_
 
TEMPLATE - Static variable in class org.dspace.content.Collection_
 
TEMPLATE_ITEM_OF - Static variable in class org.dspace.app.rest.model.ItemRest
 
TEMPLATE_ITEM_OF - Static variable in class org.dspace.content.Item_
 
TEMPLATE_TYPE_SUFFIX - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
Suffix for Template objects (e.g.
TemplateItem - Class in org.dspace.app.rest.model.wrapper
This class represents a Collection's Item Template.
TemplateItem(Item) - Constructor for class org.dspace.app.rest.model.wrapper.TemplateItem
 
TemplateItemConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the TemplateItem in the DSpace API data model and the REST data model
TemplateItemConverter() - Constructor for class org.dspace.app.rest.converter.TemplateItemConverter
 
templateItemOf - Static variable in class org.dspace.content.Item_
 
TemplateItemResource - Class in org.dspace.app.rest.model.hateoas
TemplateItem Rest HAL Resource.
TemplateItemResource(TemplateItemRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.TemplateItemResource
 
TemplateItemRest - Class in org.dspace.app.rest.model
The TemplateItem REST Resource
TemplateItemRest() - Constructor for class org.dspace.app.rest.model.TemplateItemRest
 
TemplateItemRestRepository - Class in org.dspace.app.rest.repository
This is the repository class that is responsible for handling TemplateItemRest objects
TemplateItemRestRepository() - Constructor for class org.dspace.app.rest.repository.TemplateItemRestRepository
 
templateParam - Variable in class org.dspace.ctask.general.MetadataWebService
 
templates - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
templates - Static variable in class org.dspace.license.LicenseCleanup
 
tempWorkDir - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
terms_element - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
terms_qualifier - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
terms_schema - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
TestAuthority - Class in org.dspace.content.authority
This is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.
TestAuthority() - Constructor for class org.dspace.content.authority.TestAuthority
 
TestConsumer - Class in org.dspace.event
Demonstration and test consumer for the event system.
TestConsumer() - Constructor for class org.dspace.event.TestConsumer
 
testing - Variable in class org.dspace.servicemanager.DSpaceServiceManager
 
TestLogicRunner - Class in org.dspace.content.logic
A command-line runner used for testing a logical filter against an item, or all items
text() - Method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
 
text() - Method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
TEXT - org.purl.sword.atom.ContentType
 
TEXT - Static variable in class org.dspace.sort.OrderFormat
 
TextConstruct - Class in org.purl.sword.atom
Represents a text construct in the ATOM elements.
TextConstruct(String) - Constructor for class org.purl.sword.atom.TextConstruct
Create a new instance.
TextConstruct(String, String) - Constructor for class org.purl.sword.atom.TextConstruct
Create a new instance, specifying the prefix and local name.
TextConstruct(String, String, String) - Constructor for class org.purl.sword.atom.TextConstruct
 
TextConstruct(XmlName) - Constructor for class org.purl.sword.atom.TextConstruct
Create a new instance.
TextFilter - Interface in org.dspace.text.filter
Define an interface for all browse ordering filters.
ThrowingSupplier<T,​E extends Exception> - Interface in org.dspace.util
Functional interface that can be used to returns an object and potentially throws a Exception.
throwSourceException(int, Exception, String) - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
throwSourceExceptionHook() - Method in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
A specified point where methods can be specified or callbacks can be executed
Thumbnail - Class in org.dspace.content
Wrapper class for bitstreams with Thumbnails associated with them for convenience in the browse system
Thumbnail(Bitstream, Bitstream) - Constructor for class org.dspace.content.Thumbnail
Construct a new thumbnail using the two bitstreams
THUMBNAIL - Static variable in class org.dspace.app.rest.model.BitstreamRest
 
THUMBNAIL - Static variable in class org.dspace.app.rest.model.ItemRest
 
THUMBNAIL_PATH - Static variable in class org.dspace.app.iiif.service.AbstractResourceService
 
ThumbnailBitstreamFilter - Class in org.dspace.app.itemupdate
Bitstream filter targetting the THUMBNAIL bundle
ThumbnailBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.ThumbnailBitstreamFilter
 
ThumbProfileUtil - Class in org.dspace.app.iiif.service.utils
 
ThumbProfileUtil() - Constructor for class org.dspace.app.iiif.service.utils.ThumbProfileUtil
 
TikaTextExtractionFilter - Class in org.dspace.app.mediafilter
Text Extraction media filter which uses Apache Tika to extract text from a large number of file formats (including all Microsoft formats, PDF, HTML, Text, etc).
TikaTextExtractionFilter() - Constructor for class org.dspace.app.mediafilter.TikaTextExtractionFilter
 
till() - Method in class org.dspace.health.ReportInfo
 
tilted - Static variable in class org.dspace.content.RelationshipType_
 
TILTED - Static variable in class org.dspace.content.RelationshipType_
 
TIME_UNTIL_REINDEX_PROPERTY - Static variable in class org.dspace.app.solrdatabaseresync.SolrDatabaseResyncCli
 
timeout - Variable in class org.dspace.ctask.general.ClamScan
 
timestamp - Static variable in class org.dspace.orcid.OrcidHistory_
 
TIMESTAMP - Static variable in class org.dspace.orcid.OrcidHistory_
 
Title - Class in org.purl.sword.atom
Represents an ATOM Title element.
Title() - Constructor for class org.purl.sword.atom.Title
Create a new instance and set the prefix to 'atom' and the local name to 'title'.
TITLE - Variable in class org.dspace.app.util.GoogleMetadata
 
TITLE - Static variable in class org.dspace.sort.OrderFormat
 
TITLE_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
titleField - Variable in class org.dspace.app.util.SyndicationFeed
 
TO_BE_DELETED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
TO_BE_PROCESSED - Static variable in class org.dspace.checker.MostRecentChecksum_
 
TO_BE_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
TO_BE_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
toBeProcessed - Static variable in class org.dspace.checker.MostRecentChecksum_
 
TOC_SEPARATOR - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
TOC_SEPARATOR_REGEX - Static variable in class org.dspace.app.iiif.service.utils.IIIFUtils
 
toConvert - Variable in class org.dspace.rdf.RDFConsumer
 
toCSV(List<String>, String, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Write this line out as a CSV formatted string, in the order given by the headings provided
toDate() - Method in class org.dspace.content.DCDate
Get the date as a Java Date object.
toDate(String) - Method in class org.dspace.discovery.SolrServiceImpl
Helper function to retrieve a date using a best guess of the potential date encodings on a field
toDCValue(MetadataFieldConfig, String) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
toDCValue(MetadataFieldConfig, String) - Method in interface org.dspace.importer.external.metadatamapping.MetadataFieldMapping
 
toDelete - Variable in class org.dspace.rdf.RDFConsumer
 
toFilterQuery(Context, String, String, String, DiscoveryConfiguration) - Method in interface org.dspace.discovery.SearchService
Transforms the given string field and value into a filter query
toFilterQuery(Context, String, String, String, DiscoveryConfiguration) - Method in class org.dspace.discovery.SolrServiceImpl
 
toHex(byte[]) - Static method in class org.dspace.core.Utils
Return a hex representation of the byte array
toHex(byte[]) - Static method in class org.dspace.curate.Utils
 
token - Static variable in class org.dspace.app.requestitem.RequestItem_
 
token - Variable in class org.dspace.app.rest.model.RequestItemRest
 
token - Static variable in class org.dspace.eperson.RegistrationData_
 
token - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
TOKEN - Static variable in class org.dspace.app.requestitem.RequestItem_
 
TOKEN - Static variable in class org.dspace.eperson.RegistrationData_
 
tokenize(String) - Static method in class org.dspace.core.Utils
Utility method to extract schema, element, qualifier from the metadata field key Keep in mind that this method try to auto discover the common separator used in DSpace ("_" or ".") Return an array of token with size 3 which contains: schema = tokens[0]; element = tokens[1]; qualifier = tokens[2]; //it can be empty string
tokenize(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
toModel(ParameterValueRest) - Method in class org.dspace.app.rest.converter.DSpaceRunnableParameterConverter
 
toModel(SubmissionSectionRest) - Method in class org.dspace.app.rest.converter.SubmissionSectionConverter
 
toModel(WorkspaceItemRest) - Method in class org.dspace.app.rest.converter.WorkspaceItemConverter
 
TOOLS - Static variable in interface org.dspace.app.rest.model.RestModel
 
TOP_CITIES_REPORT_ID - Static variable in class org.dspace.app.rest.utils.UsageReportUtils
 
TOP_COUNTRIES_REPORT_ID - Static variable in class org.dspace.app.rest.utils.UsageReportUtils
 
topLink() - Method in class org.dspace.app.statistics.HTMLReport
provide a link back to the top of the page
toQuery() - Method in interface org.dspace.statistics.content.filter.StatisticsFilter
Convert this filter's configuration to a query string fragment.
toQuery() - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Convert the date range to a filter expression.
toResource(RestModel) - Method in class org.dspace.app.rest.converter.ConverterService
Converts the given rest object to a HALResource object.
toResource(RestModel) - Method in class org.dspace.app.rest.utils.Utils
 
toResource(RestModel, Link...) - Method in class org.dspace.app.rest.converter.ConverterService
Converts the given rest object to a HALResource object.
toRest(M, Projection) - Method in class org.dspace.app.rest.converter.ConverterService
Converts the given model object to a rest object, using the appropriate DSpaceConverter and the given projection.
toRestPage(List<M>, Pageable, long, Projection) - Method in class org.dspace.app.rest.converter.ConverterService
Converts a list of ModelObjects to a page of Rest Objects using the given Projection This method differences in the sense that we define a total here instead of the size of the list because this method will be called if the list is limited through a DB call already and thus we need to give the total amount of records in the DB; not the size of the given list
toRestPage(List<M>, Pageable, Projection) - Method in class org.dspace.app.rest.converter.ConverterService
Converts a list of model objects to a page of rest objects using the given Projection.
toSet() - Method in class org.dspace.statistics.util.IPTable
Convert to a Set.
toSetSpec(Collection) - Method in interface org.dspace.xoai.services.api.set.SetSpecResolver
 
toSetSpec(Collection) - Method in class org.dspace.xoai.services.impl.set.DSpaceSetSpecResolver
 
toSetSpec(Community) - Method in interface org.dspace.xoai.services.api.set.SetSpecResolver
 
toSetSpec(Community) - Method in class org.dspace.xoai.services.impl.set.DSpaceSetSpecResolver
 
toSortFieldIndex(String, String) - Method in interface org.dspace.discovery.SearchService
Transforms the metadata field of the given sort configuration into the indexed field which we can then use in our Solr queries.
toSortFieldIndex(String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
toString() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Return the csv file as one long formatted string
toString() - Method in class org.dspace.app.itemupdate.ContentsEntry
 
toString() - Method in class org.dspace.app.rest.model.ParameterValueRest
 
toString() - Method in enum org.dspace.app.rest.model.ScopeEnum
 
toString() - Method in enum org.dspace.app.rest.model.VisibilityEnum
 
toString() - Method in class org.dspace.app.rest.parameter.SearchFilter
 
toString() - Method in class org.dspace.authority.AuthorityValue
 
toString() - Method in class org.dspace.authority.PersonAuthorityValue
 
toString() - Method in class org.dspace.browse.BrowseInfo
Utility method for obtaining a string representation of the browse.
toString() - Method in class org.dspace.content.DCDate
Get the date as a string to put back in the Dublin Core.
toString() - Method in class org.dspace.content.DCLanguage
Write the language out to the database
toString() - Method in class org.dspace.content.DCPersonName
Return a string for writing the name to the database
toString() - Method in class org.dspace.content.DCSeriesNumber
Write as raw DC value
toString() - Method in class org.dspace.content.MetadataField
 
toString() - Method in class org.dspace.content.MetadataFieldName
Format a dotted-atoms representation of this field name.
toString() - Method in class org.dspace.curate.TaskQueueEntry
Returns a string representation of the entry
toString() - Method in class org.dspace.discovery.utils.parameter.QueryBuilderSearchFilter
 
toString() - Method in class org.dspace.event.Event
 
toString() - Method in class org.dspace.health.Report
 
toString() - Method in class org.dspace.importer.external.datamodel.ImportRecord
Build a string based on the values in the valueList object The syntax will be Record{valueList={"schema"; "element" ; "qualifier"; "value"}}
toString() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
Create the String representation of the MetadataFieldConfig
toString() - Method in class org.dspace.orcid.OrcidQueue
 
toString() - Method in class org.dspace.scripts.DSpaceCommandLineParameter
Converts the DSpaceCommandLineParameter into a String format by concatenating the value and the name String values by separating them with a space.
toString() - Method in class org.dspace.servicemanager.config.DSpaceConfigurationService
 
toString() - Method in class org.dspace.servicemanager.DSpaceKernelImpl
 
toString() - Method in class org.dspace.services.model.Event
 
toString() - Method in class org.dspace.sword2.VerboseDescription
 
toString() - Method in class org.dspace.utils.servicemanager.ProviderHolder
 
toString() - Method in class org.purl.sword.atom.Author
Return the string.
toString() - Method in class org.purl.sword.atom.Content
Get a string representation.
toString() - Method in enum org.purl.sword.atom.ContentType
Retrieve a string representation of this object.
toString() - Method in class org.purl.sword.atom.Generator
Get a string representation.
toString() - Method in class org.purl.sword.atom.Link
 
toString() - Method in class org.purl.sword.atom.TextConstruct
Get a string representation.
toString() - Method in class org.purl.sword.base.Collection
Get a string representation of this object.
toString() - Method in class org.purl.sword.base.DepositResponse
Retrieve a string representation of this data.
toString() - Method in class org.purl.sword.base.QualityValue
Get a String representation of this quality value
toString() - Method in class org.purl.sword.base.ServiceDocument
Return the Service Document in its XML form.
toString() - Method in class org.purl.sword.base.SwordAcceptPackaging
Get a string representation.
toString() - Method in class org.purl.sword.base.SwordValidationInfo
 
toString() - Method in class org.purl.sword.client.PostDestination
Create a string representation of this object.
toString() - Method in class org.purl.sword.client.Status
Get a string representation of the status.
toString(char) - Method in class org.dspace.content.MetadataField
 
toString(UUID) - Static method in class org.dspace.util.UUIDUtils
 
total - Variable in class org.dspace.content.authority.Choices
Count of total results available
TOTAL_DOWNLOADS_REPORT_ID - Static variable in class org.dspace.app.rest.utils.UsageReportUtils
 
TOTAL_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is TOTAL
TOTAL_VISITS_PER_MONTH_REPORT_ID - Static variable in class org.dspace.app.rest.utils.UsageReportUtils
 
TOTAL_VISITS_REPORT_ID - Static variable in class org.dspace.app.rest.utils.UsageReportUtils
 
totalElementsIsKnown - Variable in class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
 
toTranslate - Variable in class org.dspace.ctask.general.AbstractTranslator
 
tqDir - Variable in class org.dspace.curate.FileTaskQueue
 
transform(String) - Method in class org.dspace.identifier.ezid.DateToYear
 
transform(String) - Method in interface org.dspace.identifier.ezid.Transform
Convert the input form to the desired output form.
transform(String, String) - Method in class org.dspace.ctask.general.MetadataWebService
 
Transform - Interface in org.dspace.identifier.ezid
Convert metadata strings to other forms.
transformAuthorityValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformDisplayedValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformer - Variable in class org.dspace.app.itemupdate.ItemArchive
 
transformFacetField(DiscoverFacetField, String, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformModel(T) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
transformModel(T) - Method in class org.dspace.app.rest.projection.CompositeProjection
 
transformModel(T) - Method in interface org.dspace.app.rest.projection.Projection
Transforms the original model object (e.g.
transformResource(T) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
transformResource(T) - Method in class org.dspace.app.rest.projection.CompositeProjection
 
transformResource(T) - Method in interface org.dspace.app.rest.projection.Projection
Transforms the resource object after it has been constructed and any constructor or annotation-based links and embeds have been added.
transformRest(T) - Method in class org.dspace.app.rest.projection.AbstractProjection
 
transformRest(T) - Method in class org.dspace.app.rest.projection.CompositeProjection
 
transformRest(T) - Method in interface org.dspace.app.rest.projection.Projection
Transforms the rest object after it was converted from a model object.
transformSortValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformSourceRecords(RecordType) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
Return an ImportRecord constructed from the results in a RecordType
TranslatableException - Interface in org.dspace.app.rest.exception
Implement TranslatableException to make Exceptions or RuntimeExceptions translatable.
translate(String) - Static method in class org.dspace.app.statistics.ReportGenerator
look the given text up in the action map table and return a translated value if one exists.
translateGroupNameForExport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
When DSpace creates Default Group Names they are of a very specific format, for example: COMMUNITY_[ID]_ADMIN COLLECTION_[ID]_ADMIN COLLECTION_[ID]_SUBMIT COLLECTION_[ID]_WORKFLOW_STEP_#
translateGroupNameForImport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
This method does the exact opposite of the translateGroupNameForExport() method.
translateText(String, String, String) - Method in class org.dspace.ctask.general.AbstractTranslator
 
translateText(String, String, String) - Method in class org.dspace.ctask.general.MicrosoftTranslator
 
trimSlashes(String) - Static method in class org.dspace.external.OpenAIRERestConnector
trim slashes from the path
trimSlashes(String) - Static method in class org.dspace.external.OrcidRestConnector
 
trMap - Variable in class org.dspace.curate.Curator
 
tryReprocessFailed(Context, OpenURLTracker) - Method in class org.dspace.statistics.export.service.OpenUrlServiceImpl
Retry to send a failed url
ttPattern - Variable in class org.dspace.ctask.general.MetadataWebService
 
TURKISH - Static variable in class org.dspace.text.filter.Language
 
turnOffAuthorisationSystem() - Method in class org.dspace.core.Context
Turn Off the Authorisation System for this context and store this change in a history for future use.
TURTLE - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
txScope - Variable in class org.dspace.curate.Curator
 
type - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
type - Variable in class org.dspace.rdf.negotiation.MediaRange
 
TYPE - Static variable in class org.dspace.app.iiif.model.generator.AnnotationGenerator
 
TYPE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableClaimedTask
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableCollection
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableCommunity
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableItem
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableMetadataField
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexablePoolTask
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableWorkflowItem
 
TYPE - Static variable in class org.dspace.discovery.indexobject.IndexableWorkspaceItem
 
TYPE_AC - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_AUTHORITY - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_CANCEL - org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Cancel this action.
TYPE_CUSTOM - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_DATE - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_DMD - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_DMDREF - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_ERROR - org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
An error occurred in processing the action.
TYPE_FULL - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_HIERARCHICAL - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_INHERITED - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_MULTI_POST - Static variable in class org.purl.sword.client.ClientOptions
Label for the multipost operation.
TYPE_NONE - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_OUTCOME - org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
The action is satisfied.
TYPE_PAGE - org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Return to a page specified in the result.
TYPE_POST - Static variable in class org.purl.sword.client.ClientOptions
Label for the post operation.
TYPE_REQUIRED - org.dspace.orcid.model.validator.OrcidValidationError
 
TYPE_SERVICE - Static variable in class org.purl.sword.client.ClientOptions
Label for the service operation.
TYPE_STANDARD - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_SUBMISSION - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_SUBMISSION_PAGE - org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Return to the submission page.
TYPE_TEXT - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_WORKFLOW - Static variable in class org.dspace.authorize.ResourcePolicy
 
typeIsWildcard() - Method in class org.dspace.rdf.negotiation.MediaRange
 
types - Variable in class org.dspace.authority.AuthorityTypes
 
typeText - Static variable in class org.dspace.core.Constants
lets you look up type names from the type IDs

U

uiType - Variable in class org.dspace.app.util.SyndicationFeed
 
UITYPE_JSPUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
UITYPE_XMLUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
unarchiveItem(Context, Item) - Method in class org.dspace.versioning.VersioningConsumer
 
UNAUTHORIZED_METADATA_MANIPULATION - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
DSpace did not allowed to manipulate the metadata of an DSpaceObject.
unbindHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
unbindHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Removes binding of Handle to a DSpace object, while leaving the Handle in the table so it doesn't get reallocated.
uncacheEntity(E) - Method in class org.dspace.core.Context
Remove an entity from the cache.
uncacheEntity(E) - Method in interface org.dspace.core.DBConnection
Remove a DSpace object from the session cache when batch processing a large number of objects.
uncacheEntity(E) - Method in class org.dspace.core.HibernateDBConnection
Evict an entity from the hibernate cache.
UnclosableInputStream(InputStream) - Constructor for class org.dspace.content.packager.PackageUtils.UnclosableInputStream
 
UNDEF - org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
 
undoActionList - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
undoAddContents - Variable in class org.dspace.app.itemupdate.ItemArchive
 
undoDeposit(DepositResult) - Method in class org.dspace.sword.CollectionDepositor
Reverse any changes which may have resulted as the consequence of a deposit.
undoDeposit(DepositResult) - Method in class org.dspace.sword.Depositor
Undo any changes to the archive effected by the deposit
undoDeposit(DepositResult) - Method in class org.dspace.sword.ItemDepositor
 
undoDtomList - Variable in class org.dspace.app.itemupdate.ItemArchive
 
unescapeLogField(String) - Static method in class org.dspace.core.LogHelper
Unescape a log field.
unIndexContent(Context, String) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, String) - Method in class org.dspace.discovery.SolrServiceImpl
Unindex a Document in the Lucene index.
unIndexContent(Context, String, boolean) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, String, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Unindex a Document in the Lucene Index.
unIndexContent(Context, IndexableObject) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, IndexableObject) - Method in class org.dspace.discovery.SolrServiceImpl
unIndex removes an Item, Collection, or Community
unIndexContent(Context, IndexableObject, boolean) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, IndexableObject, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
unIndex removes an Item, Collection, or Community
uniqueNamespace(Context, int, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Return true if and only if the passed name appears within the allowed number of times in the current schema.
uniqueNamespace(Context, int, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
uniqueNamespace(Context, int, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
Return true if and only if the passed name appears within the allowed number of times in the current schema.
uniqueResult(Query) - Method in class org.dspace.core.AbstractHibernateDAO
This method will return a singular result for the given query
uniqueResult(Context, CriteriaQuery, boolean, Class<T>) - Method in class org.dspace.core.AbstractHibernateDAO
Retrieve a unique result from the query.
uniqueShortName(Context, int, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Return true if and only if the passed name is unique.
uniqueShortName(Context, int, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
uniqueShortName(Context, int, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
Return true if and only if the passed name is unique.
UNKNOWN - Static variable in class org.dspace.access.status.DefaultAccessStatusHelper
 
UNKNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "unknown" support level - for bitstream formats that are unknown to the system
UNKNOWN_ATTRIBUTE - Static variable in class org.purl.sword.base.SwordValidationInfo
 
UNKNOWN_ELEMENT - Static variable in class org.purl.sword.base.SwordValidationInfo
 
UNKNOWN_ERROR - org.dspace.app.rest.model.HarvestStatusEnum
 
UNLIMITED_FRAGMENT_LENGTH - Static variable in class org.dspace.discovery.DiscoverHitHighlightingField
 
unlinkProfile(Context, Item) - Method in class org.dspace.orcid.service.impl.OrcidSynchronizationServiceImpl
 
unlinkProfile(Context, Item) - Method in interface org.dspace.orcid.service.OrcidSynchronizationService
Disconnect the given profile from ORCID.
unmarshall(InputStream, Class<?>) - Method in class org.dspace.external.provider.orcid.xml.Converter
 
unmarshall(String) - Method in class org.purl.sword.base.DepositResponse
Unmarshall the specified XML data into a SWORD Entry.
unmarshall(String) - Method in class org.purl.sword.base.ServiceDocument
Convert the specified XML string into a set of objects used within the service.
unmarshall(String, Properties) - Method in class org.purl.sword.base.DepositResponse
 
unmarshall(String, Properties) - Method in class org.purl.sword.base.ServiceDocument
Convert the specified XML string into a set of objects used within the service.
unmarshall(Element) - Method in class org.purl.sword.atom.Author
Unmarshall the author details from the specified element.
unmarshall(Element) - Method in class org.purl.sword.atom.Content
 
unmarshall(Element) - Method in class org.purl.sword.atom.Entry
Unmarshal the contents of the Entry element into the internal data objects in this object.
unmarshall(Element) - Method in class org.purl.sword.atom.Generator
Unmarshal the specified Generator element into the data in this object.
unmarshall(Element) - Method in class org.purl.sword.atom.Link
Unmarshall the contents of the Link element into the internal data objects in this object.
unmarshall(Element) - Method in class org.purl.sword.atom.Source
Unmarshal the contents of the source element into the internal data objects in this object.
unmarshall(Element) - Method in class org.purl.sword.atom.TextConstruct
Unmarshal the text element into this object.
unmarshall(Element) - Method in class org.purl.sword.base.BasicContentElement
 
unmarshall(Element) - Method in class org.purl.sword.base.Collection
Unmarshall the content element into the data in this object.
unmarshall(Element) - Method in class org.purl.sword.base.Service
Unmarshal the content element into the data in this object.
unmarshall(Element) - Method in class org.purl.sword.base.ServiceDocument
Unmarshall the specified element.
unmarshall(Element) - Method in class org.purl.sword.base.SwordAcceptPackaging
 
unmarshall(Element) - Method in interface org.purl.sword.base.SwordElementInterface
Unmarshall the data in the specified element and store it in the object.
unmarshall(Element) - Method in class org.purl.sword.base.SWORDEntry
Overrides the unmarshall method in the parent Entry.
unmarshall(Element) - Method in class org.purl.sword.base.SWORDErrorDocument
Overrides the unmarshal method in the parent SWORDEntry.
unmarshall(Element) - Method in class org.purl.sword.base.Workspace
Unmarshal the workspace element into the data in this object.
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Author
Unmarshall the author details from the specified element.
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Content
Unmarshall the content element into the data in this object.
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Entry
 
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Generator
 
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Link
 
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.Source
 
unmarshall(Element, Properties) - Method in class org.purl.sword.atom.TextConstruct
 
unmarshall(Element, Properties) - Method in class org.purl.sword.base.BasicContentElement
Unmarshal the text element into this object.
unmarshall(Element, Properties) - Method in class org.purl.sword.base.Collection
 
unmarshall(Element, Properties) - Method in class org.purl.sword.base.Service
 
unmarshall(Element, Properties) - Method in class org.purl.sword.base.ServiceDocument
Unmarshall the specified element, and return the generated validation information.
unmarshall(Element, Properties) - Method in class org.purl.sword.base.SwordAcceptPackaging
Unmarshal the text element into this object.
unmarshall(Element, Properties) - Method in class org.purl.sword.base.SWORDEntry
 
unmarshall(Element, Properties) - Method in class org.purl.sword.base.SWORDErrorDocument
 
unmarshall(Element, Properties) - Method in class org.purl.sword.base.Workspace
 
unmarshallBoolean(Element) - Method in class org.purl.sword.base.XmlElement
Extract a boolean value from the specified element.
unmarshallContent(Element) - Method in class org.purl.sword.base.BasicBooleanContentElement
 
unmarshallContent(Element) - Method in class org.purl.sword.base.BasicContentElement
 
unmarshallContent(Element) - Method in class org.purl.sword.base.BasicIntegerContentElement
 
unmarshallContent(Element) - Method in class org.purl.sword.base.BasicStringContentElement
 
unmarshallErrorDocument(String) - Method in class org.purl.sword.base.DepositResponse
 
unmarshallErrorDocument(String, Properties) - Method in class org.purl.sword.base.DepositResponse
Unmarshall the specified XML data into a SWORD error document.
UnmarshallException - Exception in org.purl.sword.base
Represents information about an exception that is generated during the Unmarshall process.
UnmarshallException(String) - Constructor for exception org.purl.sword.base.UnmarshallException
Create a new instance and store the specified message.
UnmarshallException(String, Exception) - Constructor for exception org.purl.sword.base.UnmarshallException
Create a new instance and store the specified message and source data.
unmarshallInteger(Element) - Method in class org.purl.sword.base.XmlElement
Extract an integer value from the specified element.
unmarshallString(Element) - Method in class org.purl.sword.base.XmlElement
Extract a string value from the specified element.
unmarshallWithoutValidate(Element, Properties) - Method in class org.purl.sword.atom.Entry
 
unmarshallWithValidation(Element, Properties) - Method in class org.purl.sword.base.SWORDEntry
Overrides the unmarshall method in the parent Entry.
UnmodifiableConfigurationService(ConfigurationService) - Constructor for class org.dspace.core.Email.UnmodifiableConfigurationService
Swallow an instance of ConfigurationService.
UNPACKAGE_FAIL - Static variable in interface org.dspace.sword.DSpaceSWORDErrorCodes
if unpackaging the package fails
UNPACKAGE_FAIL - Static variable in class org.dspace.sword2.DSpaceUriRegistry
if unpackaging the package fails
unParseDate(Date) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the date object and convert it into a string of the form YYYY-MM-DD
UnprocessableEntityException - Exception in org.dspace.app.rest.exception
Unprocessable request: Can be specified with a 422 (Unprocessable Entity) response ([RFC4918], Section 11.2) when the server understands the patch document and the syntax of the patch document appears to be valid, but the server is incapable of processing the request.
UnprocessableEntityException(String) - Constructor for exception org.dspace.app.rest.exception.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception org.dspace.app.rest.exception.UnprocessableEntityException
 
UNRECOGNIZED - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
An identifier supplied as DOI could not be recognized.
unregister(Object) - Method in class org.dspace.app.rest.DiscoverableEndpointsService
 
unregisterMBean(String) - Static method in class org.dspace.kernel.DSpaceKernelManager
Unregister an MBean if possible
unregisterService(String) - Method in interface org.dspace.kernel.ServiceManager
Allows a service to be unregistered (which will only work if nothing depends on it).
unregisterService(String) - Method in class org.dspace.servicemanager.DSpaceServiceManager
 
unsetPrimaryBitstreamID() - Method in class org.dspace.content.Bundle
Unset the primary bitstream ID of the bundle
UNSPECIFIED - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
unsubscribe(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Unsubscribe an e-person to a collection.
unsubscribe(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
UNSUBSCRIBE - org.dspace.usage.UsageEvent.Action
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.dspace.app.rest.security.OrcidLoginFilter
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.dspace.app.rest.security.StatelessLoginFilter
If the above attemptAuthentication() call was unsuccessful, then ensure that the response is a 401 Unauthorized AND it includes a WWW-Authentication header.
unzip(File) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(File) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Unzip a file
unzip(File, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(File, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Unzip a file to a destination
unzip(String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(String, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Unzip a file in a specific source directory
UP_WITH_ISSUES_STATUS - Static variable in class org.dspace.app.rest.configuration.ActuatorConfiguration
 
update() - Method in class org.dspace.authority.AuthorityValue
 
update(String, String, Object, String) - Method in interface org.dspace.orcid.client.OrcidClient
Update the object with the given putCode.
update(String, String, Object, String) - Method in class org.dspace.orcid.client.OrcidClientImpl
 
update(String, String, List<String>, List<List<Object>>) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
update(String, String, List<String>, List<List<Object>>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
update(String, String, List<String>, List<List<Object>>, boolean) - Method in interface org.dspace.statistics.service.SolrLoggerService
Update the solr core.
update(String, String, List<String>, List<List<Object>>, boolean) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
update(AuthorityValue) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
update(AuthorityValue) - Method in interface org.dspace.authority.service.AuthorityValueService
 
update(Context, List<ResourcePolicy>) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Update the ResourcePolicies
update(Context, List<BitstreamFormat>) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
update(Context, List<EntityType>) - Method in class org.dspace.content.EntityTypeServiceImpl
 
update(Context, List<Relationship>) - Method in class org.dspace.content.RelationshipServiceImpl
 
update(Context, List<RelationshipType>) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
update(Context, List<RegistrationData>) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
update(Context, List<VersionHistory>) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
update(Context, List<ClaimedTask>) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
update(Context, List<InProgressUser>) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
update(Context, List<PoolTask>) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
update(Context, List<WorkflowItemRole>) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
update(Context, List<T>) - Method in interface org.dspace.service.DSpaceCRUDService
Persist a collection of model objects.
update(Context, HttpServletRequest, Collection) - Method in class org.dspace.app.rest.repository.HarvestedCollectionRestRepository
Function to update the harvesting settings of a collection
update(Context, RequestItem) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
update(Context, RequestItem) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Save updates to the record.
update(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Update the ResourcePolicy
update(Context, MostRecentChecksum) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
update(Context, MostRecentChecksum) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
update(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
update(Context, BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
update(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
update(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
update(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
update(Context, EntityType) - Method in class org.dspace.content.EntityTypeServiceImpl
 
update(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
update(Context, MetadataField) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
update(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataFieldService
Update the metadata field in the database.
update(Context, MetadataSchema) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
update(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataSchemaService
Update the metadata schema in the database.
update(Context, MetadataValue) - Method in class org.dspace.content.MetadataValueServiceImpl
 
update(Context, MetadataValue) - Method in interface org.dspace.content.service.MetadataValueService
Update the metadata value in the database.
update(Context, MetadataValue, boolean) - Method in class org.dspace.content.MetadataValueServiceImpl
 
update(Context, MetadataValue, boolean) - Method in interface org.dspace.content.service.MetadataValueService
 
update(Context, Relationship) - Method in class org.dspace.content.RelationshipServiceImpl
 
update(Context, RelationshipType) - Method in class org.dspace.content.RelationshipTypeServiceImpl
 
update(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
update(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
update(Context, IndexFactory, IndexableObject) - Method in class org.dspace.discovery.SolrServiceImpl
 
update(Context, IndexFactory, IndexableObject, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Update the given indexable object using a given service
update(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
update(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
Update the group - writing out group object and EPerson list if necessary
update(Context, RegistrationData) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
update(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
update(Context, HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
update(Context, HarvestedItem) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
update(Context, HarvestedItem) - Method in interface org.dspace.harvest.service.HarvestedItemService
 
update(Context, DOI) - Method in class org.dspace.identifier.DOIServiceImpl
 
update(Context, DOI) - Method in interface org.dspace.identifier.service.DOIService
Update a DOI in storage.
update(Context, OrcidHistory) - Method in class org.dspace.orcid.service.impl.OrcidHistoryServiceImpl
 
update(Context, OrcidHistory) - Method in interface org.dspace.orcid.service.OrcidHistoryService
Update the OrcidHistory
update(Context, OrcidQueue) - Method in class org.dspace.orcid.service.impl.OrcidQueueServiceImpl
 
update(Context, OrcidQueue) - Method in interface org.dspace.orcid.service.OrcidQueueService
Update the OrcidQueue
update(Context, Process) - Method in class org.dspace.scripts.ProcessServiceImpl
 
update(Context, Process) - Method in interface org.dspace.scripts.service.ProcessService
This method will be used to update the given Process object in the database
update(Context, Version) - Method in interface org.dspace.versioning.service.VersioningService
Update the Version
update(Context, Version) - Method in class org.dspace.versioning.VersioningServiceImpl
 
update(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
update(Context, ClaimedTask) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
update(Context, CollectionRole) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
update(Context, CollectionRole) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
update(Context, InProgressUser) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
update(Context, PoolTask) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
update(Context, WorkflowItemRole) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
update(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
update(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
update(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
update(Context, T) - Method in interface org.dspace.content.service.InProgressSubmissionService
Update the submission, including the unarchived item.
update(Context, T) - Method in interface org.dspace.service.DSpaceCRUDService
Persist a model object.
update(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
Update metadata for a DOI
UPDATE - org.dspace.discovery.IndexClientOptions
 
UPDATE - org.dspace.orcid.OrcidOperation
 
UPDATE - org.dspace.usage.UsageEvent.Action
 
UPDATE_BEFORE_REGISTRATION - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UPDATE_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UPDATE_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UpdateAction - Interface in org.dspace.app.itemupdate
Interface for actions to update an item
UPDATEANDSPELLCHECK - org.dspace.discovery.IndexClientOptions
 
UpdateAuthorities - Class in org.dspace.authority
 
UpdateAuthorities(Context) - Constructor for class org.dspace.authority.UpdateAuthorities
 
updateBitstreamFormat(UUID, HttpServletRequest) - Method in class org.dspace.app.rest.BitstreamRestController
This method will update the bitstream format of the bitstream that corresponds to the provided bitstream uuid.
updateBitstreamOrder(Context, Bundle, int, int) - Method in class org.dspace.content.BundleServiceImpl
 
updateBitstreamOrder(Context, Bundle, int, int) - Method in interface org.dspace.content.service.BundleService
Moves a bitstream within a bundle from one place to another, shifting all other bitstreams in the process
UpdateBitstreamsAction - Class in org.dspace.app.itemupdate
Base class for Bitstream actions
UpdateBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
Updated - Class in org.purl.sword.atom
 
Updated() - Constructor for class org.purl.sword.atom.Updated
 
Updated(String) - Constructor for class org.purl.sword.atom.Updated
 
updateDatabase() - Static method in class org.dspace.core.Context
Update the DSpace database, ensuring that any necessary migrations are run prior to initializing Hibernate.
updateDatabase() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDatabase(DataSource, Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDatabase(DataSource, Connection, String, boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDatabase(DataSource, Connection, String, boolean, boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDSpaceObject(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Commit all recent changes to DSpaceObject.
updateEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.ShibAuthentication
After we successfully authenticated a user, this method will update the user's attributes.
UpdateHandlePrefix - Class in org.dspace.handle
A script to update the handle values in the database.
updateHandlesWithNewPrefix(Context, String, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
updateHandlesWithNewPrefix(Context, String, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
updateHandlesWithNewPrefix(Context, String, String) - Method in class org.dspace.handle.HandleServiceImpl
 
updateHandlesWithNewPrefix(Context, String, String) - Method in interface org.dspace.handle.service.HandleService
 
updateHarvestSettingsEndpoint(UUID, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.CollectionHarvestSettingsController
PUT Endpoint for updating the settings of a collection.
updateIndex(Context) - Method in interface org.dspace.discovery.IndexingService
 
updateIndex(Context) - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all Items, Collections and Communities.
updateIndex(Context, boolean) - Method in interface org.dspace.discovery.IndexingService
 
updateIndex(Context, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all Items, Collections and Communities.
updateIndex(Context, boolean, String) - Method in interface org.dspace.discovery.IndexingService
 
updateIndex(Context, boolean, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
updateItem(Context, Item) - Method in class org.dspace.content.RelationshipServiceImpl
 
updateItem(Context, Item) - Method in interface org.dspace.content.service.RelationshipService
This method will update the given item's metadata order.
updateItem(Context, Item, MetadataValue) - Method in class org.dspace.authority.AuthorityValue
Replace an item's DCValue with this authority
updateItems(AuthorityValue) - Method in class org.dspace.authority.UpdateAuthorities
 
updateItemState(Context, Item, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
Copy all data (minus a few exceptions) from the old item to the new item.
updateItemState(Context, Item, Item) - Method in interface org.dspace.versioning.ItemVersionProvider
Copy all data (minus a few exceptions) from the old item to the new item.
updateLastActiveDate(Context) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
updateLastActiveDate(Context) - Method in interface org.dspace.authenticate.service.AuthenticationService
Update the last active (login) timestamp on the current authenticated user
updateLastModified(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
updateLastModified(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
updateLastModified(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
updateLastModified(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
updateLastModified(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
updateLastModified(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
updateLastModified(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
updateLastModified(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
updateLastModified(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
updateLastModifiedDate() - Method in class org.dspace.authority.AuthorityValue
 
updateLatestVersionStatus(Relationship, boolean, boolean) - Method in class org.dspace.versioning.utils.RelationshipVersioningUtils
Update Relationship.latestVersionStatus of the given relationship.
updateLicense(Context, String, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Update the license of the item with a new one based on the provided license URI
updateLicense(Context, String, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Update the license of the item with a new one based on the provided license URI
updateList() - Method in class org.purl.sword.client.SWORDComboBox
Update the list for the Combo box with the currently selected item.
updateMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
updateMetadata(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to update metadata for a DOI.
updateMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Update metadata for a registered object If the DOI for hte item already exists, *always* skip the filter since it should only be used for allowing / disallowing reservation and registration, not metadata updates or deletions
UpdateMetadataAction - Class in org.dspace.app.itemupdate
This abstract subclass for metadata actions maintains a collection for the target metadata fields expressed as a string in the compound notation ( <schema>.<element>.<qualifier> ) on which to apply the action when the method execute is called.
UpdateMetadataAction() - Constructor for class org.dspace.app.itemupdate.UpdateMetadataAction
 
updateMetadataOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Update metadata for a registered object in the DOI Connector to update the agency records If the DOI for hte item already exists, *always* skip the filter since it should only be used for allowing / disallowing reservation and registration, not metadata updates or deletions
updateMissingBitstreams(Context) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
updateMissingBitstreams(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Queries the bitstream table for bitstream IDs that are not yet in the most_recent_checksum table, and inserts them into the most_recent_checksum and checksum_history tables.
updateMissingBitstreams(Context) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
updateMissingBitstreams(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
updateRanges(Bitstream, String, CanvasGenerator) - Method in class org.dspace.app.iiif.service.RangeService
Updates the current range and adds sub-ranges.
updateRelationshipLeft(Integer, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.RelationshipRestController
Method to change the left item of a relationship with a given item in the body
updateRelationshipRight(Integer, HttpServletResponse, HttpServletRequest) - Method in class org.dspace.app.rest.RelationshipRestController
Method to change the right item of a relationship with a given item in the body
updateRelationships(Context, Item, Item) - Method in class org.dspace.versioning.VersioningConsumer
Update Relationship.latestVersionStatus of the relationships of both the old version and the new version of the item.
updateRemovedBitstreamFormat(Context, BitstreamFormat, BitstreamFormat) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
updateRemovedBitstreamFormat(Context, BitstreamFormat, BitstreamFormat) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
updateResourcePolicy(Context, ResourcePolicy) - Method in class org.dspace.submit.model.AccessConditionOption
Validate ResourcePolicy and after update it
updateSessionSalt(Context, Date) - Method in class org.dspace.app.rest.security.jwt.JWTTokenHandler
Update session salt information for the currently logged in user.
updateSessionSalt(Context, Date) - Method in class org.dspace.app.rest.security.jwt.ShortLivedJWTTokenHandler
The session salt doesn't need to be updated for short lived tokens.
updateValue(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
updateVersion(Context, Item, String) - Method in interface org.dspace.versioning.service.VersioningService
 
updateVersion(Context, Item, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
upgradeFlywayTable(Flyway, Connection) - Static method in class org.dspace.storage.rdbms.FlywayUpgradeUtils
Ensures the Flyway migration history table (FLYWAY_TABLE) is upgraded to the latest version of Flyway safely.
upload(HttpServletRequest, String, String, ID, MultipartFile) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to attach/upload a file to a specific REST object
upload(HttpServletRequest, String, String, Integer, MultipartFile) - Method in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
upload(HttpServletRequest, String, String, Integer, MultipartFile) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
upload(HttpServletRequest, String, String, Integer, MultipartFile) - Method in class org.dspace.app.rest.RestResourceController
Called in POST, multipart, upload to a specific rest resource the file passed as "file" request parameter Note that the regular expression in the request mapping accept a number as identifier;
upload(HttpServletRequest, String, String, List<MultipartFile>) - Method in class org.dspace.app.rest.RestResourceController
Upload a file against the collection resource endpoint.
upload(HttpServletRequest, String, String, UUID, MultipartFile) - Method in class org.dspace.app.rest.RestResourceController
Called in POST, multipart, upload to a specific rest resource the file passed as "file" request parameter Note that the regular expression in the request mapping accept a UUID as identifier;
upload(HttpServletRequest, List<MultipartFile>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Bulk create object instances from an uploaded file
upload(Context, HttpServletRequest, List<MultipartFile>) - Method in class org.dspace.app.rest.repository.DSpaceRestRepository
Method to implement to support bulk creation of objects from a file
upload(Context, HttpServletRequest, List<MultipartFile>) - Method in class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
upload(Context, SubmissionService, SubmissionStepConfig, InProgressSubmission, MultipartFile) - Method in class org.dspace.app.rest.submit.step.ExtractMetadataStep
 
upload(Context, SubmissionService, SubmissionStepConfig, InProgressSubmission, MultipartFile) - Method in class org.dspace.app.rest.submit.step.UploadStep
 
upload(Context, SubmissionService, SubmissionStepConfig, InProgressSubmission, MultipartFile) - Method in interface org.dspace.app.rest.submit.UploadableStep
The method to implement to support upload of a file in the submission section (aka panel / step)
UPLOAD_DATE - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
UPLOAD_STEP_ACCESSCONDITIONS_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
UPLOAD_STEP_METADATA_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
UPLOAD_STEP_METADATA_PATH - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
UPLOAD_STEP_METADATA_SECTION - Static variable in class org.dspace.app.rest.submit.step.UploadStep
 
UPLOAD_STEP_MOVE_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
UPLOAD_STEP_NAME - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
UPLOAD_STEP_REMOVE_OPERATION_ENTRY - Static variable in interface org.dspace.app.rest.submit.DataProcessingStep
 
UploadableStep - Interface in org.dspace.app.rest.submit
The interface for submission Steps that need to deal with file upload
uploadBitstream(HttpServletRequest, UUID, MultipartFile, String) - Method in class org.dspace.app.rest.BundleUploadBitstreamController
Method to upload a Bitstream to a Bundle with the given UUID in the URL.
uploadBitstream(Context, Bundle, String, InputStream, String) - Method in class org.dspace.app.rest.repository.BundleRestRepository
Method to upload a bitstream to a bundle.
UploadBitstreamRest - Class in org.dspace.app.rest.model.step
This Java Bean is used to represent a single bitstream with all its metadata and access conditions (AccessConditionDTO) inside an upload submission section (DataUpload
UploadBitstreamRest() - Constructor for class org.dspace.app.rest.model.step.UploadBitstreamRest
 
UploadConfiguration - Class in org.dspace.submit.model
 
UploadConfiguration() - Constructor for class org.dspace.submit.model.UploadConfiguration
 
UploadConfigurationService - Class in org.dspace.submit.model
Simple bean to manage different Access Condition configuration
UploadConfigurationService() - Constructor for class org.dspace.submit.model.UploadConfigurationService
 
uploadDate - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
uploadFileToInprogressSubmission(Context, HttpServletRequest, AInprogressSubmissionRest, InProgressSubmission, MultipartFile) - Method in class org.dspace.app.rest.submit.SubmissionService
Utility method used by the WorkspaceItemRestRepository and WorkflowItemRestRepository to deal with the upload in an inprogress submission
UploadStatusResponse - Class in org.dspace.app.rest.model.step
 
UploadStatusResponse() - Constructor for class org.dspace.app.rest.model.step.UploadStatusResponse
 
UploadStep - Class in org.dspace.app.rest.submit.step
Upload step for DSpace Spring Rest.
UploadStep() - Constructor for class org.dspace.app.rest.submit.step.UploadStep
 
UploadValidation - Class in org.dspace.app.rest.submit.step.validation
Execute file required check validation
UploadValidation() - Constructor for class org.dspace.app.rest.submit.step.validation.UploadValidation
 
URDU - Static variable in class org.dspace.text.filter.Language
 
urgent(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message that must be displayed to the user, irrespective of the verbosity.
Uri - Class in org.purl.sword.atom
 
Uri() - Constructor for class org.purl.sword.atom.Uri
 
Uri(String) - Constructor for class org.purl.sword.atom.Uri
 
URI_PARAMETERS - Static variable in class org.dspace.importer.external.liveimportclient.service.LiveImportClientImpl
 
uriBuilder(T) - Method in class org.dspace.app.rest.link.HalLinkFactory
 
URIGenerator - Interface in org.dspace.rdf.storage
Please use RDFUtil.generateIdentifier(Context, DSpaceObject) to get URIs for RDF data.
UriListHandler<T> - Interface in org.dspace.app.rest.repository.handler
This is an interface to be implemented by classes that want to handle a UriList call
UriListHandlerService - Class in org.dspace.app.rest.repository.handler.service
This class is a wrapper Service class for the UriListHandler objects.
UriListHandlerService() - Constructor for class org.dspace.app.rest.repository.handler.service.UriListHandlerService
 
url - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
url - Static variable in class org.dspace.app.util.WebApp_
 
url - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
URL - Static variable in class org.dspace.app.util.WebApp_
 
URL - Static variable in class org.dspace.statistics.export.OpenURLTracker_
 
urlIsPrefixOf(String, String) - Static method in class org.dspace.app.rest.utils.URLUtils
Is one URL a prefix of another? Ignores credentials, fragments and queries.
urlManager - Variable in class org.dspace.sword2.GenericStatementDisseminator
 
urlOfBitstream(HttpServletRequest, Bitstream) - Method in class org.dspace.app.util.SyndicationFeed
 
urlsWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of URLs written to current file
urlTemplate - Variable in class org.dspace.ctask.general.MetadataWebService
 
URLUtils - Class in org.dspace.app.rest.utils
Utility class to encode or decode URL
URLUtils - Class in org.dspace.xoai.util
 
usage() - Static method in class org.dspace.administer.MetadataExporter
Print the usage message to standard output
usage() - Static method in class org.dspace.administer.MetadataImporter
Print the usage message to stdout
usage() - Static method in class org.dspace.app.statistics.LogAnalyser
print out the usage information for this class to the standard out
usage() - Static method in class org.dspace.app.statistics.ReportGenerator
output the usage information to the terminal
usage() - Static method in class org.purl.sword.client.ClientFactory
Generate a string that specifies the command line options for this program.
usage(Options) - Static method in class org.dspace.rdf.RDFizer
 
usageError(String) - Static method in class org.dspace.app.packager.Packager
 
UsageEvent - Class in org.dspace.usage
 
UsageEvent(UsageEvent.Action, String, String, String, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageEvent
 
UsageEvent(UsageEvent.Action, HttpServletRequest, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageEvent
 
UsageEvent.Action - Enum in org.dspace.usage
 
UsageReportConverter - Class in org.dspace.app.rest.converter
Converter so list of UsageReportRest can be converted in to a rest page
UsageReportConverter() - Constructor for class org.dspace.app.rest.converter.UsageReportConverter
 
UsageReportPointCityRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a City data Point of a UsageReportRest from the DSpace statistics
UsageReportPointCityRest() - Constructor for class org.dspace.app.rest.model.UsageReportPointCityRest
 
UsageReportPointCountryRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a Country data Point of a UsageReportRest from the DSpace statistics.
UsageReportPointCountryRest() - Constructor for class org.dspace.app.rest.model.UsageReportPointCountryRest
 
UsageReportPointDateRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a Date (month) data Point of a UsageReportRest from the DSpace statistics
UsageReportPointDateRest() - Constructor for class org.dspace.app.rest.model.UsageReportPointDateRest
 
UsageReportPointDsoTotalVisitsRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a TotalVisit data Point of a DSO's UsageReportRest from the DSpace statistics
UsageReportPointDsoTotalVisitsRest() - Constructor for class org.dspace.app.rest.model.UsageReportPointDsoTotalVisitsRest
 
UsageReportPointRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a Point of a UsageReportRest from the DSpace statistics
UsageReportPointRest() - Constructor for class org.dspace.app.rest.model.UsageReportPointRest
 
UsageReportResource - Class in org.dspace.app.rest.model.hateoas
The Resource representation of a UsageReportRest object
UsageReportResource(UsageReportRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.UsageReportResource
 
UsageReportRest - Class in org.dspace.app.rest.model
This class serves as a REST representation of a Usage Report from the DSpace statistics
UsageReportRest() - Constructor for class org.dspace.app.rest.model.UsageReportRest
 
UsageReportRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class will handle Permissions for the UsageReportRest object and its calls
UsageReportRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.UsageReportRestPermissionEvaluatorPlugin
 
UsageReportUtils - Class in org.dspace.app.rest.utils
This is the Service dealing with the UsageReportRest logic
UsageReportUtils() - Constructor for class org.dspace.app.rest.utils.UsageReportUtils
 
UsageSearchEvent - Class in org.dspace.usage
Extends the standard usage event to contain search information search information includes the query/queries used and the scope
UsageSearchEvent(UsageEvent.Action, HttpServletRequest, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageSearchEvent
 
UsageSearchEvent.AppliedFilter - Class in org.dspace.usage
 
UsageSearchEvent.Page - Class in org.dspace.usage
 
UsageSearchEvent.Sort - Class in org.dspace.usage
 
UsageWorkflowEvent - Class in org.dspace.usage
Extends the standard usage event to contain workflow information
UsageWorkflowEvent(Context, Item, InProgressSubmission, String, String, Collection, EPerson) - Constructor for class org.dspace.usage.UsageWorkflowEvent
 
useCollectionTemplate() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
useCollectionTemplate() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if Items should use a Collection's template when they are created.
useCompression() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return whether the written sitemap files and index should be GZIP-compressed.
useCompression() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
useCompression() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
useEqualsComparator() - Method in interface org.dspace.browse.BrowseDAO
Does the query use the equals comparator when doing less than or greater than comparisons.
useEqualsComparator() - Method in class org.dspace.browse.SolrBrowseDAO
 
useHeaders(String, Deposit, AuthCredentials, SwordConfiguration) - Method in class org.dspace.sword2.ContainerManagerDSpace
 
useMd5() - Method in class org.purl.sword.client.PostDialog
Determine if the MD5 checkbox is selected.
useNoOp() - Method in class org.purl.sword.client.PostDialog
Determine if the noOp checkbox is selected.
useProxies - Static variable in class org.dspace.authenticate.IPAuthentication
Whether to look for x-forwarded headers for logging IP addresses
useProxies - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
USER_AGENT - Static variable in interface org.purl.sword.base.HttpHeaders
The user agent.
userAgent - Static variable in class org.purl.sword.client.ServletClient
The user agent name of this library
UserCheck - Class in org.dspace.health
 
UserCheck() - Constructor for class org.dspace.health.UserCheck
 
userInteractionEnabled - Variable in class org.dspace.app.packager.Packager
 
USERNAME - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
UserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
An action that associates workflow users with tasks.
UserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
UserSelectionActionConfig - Class in org.dspace.xmlworkflow.state.actions
A class containing the user selection action configuration
UserSelectionActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
useSearchPlugin(String) - Method in interface org.dspace.app.iiif.service.SearchAnnotationService
Tests to see if the plugin is configured in iiif.cfg.
useSearchPlugin(String) - Method in class org.dspace.app.iiif.service.WordHighlightSolrSearch
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
A boolean indicating wether or not the task pool is used for this type of user selection
useVerbose() - Method in class org.purl.sword.client.PostDialog
Determine if the verbose checkbox is selected.
useWorkflow - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
useWorkflowSendEmail - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
useWorkflowSendEmail - Static variable in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
UTC - Static variable in class org.dspace.util.DateMathParser
 
UTF_8 - Static variable in class org.dspace.statistics.export.processor.ExportEventProcessor
 
Util - Class in org.dspace.app.util
Miscellaneous utility methods
Util - Class in org.dspace.iiif.canvasdimension
Utilities for IIIF canvas dimension processing.
Util() - Constructor for class org.dspace.app.util.Util
Default constructor.
utils - Variable in class org.dspace.app.rest.BundleUploadBitstreamController
 
utils - Variable in class org.dspace.app.rest.CollectionLogoController
 
utils - Variable in class org.dspace.app.rest.CommunityLogoController
 
utils - Variable in class org.dspace.app.rest.DiscoveryRestController
 
utils - Variable in class org.dspace.app.rest.EntityTypeLabelRestController
 
utils - Variable in class org.dspace.app.rest.ExternalSourcesRestController
 
utils - Variable in class org.dspace.app.rest.repository.AbstractDSpaceRestRepository
 
utils - Variable in class org.dspace.app.rest.SubmissionCCLicenseUrlRepository
 
Utils - Class in org.dspace.app.rest.utils
Collection of utility methods
Utils - Class in org.dspace.core
Utility functions for DSpace.
Utils - Class in org.dspace.curate
Utils contains a few commonly occurring methods.
Utils() - Constructor for class org.dspace.app.rest.utils.Utils
 
UtilServiceFactory - Class in org.dspace.app.util.factory
Abstract factory to get services for the util package, use UtilServiceFactory.getInstance() to retrieve an implementation
UtilServiceFactory() - Constructor for class org.dspace.app.util.factory.UtilServiceFactory
 
UtilServiceFactoryImpl - Class in org.dspace.app.util.factory
Factory implementation to get services for the util package, use UtilServiceFactory.getInstance() to retrieve an implementation
UtilServiceFactoryImpl() - Constructor for class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
UUIDLookupRestController - Class in org.dspace.app.rest
This is an utility endpoint to lookup a generic DSpaceObject.
UUIDLookupRestController() - Constructor for class org.dspace.app.rest.UUIDLookupRestController
 
UUIDUtils - Class in org.dspace.util
Utility class to read UUIDs
UUIDValue - Class in org.dspace.content.virtual
This class is used by the VirtualMetadataPopulator.
UUIDValue() - Constructor for class org.dspace.content.virtual.UUIDValue
 

V

V1_3_9__Drop_constraint_for_DSpace_1_4_schema - Class in org.dspace.storage.rdbms.migration
This class is in support of the "V1.4__Upgrade_to_DSpace_1.4_schema.sql" It simply drops the database constraint associated with the "name" column of the "community" table.
V1_3_9__Drop_constraint_for_DSpace_1_4_schema() - Constructor for class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
 
V1_5_9__Drop_constraint_for_DSpace_1_6_schema - Class in org.dspace.storage.rdbms.migration
This class is in support of the "V1.6__Upgrade_to_DSpace_1.6_schema.sql" It simply drops a few database constraints.
V1_5_9__Drop_constraint_for_DSpace_1_6_schema() - Constructor for class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
 
V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint - Class in org.dspace.storage.rdbms.migration
This class is in support of the DS-1582 Metadata for All Objects feature.
V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint() - Constructor for class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
 
V5_0_2014_11_04__Enable_XMLWorkflow_Migration - Class in org.dspace.storage.rdbms.xmlworkflow
This class automatically migrates your DSpace Database to use the XML-based Configurable Workflow system whenever it is enabled.
V5_0_2014_11_04__Enable_XMLWorkflow_Migration() - Constructor for class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
 
V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow - Class in org.dspace.storage.rdbms.migration
 
V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow() - Constructor for class org.dspace.storage.rdbms.migration.V5_7_2017_05_05__DS_3431_Add_Policies_for_BasicWorkflow
 
V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration - Class in org.dspace.storage.rdbms.migration
Migration class that will drop the public key for the dspace objects, the integer based key will be moved to a UUID
V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration - Class in org.dspace.storage.rdbms.migration
User: kevin (kevin at atmire.com) Date: 1/09/15 Time: 12:08
V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration - Class in org.dspace.storage.rdbms.xmlworkflow
This class automatically migrates your DSpace Database to use the XML-based Configurable Workflow system whenever it is enabled.
V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration() - Constructor for class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables - Class in org.dspace.storage.rdbms.migration
This Flyway Java migration deletes any legacy DBMS browse tables found in the database.
V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
V6_1_2017_01_03__DS_3431_Add_Policies_for_BasicWorkflow - Class in org.dspace.storage.rdbms.migration
 
V6_1_2017_01_03__DS_3431_Add_Policies_for_BasicWorkflow() - Constructor for class org.dspace.storage.rdbms.migration.V6_1_2017_01_03__DS_3431_Add_Policies_for_BasicWorkflow
 
V7_0_2018_04_03__Upgrade_Workflow_Policy - Class in org.dspace.storage.rdbms.migration
This class automatically adding rptype to the resource policy created with a migration into XML-based Configurable Workflow system
V7_0_2018_04_03__Upgrade_Workflow_Policy() - Constructor for class org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
 
V7_0_2020_10_31__CollectionCommunity_Metadata_Handle - Class in org.dspace.storage.rdbms.migration
Insert a 'dc.idendifier.uri' metadata record for each Community and Collection in the database.
V7_0_2020_10_31__CollectionCommunity_Metadata_Handle() - Constructor for class org.dspace.storage.rdbms.migration.V7_0_2020_10_31__CollectionCommunity_Metadata_Handle
 
VALID - org.purl.sword.base.SwordValidationInfoType
 
VALID_TYPES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that can have a citation page added to them.
validate() - Method in class org.purl.sword.base.ServiceDocument
 
validate(Object) - Method in class org.dspace.orcid.model.validator.impl.OrcidValidatorImpl
 
validate(Object) - Method in interface org.dspace.orcid.model.validator.OrcidValidator
Validate the given orcid object and returns the validation errors, if any.
validate(String) - Method in class org.dspace.app.rest.utils.BitstreamMetadataValuePathUtils
Method to verify that the path included in the patch operation is supported by the submission configuration of the upload section
validate(String) - Method in class org.dspace.app.util.DCInput
 
validate(String) - Method in class org.dspace.core.NewsServiceImpl
 
validate(String) - Method in interface org.dspace.core.service.NewsService
Check if the newsName is an acceptable file name
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.Author
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.Content
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.Generator
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.Link
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.Source
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.atom.TextConstruct
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.base.BasicContentElement
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.base.Collection
 
validate(List<SwordValidationInfo>, List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.base.SwordAcceptPackaging
 
validate(List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.base.Service
 
validate(List<SwordValidationInfo>, Properties) - Method in class org.purl.sword.base.Workspace
 
validate(Properties) - Method in class org.purl.sword.atom.Author
 
validate(Properties) - Method in class org.purl.sword.atom.Content
 
validate(Properties) - Method in class org.purl.sword.atom.Entry
 
validate(Properties) - Method in class org.purl.sword.atom.Generator
 
validate(Properties) - Method in class org.purl.sword.atom.Link
 
validate(Properties) - Method in class org.purl.sword.atom.Source
 
validate(Properties) - Method in class org.purl.sword.atom.TextConstruct
 
validate(Properties) - Method in class org.purl.sword.base.BasicContentElement
 
validate(Properties) - Method in class org.purl.sword.base.Collection
 
validate(Properties) - Method in class org.purl.sword.base.Service
 
validate(Properties) - Method in class org.purl.sword.base.ServiceDocument
 
validate(Properties) - Method in class org.purl.sword.base.SwordAcceptPackaging
 
validate(Properties) - Method in class org.purl.sword.base.SWORDEntry
 
validate(Properties) - Method in class org.purl.sword.base.SWORDErrorDocument
 
validate(Properties) - Method in class org.purl.sword.base.Workspace
 
validate(Properties) - Method in class org.purl.sword.base.XmlElement
 
validate(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in interface org.dspace.app.rest.submit.DataProcessingStep
The method will expose the list of validation errors identified by the step.
validate(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.validation.LicenseValidation
 
validate(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.validation.MetadataValidation
 
validate(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in class org.dspace.app.rest.submit.step.validation.UploadValidation
 
validate(SubmissionService, InProgressSubmission, SubmissionStepConfig) - Method in interface org.dspace.app.rest.submit.step.validation.Validation
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryArchivedItemUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryItemUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryOrcidQueueUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryPoolTaskUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceEntryWorkspaceItemUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in class org.dspace.app.rest.repository.handler.ExternalSourceItemUriListHandler
 
validate(Context, HttpServletRequest, List<String>) - Method in interface org.dspace.app.rest.repository.handler.UriListHandler
This method will take all the required input and validate them to see if there are any issues before calling the handle method
validate(SwordValidationInfo, Properties) - Method in class org.purl.sword.atom.Entry
 
validate(SwordValidationInfo, Properties) - Method in class org.purl.sword.base.SWORDEntry
 
validate(SwordValidationInfo, Properties) - Method in class org.purl.sword.base.SWORDErrorDocument
 
validateContent(Properties) - Method in class org.purl.sword.base.BasicBooleanContentElement
 
validateContent(Properties) - Method in class org.purl.sword.base.BasicContentElement
 
validateContent(Properties) - Method in class org.purl.sword.base.BasicIntegerContentElement
 
validateContent(Properties) - Method in class org.purl.sword.base.BasicStringContentElement
 
validateFunding(Funding) - Method in class org.dspace.orcid.model.validator.impl.OrcidValidatorImpl
A funding is valid if has title, a valid funder organization and at least one external id.
validateFunding(Funding) - Method in interface org.dspace.orcid.model.validator.OrcidValidator
Validate the given funding and returns the validation errors, if any.
validateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
validateOnly - Variable in class org.dspace.app.bulkedit.MetadataImport
 
validateWork(Work) - Method in class org.dspace.orcid.model.validator.impl.OrcidValidatorImpl
A work is valid if has title, type, a valid publication date and at least one external id.
validateWork(Work) - Method in interface org.dspace.orcid.model.validator.OrcidValidator
Validate the given work and returns the validation errors, if any.
Validation - Interface in org.dspace.app.rest.submit.step.validation
Interface to support validation on submission process TODO should be supported InProgressSubmission (t.b.d)
value - Variable in class org.dspace.app.rest.model.patch.Operation
 
value - Variable in class org.dspace.content.authority.Choice
The canonical text value to insert into MetadataValue's text field
value - Static variable in class org.dspace.content.MetadataValue_
 
value - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
value - Variable in class org.dspace.workflow.NotifyType
 
value - Variable in class org.dspace.workflow.WorkflowType
 
value() - Method in annotation type org.dspace.app.rest.model.hateoas.annotations.RelNameDSpaceResource
 
value() - Method in annotation type org.dspace.app.rest.Parameter
 
value() - Method in enum org.dspace.workflow.ActionType
 
value() - Method in enum org.dspace.workflow.ConditionType
 
VALUE - org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
 
VALUE - Static variable in class org.dspace.content.MetadataValue_
 
valueChanged(TreeSelectionEvent) - Method in class org.purl.sword.client.ServicePanel
Respond to a changed tree selection event.
ValueModifier - Static variable in class org.dspace.rdf.conversion.DMRM
A regular expression to be used with java, composed of a matching and a replaying expression.
valueOf(String) - Static method in enum org.dspace.app.rest.model.HarvestStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.rest.model.HarvestTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.rest.model.query.RestSearchOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.rest.model.ScopeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.rest.model.VisibilityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.rest.security.DSpaceRestPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.sherpa.v2.SHERPAPublisherResponse.SHERPAFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.app.sherpa.v2.SHERPAResponse.SHERPAFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.checker.ChecksumResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.content.MetadataSchemaEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.content.ProcessStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.content.Relationship.LatestVersionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.content.RelationshipType.Tilted
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.core.Context.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.CurationClientOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.Curator.Invoked
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.Curator.TxScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.configuration.DiscoverySortFieldConfiguration.SORT_ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.DiscoverQuery.SORT_ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.IndexClientOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.orcid.model.OrcidEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.orcid.model.OrcidProfileSectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.orcid.model.validator.OrcidValidationError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.orcid.OrcidOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.profile.OrcidEntitySyncPreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.profile.OrcidProfileDisconnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.profile.OrcidProfileSyncPreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.profile.OrcidSynchronizationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.scripts.ProcessLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.services.model.CacheConfig.CacheScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.services.model.Event.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.usage.UsageEvent.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.workflow.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.workflow.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.purl.sword.atom.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.purl.sword.base.SwordValidationInfoType
Returns the enum constant of this type with the specified name.
ValueProcessor - Static variable in class org.dspace.rdf.conversion.DMRM
Processes a metadata value into an RDF value or an IRI.
values - Variable in class org.dspace.app.rest.model.PropertyRest
 
values - Variable in class org.dspace.content.authority.Choices
The set of values returned by the authority
values - Static variable in class org.dspace.content.authority.SampleAuthority
 
values() - Static method in enum org.dspace.app.rest.model.HarvestStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.rest.model.HarvestTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.rest.model.query.RestSearchOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.rest.model.ScopeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.rest.model.VisibilityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.rest.security.DSpaceRestPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.sherpa.v2.SHERPAPublisherResponse.SHERPAFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.app.sherpa.v2.SHERPAResponse.SHERPAFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.checker.ChecksumResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.content.MetadataSchemaEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.content.ProcessStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.content.Relationship.LatestVersionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.content.RelationshipType.Tilted
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.core.Context.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.curate.CurationClientOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.curate.Curator.Invoked
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.curate.Curator.TxScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.configuration.DiscoverySortFieldConfiguration.SORT_ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.DiscoverQuery.SORT_ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.IndexClientOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.orcid.model.OrcidEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.orcid.model.OrcidProfileSectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.orcid.model.validator.OrcidValidationError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.orcid.OrcidOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.profile.OrcidEntitySyncPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.profile.OrcidProfileDisconnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.profile.OrcidProfileSyncPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.profile.OrcidSynchronizationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.scripts.ProcessLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.services.model.CacheConfig.CacheScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.services.model.Event.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.usage.UsageEvent.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.workflow.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.workflow.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xoai.filter.data.DSpaceMetadataFilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.purl.sword.atom.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.purl.sword.base.SwordValidationInfoType
Returns an array containing the constants of this enum type, in the order they are declared.
valueSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator (defaults to double pipe '||')
valueToCSV(List<String>, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Internal method to create a CSV formatted String joining a given set of elements
VARIANTS_STORE_SEPARATOR - Static variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
verbose - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
verbose - Variable in class org.dspace.rdf.RDFizer
 
verbose() - Method in class org.dspace.health.ReportInfo
 
verbose(boolean) - Method in class org.dspace.health.ReportInfo
 
VerboseDescription - Class in org.dspace.sword2
 
VerboseDescription() - Constructor for class org.dspace.sword2.VerboseDescription
 
verifyLicenseInformation(String, String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Verify whether the answer map contains a valid response to all field questions and no answers that don't have a corresponding question in the license, using the provided language to check the license
verifyLicenseInformation(String, String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Verify whether the answer map contains a valid response to all field questions and no answers that don't have a corresponding question in the license, using the provided language to check the license
verifyLicenseInformation(String, Map<String, String>) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Verify whether the answer map contains a valid response to all field questions and no answers that don't have a corresponding question in the license, using the default language found in the config to check the license
verifyLicenseInformation(String, Map<String, String>) - Method in interface org.dspace.license.service.CreativeCommonsService
Verify whether the answer map contains a valid response to all field questions and no answers that don't have a corresponding question in the license, using the default language found in the config to check the license
verifyOAIharvester() - Method in class org.dspace.harvest.OAIHarvester
Verify OAI settings for the current collection
verifyOAIharvester(String, String, String, boolean) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
Verify the existence of an OAI server with the specified set and supporting the provided metadata formats.
verifyOAIharvester(String, String, String, boolean) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Test the given harvest settings
verifyPasswordStructure(String) - Method in class org.dspace.eperson.AccountServiceImpl
 
verifyPasswordStructure(String) - Method in interface org.dspace.eperson.service.AccountService
This method verifies that a certain String adheres to the password rules for DSpace
Version - Class in org.dspace.app.util
Display information about this DSpace, its environment, and how it was built.
Version - Class in org.dspace.versioning
 
Version() - Constructor for class org.dspace.versioning.Version
VERSION - Static variable in class org.dspace.app.rest.model.ItemRest
 
VERSION - Static variable in interface org.dspace.sword.SWORDProperties
The version of the SWORD service we are offering
Version_ - Class in org.dspace.versioning
 
Version_() - Constructor for class org.dspace.versioning.Version_
 
VERSION_DATE - Static variable in class org.dspace.versioning.Version_
 
VERSION_HISTORY - Static variable in class org.dspace.app.rest.model.VersionRest
 
VERSION_HISTORY - Static variable in class org.dspace.versioning.Version_
 
VERSION_NUMBER - Static variable in class org.dspace.versioning.Version_
 
VersionConverter - Class in org.dspace.app.rest.converter
This is the converter that takes care of the conversion between Version and VersionRest
VersionConverter() - Constructor for class org.dspace.app.rest.converter.VersionConverter
 
versionDAO - Variable in class org.dspace.eperson.EPersonServiceImpl
 
versionDAO - Variable in class org.dspace.versioning.VersioningServiceImpl
 
VersionDAO - Interface in org.dspace.versioning.dao
Database Access Object interface class for the Version object.
VersionDAOImpl - Class in org.dspace.versioning.dao.impl
Hibernate implementation of the Database Access Object interface class for the Version object.
VersionDAOImpl() - Constructor for class org.dspace.versioning.dao.impl.VersionDAOImpl
 
versionDate - Static variable in class org.dspace.versioning.Version_
 
VersionedDOIIdentifierProvider - Class in org.dspace.identifier
 
VersionedDOIIdentifierProvider() - Constructor for class org.dspace.identifier.VersionedDOIIdentifierProvider
 
VersionedHandleIdentifierProvider - Class in org.dspace.identifier
 
VersionedHandleIdentifierProvider() - Constructor for class org.dspace.identifier.VersionedHandleIdentifierProvider
 
VersionedHandleIdentifierProviderWithCanonicalHandles - Class in org.dspace.identifier
 
VersionedHandleIdentifierProviderWithCanonicalHandles() - Constructor for class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
versionHistory - Static variable in class org.dspace.versioning.Version_
 
VersionHistory - Class in org.dspace.versioning
 
VersionHistory() - Constructor for class org.dspace.versioning.VersionHistory
Protected constructor, create object using: DSpaceCRUDService.create(Context)
VersionHistory_ - Class in org.dspace.versioning
 
VersionHistory_() - Constructor for class org.dspace.versioning.VersionHistory_
 
VersionHistoryConverter - Class in org.dspace.app.rest.converter
This is the Converter that takes care of the conversion between VersionHistory and VersionHistoryRest
VersionHistoryConverter() - Constructor for class org.dspace.app.rest.converter.VersionHistoryConverter
 
versionHistoryDAO - Variable in class org.dspace.versioning.VersionHistoryServiceImpl
 
VersionHistoryDAO - Interface in org.dspace.versioning.dao
Database Access Object interface class for the VersionHistory object.
VersionHistoryDAOImpl - Class in org.dspace.versioning.dao.impl
Hibernate implementation of the Database Access Object interface class for the VersionHistory object.
VersionHistoryDAOImpl() - Constructor for class org.dspace.versioning.dao.impl.VersionHistoryDAOImpl
 
VersionHistoryDraftVersionLinkRepository - Class in org.dspace.app.rest.repository
This is the Repository that retrieve the most recent version in the history that could live eventually in the workspace or workflow.
VersionHistoryDraftVersionLinkRepository() - Constructor for class org.dspace.app.rest.repository.VersionHistoryDraftVersionLinkRepository
 
VersionHistoryLinkRepository - Class in org.dspace.app.rest.repository
This is the Repository that takes care of the retrieval of the VersionHistory object for a given Version
VersionHistoryLinkRepository() - Constructor for class org.dspace.app.rest.repository.VersionHistoryLinkRepository
 
VersionHistoryResource - Class in org.dspace.app.rest.model.hateoas
The HALResource object for the VersionHistoryRest object
VersionHistoryResource(VersionHistoryRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.VersionHistoryResource
 
VersionHistoryRest - Class in org.dspace.app.rest.model
The REST object for the VersionHistory object
VersionHistoryRest() - Constructor for class org.dspace.app.rest.model.VersionHistoryRest
 
VersionHistoryRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class acts as a PermissionEvaluator to decide whether a given request to a Versioning endpoint is allowed to pass through or not
VersionHistoryRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.VersionHistoryRestPermissionEvaluatorPlugin
 
VersionHistoryRestRepository - Class in org.dspace.app.rest.repository
Repository for the operations on the VersionHistoryRest endpoints
VersionHistoryRestRepository() - Constructor for class org.dspace.app.rest.repository.VersionHistoryRestRepository
 
versionHistoryService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
versionHistoryService - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
versionHistoryService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
versionHistoryService - Variable in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
VersionHistoryService - Interface in org.dspace.versioning.service
 
VersionHistoryServiceImpl - Class in org.dspace.versioning
 
VersionHistoryServiceImpl() - Constructor for class org.dspace.versioning.VersionHistoryServiceImpl
 
VERSIONING - Static variable in interface org.dspace.app.rest.model.RestModel
 
VersioningConsumer - Class in org.dspace.versioning
When a new version of an item is published, unarchive the previous version and update Relationship.latestVersionStatus of the relevant relationships.
VersioningConsumer() - Constructor for class org.dspace.versioning.VersioningConsumer
 
VersioningSecurityBean - Class in org.dspace.app.rest.security
Methods of this class are used on PreAuthorize annotations to check security on versioning endpoint
VersioningSecurityBean() - Constructor for class org.dspace.app.rest.security.VersioningSecurityBean
 
versioningService - Variable in class org.dspace.content.ItemServiceImpl
 
versioningService - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
versioningService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
VersioningService - Interface in org.dspace.versioning.service
 
VersioningServiceImpl - Class in org.dspace.versioning
 
VersioningServiceImpl() - Constructor for class org.dspace.versioning.VersioningServiceImpl
 
VersionItemLinkRepository - Class in org.dspace.app.rest.repository
This Repository takes care of the retrieval of the Item objects for a given Version
VersionItemLinkRepository() - Constructor for class org.dspace.app.rest.repository.VersionItemLinkRepository
 
VersionManager - Class in org.dspace.sword2
 
VersionManager() - Constructor for class org.dspace.sword2.VersionManager
 
versionNumber - Static variable in class org.dspace.versioning.Version_
 
VersionResource - Class in org.dspace.app.rest.model.hateoas
The HALResource object for the VersionRest object
VersionResource(VersionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.VersionResource
 
VersionRest - Class in org.dspace.app.rest.model
The REST object for the Version objects
VersionRest() - Constructor for class org.dspace.app.rest.model.VersionRest
 
VersionRestPatchPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class evaluate ADMIN permissions to patch operation over a Version.
VersionRestPatchPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.VersionRestPatchPermissionEvaluatorPlugin
 
VersionRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
This class acts as a PermissionEvaluator to decide whether a given request to a Versioning endpoint is allowed to pass through or not
VersionRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.VersionRestPermissionEvaluatorPlugin
 
VersionRestRepository - Class in org.dspace.app.rest.repository
This is the Repository that takes care of the operations on the VersionRest objects
VersionRestRepository() - Constructor for class org.dspace.app.rest.repository.VersionRestRepository
 
versions - Static variable in class org.dspace.versioning.VersionHistory_
 
VERSIONS - Static variable in class org.dspace.app.rest.model.VersionHistoryRest
 
VERSIONS - Static variable in class org.dspace.versioning.VersionHistory_
 
versionService - Variable in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
VersionServiceFactory - Class in org.dspace.versioning.factory
Abstract factory to get services for the versioning package, use VersionServiceFactory.getInstance() to retrieve an implementation
VersionServiceFactory() - Constructor for class org.dspace.versioning.factory.VersionServiceFactory
 
VersionServiceFactoryImpl - Class in org.dspace.versioning.factory
Factory implementation to get services for the versioning package, use VersionServiceFactory.getInstance() to retrieve an implementation
VersionServiceFactoryImpl() - Constructor for class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
VersionsLinkRepository - Class in org.dspace.app.rest.repository
This is the Repository that takes care of the retrieval of the Version objects for a given VersionHistory
VersionsLinkRepository() - Constructor for class org.dspace.app.rest.repository.VersionsLinkRepository
 
VIEW - org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
VIEW - org.dspace.usage.UsageEvent.Action
 
ViewEventResource - Class in org.dspace.app.rest.model.hateoas
 
ViewEventResource(ViewEventRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.ViewEventResource
 
ViewEventRest - Class in org.dspace.app.rest.model
This class acts as a REST representation for a ViewEvent in DSpace
ViewEventRest() - Constructor for class org.dspace.app.rest.model.ViewEventRest
 
ViewEventRestRepository - Class in org.dspace.app.rest.repository
 
ViewEventRestRepository() - Constructor for class org.dspace.app.rest.repository.ViewEventRestRepository
 
ViewSearchStatisticsFeature - Class in org.dspace.app.rest.authorization.impl
The view search statistics feature.
ViewSearchStatisticsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ViewSearchStatisticsFeature
 
ViewWorkflowStatisticsFeature - Class in org.dspace.app.rest.authorization.impl
The view workflow statistics feature.
ViewWorkflowStatisticsFeature() - Constructor for class org.dspace.app.rest.authorization.impl.ViewWorkflowStatisticsFeature
 
VIRTUAL_AUTHORITY_PREFIX - Static variable in class org.dspace.core.Constants
 
VirtualMetadataConfiguration - Interface in org.dspace.content.virtual
This interface describes beans to be used for the VirtualMetadataPopulator implementation.
virtualMetadataPopulator - Variable in class org.dspace.content.ItemServiceImpl
 
virtualMetadataPopulator - Variable in class org.dspace.content.RelationshipMetadataServiceImpl
 
VirtualMetadataPopulator - Class in org.dspace.content.virtual
This class is responsible for holding the representation of how a certain relationshipType label has to be translated to the virtual metadata added onto the items that belong to the relationships that these relationshipTypes belong to
VirtualMetadataPopulator() - Constructor for class org.dspace.content.virtual.VirtualMetadataPopulator
 
VisibilityEnum - Enum in org.dspace.app.rest.model
The possible restriction options for the visibility attributes in the SubmissionPanel resource and SubmissionForm's fields
visit(DSpaceObject) - Method in class org.dspace.curate.Curator
Record a 'visit' to a DSpace object and enforce any policies set on this curator.
vocabulary - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
VocabularyEntryDetailsChildrenLinkRepository - Class in org.dspace.app.rest.repository
Link repository to expose the parent of a vocabulary entry details in an hierarchical vocabulary
VocabularyEntryDetailsChildrenLinkRepository() - Constructor for class org.dspace.app.rest.repository.VocabularyEntryDetailsChildrenLinkRepository
 
VocabularyEntryDetailsParentLinkRepository - Class in org.dspace.app.rest.repository
Link repository to expose the parent of a vocabulary entry details in an hierarchical vocabulary
VocabularyEntryDetailsParentLinkRepository() - Constructor for class org.dspace.app.rest.repository.VocabularyEntryDetailsParentLinkRepository
 
VocabularyEntryDetailsResource - Class in org.dspace.app.rest.model.hateoas
Vocabulary Entry Details Rest HAL Resource.
VocabularyEntryDetailsResource(VocabularyEntryDetailsRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.VocabularyEntryDetailsResource
 
VocabularyEntryDetailsRest - Class in org.dspace.app.rest.model
The Vocabulary Entry Details REST Resource
VocabularyEntryDetailsRest() - Constructor for class org.dspace.app.rest.model.VocabularyEntryDetailsRest
 
VocabularyEntryDetailsRestConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the Choice in the DSpace API data model and the REST data model.
VocabularyEntryDetailsRestConverter() - Constructor for class org.dspace.app.rest.converter.VocabularyEntryDetailsRestConverter
 
VocabularyEntryDetailsRestRepository - Class in org.dspace.app.rest.repository
Controller for exposition of vocabularies entry details for the submission
VocabularyEntryDetailsRestRepository() - Constructor for class org.dspace.app.rest.repository.VocabularyEntryDetailsRestRepository
 
VocabularyEntryLinkRepository - Class in org.dspace.app.rest.repository
Controller for exposition of authority services
VocabularyEntryLinkRepository() - Constructor for class org.dspace.app.rest.repository.VocabularyEntryLinkRepository
 
VocabularyEntryResource - Class in org.dspace.app.rest.model.hateoas
Vocabulary Entry Rest HAL Resource.
VocabularyEntryResource(VocabularyEntryRest) - Constructor for class org.dspace.app.rest.model.hateoas.VocabularyEntryResource
 
VocabularyEntryRest - Class in org.dspace.app.rest.model
An entry in a Vocabulary
VocabularyEntryRest() - Constructor for class org.dspace.app.rest.model.VocabularyEntryRest
 
vocabularyName - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
VocabularyResource - Class in org.dspace.app.rest.model.hateoas
Authority Rest HAL Resource.
VocabularyResource(VocabularyRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.VocabularyResource
 
VocabularyRest - Class in org.dspace.app.rest.model
The vocabulary REST resource
VocabularyRest() - Constructor for class org.dspace.app.rest.model.VocabularyRest
 
VocabularyRestConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the ChoiceAuthority in the DSpace API data model and the REST data model TODO please do not use this convert but use the wrapper AuthorityUtils#convertAuthority(ChoiceAuthority, String, String)
VocabularyRestConverter() - Constructor for class org.dspace.app.rest.converter.VocabularyRestConverter
 
VocabularyRestRepository - Class in org.dspace.app.rest.repository
Controller for exposition of vocabularies for the submission
VocabularyRestRepository() - Constructor for class org.dspace.app.rest.repository.VocabularyRestRepository
 
VOLUME - Variable in class org.dspace.app.util.GoogleMetadata
 
VuFindFieldMapping - Class in org.dspace.importer.external.vufind.metadatamapping
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the VuFind metadatum fields on the DSpace metadatum fields
VuFindFieldMapping() - Constructor for class org.dspace.importer.external.vufind.metadatamapping.VuFindFieldMapping
 
VuFindImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.vufind
Implements a data source for querying VuFind
VuFindImportMetadataSourceServiceImpl(String) - Constructor for class org.dspace.importer.external.vufind.VuFindImportMetadataSourceServiceImpl
 
VuFindImportMetadataSourceServiceImpl.FindMatchingRecordsCallable - Class in org.dspace.importer.external.vufind
This class is a Callable implementation to search VuFind entries using author and title.

W

w3dtfFormat - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
The correct date format
WALLOON - Static variable in class org.dspace.text.filter.Language
 
warning - Variable in class org.dspace.importer.external.service.components.AbstractRemoteMetadataSource
 
WARNING - org.dspace.scripts.ProcessLogLevel
 
WARNING - org.purl.sword.base.SwordValidationInfoType
 
wasCached() - Method in class org.dspace.browse.BrowseInfo
True if this browse was cached.
webApp - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
WebApp - Class in org.dspace.app.util
Database entity representation of the webApp table
WebApp() - Constructor for class org.dspace.app.util.WebApp
Protected constructor, create object using: WebAppService.create(Context, String, String, Date, int)
WebApp_ - Class in org.dspace.app.util
 
WebApp_() - Constructor for class org.dspace.app.util.WebApp_
 
webAppDAO - Variable in class org.dspace.app.util.WebAppServiceImpl
 
WebAppDAO - Interface in org.dspace.app.util.dao
Database Access Object interface class for the WebApp object.
WebAppDAOImpl - Class in org.dspace.app.util.dao.impl
Hibernate implementation of the Database Access Object interface class for the WebApp object.
WebAppDAOImpl() - Constructor for class org.dspace.app.util.dao.impl.WebAppDAOImpl
 
webAppService - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
WebAppService - Interface in org.dspace.app.util.service
Service interface class for the WebApp object.
WebAppServiceImpl - Class in org.dspace.app.util
Service implementation for the WebApp object.
WebAppServiceImpl() - Constructor for class org.dspace.app.util.WebAppServiceImpl
 
webMvcConfigurer() - Method in class org.dspace.app.rest.Application
 
WebSecurityConfiguration - Class in org.dspace.app.rest.security
Spring Security configuration for DSpace Server Webapp
WebSecurityConfiguration() - Constructor for class org.dspace.app.rest.security.WebSecurityConfiguration
 
WebSecurityExpressionEvaluator - Class in org.dspace.app.rest.security
This class will contain the logic to allow us to evaluate an expression given through a String.
WebSecurityExpressionEvaluator(List<SecurityExpressionHandler>) - Constructor for class org.dspace.app.rest.security.WebSecurityExpressionEvaluator
Constructor for this class that sets all the SecurityExpressionHandler objects in a list
WELSH - Static variable in class org.dspace.text.filter.Language
 
WILDCARD - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
with(HttpServletRequest) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
with(HttpServletResponse) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withBufferSize(int) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withChecksum(String) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withDisposition(String) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withdraw(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Remove a public identifier from view.
withdraw(String, String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Remove a public identifier from view, with a reason.
withdraw(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
withdraw(Context, Item) - Method in interface org.dspace.content.service.ItemService
Withdraw the item from the archive.
WITHDRAW - org.dspace.usage.UsageEvent.Action
 
WithdrawFeature - Class in org.dspace.app.rest.authorization.impl
The withdrawn feature.
WithdrawFeature() - Constructor for class org.dspace.app.rest.authorization.impl.WithdrawFeature
 
withdrawn - Static variable in class org.dspace.content.Item_
 
withdrawn - Variable in class org.dspace.search.HarvestedItemInfo
True if this item has been withdrawn
WITHDRAWN - Static variable in class org.dspace.content.Item_
 
WITHDRAWN_READ - Static variable in class org.dspace.core.Constants
 
withFileName(String) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withHttpOnlyFalse() - Static method in class org.dspace.app.rest.security.DSpaceCsrfTokenRepository
Factory method to conveniently create an instance that has DSpaceCsrfTokenRepository.setCookieHttpOnly(boolean) set to false.
withLastModified(long) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withLength(long) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
withMimetype(String) - Method in class org.dspace.app.rest.utils.HttpHeadersInitializer
 
WordHighlightSolrSearch - Class in org.dspace.app.iiif.service
This service implements methods for executing a solr search and creating IIIF search result annotations.
WordHighlightSolrSearch() - Constructor for class org.dspace.app.iiif.service.WordHighlightSolrSearch
 
Workflow - Class in org.dspace.xmlworkflow.state
Contains all the steps involved in a certain configured workflow.
Workflow() - Constructor for class org.dspace.xmlworkflow.state.Workflow
 
WORKFLOW - org.dspace.app.rest.model.ScopeEnum
 
WORKFLOW - org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
WORKFLOW - org.dspace.usage.UsageEvent.Action
 
WORKFLOW - Static variable in interface org.dspace.app.rest.model.RestModel
 
WORKFLOW_ABORT - Static variable in class org.dspace.core.Constants
Action of performing a workflow
WORKFLOW_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
WORKFLOW_ID - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
WORKFLOW_ITEM - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
WORKFLOW_ITEM - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
WORKFLOW_ITEM - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
WORKFLOW_ITEM - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
WORKFLOW_SCHEMA - Static variable in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
WORKFLOW_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view during workflow processing.
WORKFLOW_STEP_1 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 1
WORKFLOW_STEP_2 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 2
WORKFLOW_STEP_3 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 3
WorkflowActionConfig - Class in org.dspace.xmlworkflow.state.actions
Configuration class for an action
WorkflowActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
WorkflowActionConverter - Class in org.dspace.app.rest.converter
Converter to translate WorkflowActionConfig to a WorkflowActionRest object
WorkflowActionConverter() - Constructor for class org.dspace.app.rest.converter.WorkflowActionConverter
 
WorkflowActionResource - Class in org.dspace.app.rest.model.hateoas
WorkflowActionRest HAL Resource.
WorkflowActionResource(WorkflowActionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.WorkflowActionResource
 
WorkflowActionRest - Class in org.dspace.app.rest.model
The rest resource used for workflow actions
WorkflowActionRest() - Constructor for class org.dspace.app.rest.model.WorkflowActionRest
 
WorkflowActionRestRepository - Class in org.dspace.app.rest.repository
This is the rest repository responsible for managing WorkflowActionRest objects
WorkflowActionRestRepository() - Constructor for class org.dspace.app.rest.repository.WorkflowActionRestRepository
 
workflowByThisNameExists(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
Check to see if there is a workflow configured by the given name
workflowByThisNameExists(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
WorkflowConfigurationException - Exception in org.dspace.xmlworkflow
Exception for problems with the configuration XML.
WorkflowConfigurationException(String) - Constructor for exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
WorkflowCuration - Class in org.dspace.workflow
Java class for anonymous complex type.
WorkflowCuration() - Constructor for class org.dspace.workflow.WorkflowCuration
 
WorkflowDefinitionCollectionsLinkRepository - Class in org.dspace.app.rest
Link repository for "collections" subresource of an individual workflow definition.
WorkflowDefinitionCollectionsLinkRepository() - Constructor for class org.dspace.app.rest.WorkflowDefinitionCollectionsLinkRepository
 
WorkflowDefinitionConverter - Class in org.dspace.app.rest.converter
Converter to translate Workflow to a Workflow Definition
WorkflowDefinitionConverter() - Constructor for class org.dspace.app.rest.converter.WorkflowDefinitionConverter
 
WorkflowDefinitionResource - Class in org.dspace.app.rest.model.hateoas
WorkflowDefinition Rest HAL Resource.
WorkflowDefinitionResource(WorkflowDefinitionRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.WorkflowDefinitionResource
 
WorkflowDefinitionRest - Class in org.dspace.app.rest.model
The rest resource used for workflow definitions
WorkflowDefinitionRest() - Constructor for class org.dspace.app.rest.model.WorkflowDefinitionRest
 
WorkflowDefinitionRestRepository - Class in org.dspace.app.rest.repository
This is the rest repository responsible for managing WorkflowDefinition Rest objects
WorkflowDefinitionRestRepository() - Constructor for class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
 
WorkflowDefinitionStepsLinkRepository - Class in org.dspace.app.rest
Link repository for "steps" subresource of an individual workflow definition.
WorkflowDefinitionStepsLinkRepository() - Constructor for class org.dspace.app.rest.WorkflowDefinitionStepsLinkRepository
 
workflowEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if workflow is enabled for Item ingestion.
WorkflowException - Exception in org.dspace.workflow
Exception for problems with the execution of the actions and steps
WorkflowException(String) - Constructor for exception org.dspace.workflow.WorkflowException
 
WorkflowException(Throwable) - Constructor for exception org.dspace.workflow.WorkflowException
 
workflowFactory - Variable in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
workflowFactory - Variable in class org.dspace.content.CollectionServiceImpl
 
workflowFactory - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
workflowFactory - Variable in class org.dspace.eperson.GroupServiceImpl
 
workflowFactory - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
workflowId - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
workflowId - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
workflowItem - Static variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask_
 
workflowItem - Static variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUser_
 
workflowItem - Static variable in class org.dspace.xmlworkflow.storedcomponents.PoolTask_
 
workflowItem - Static variable in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
WorkflowItem - Interface in org.dspace.workflow
Interface representing a workflowitem, each workflowItem implementation must implement this interface.
WorkflowItemConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the WorkflowItem in the DSpace API data model and the REST data model
WorkflowItemConverter() - Constructor for class org.dspace.app.rest.converter.WorkflowItemConverter
 
workflowItemIndexFactory - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
WorkflowItemIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving workflow items objects in the search core
WorkflowItemIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving workflow items in the search core
WorkflowItemIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
WorkflowItemResource - Class in org.dspace.app.rest.model.hateoas
WorkflowItem Rest HAL Resource.
WorkflowItemResource(WorkflowItemRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.WorkflowItemResource
 
WorkflowItemRest - Class in org.dspace.app.rest.model
The WorkflowItem REST Resource
WorkflowItemRest() - Constructor for class org.dspace.app.rest.model.WorkflowItemRest
 
WorkflowItemRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage WorkflowItem Rest object
WorkflowItemRestRepository() - Constructor for class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
WorkflowItemRole - Class in org.dspace.xmlworkflow.storedcomponents
Represents a workflow assignments database representation.
WorkflowItemRole() - Constructor for class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
Protected constructor, create object using: DSpaceCRUDService.create(Context)
WorkflowItemRole_ - Class in org.dspace.xmlworkflow.storedcomponents
 
WorkflowItemRole_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole_
 
WorkflowItemRoleDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the WorkflowItemRole object.
WorkflowItemRoleDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the WorkflowItemRole object.
WorkflowItemRoleDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
workflowItemRoleService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkflowItemRoleService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the WorkflowItemRole object.
WorkflowItemRoleServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the WorkflowItemRole object.
WorkflowItemRoleServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
workflowItemService - Variable in class org.dspace.app.rest.repository.VersionRestRepository
 
workflowItemService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
workflowItemService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
workflowItemService - Variable in class org.dspace.content.ItemServiceImpl
 
workflowItemService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
workflowItemService - Variable in class org.dspace.discovery.indexobject.WorkflowItemIndexFactoryImpl
 
workflowItemService - Variable in class org.dspace.rdf.RDFConsumer
 
workflowItemService - Variable in class org.dspace.sword2.CollectionListManagerDSpace
 
workflowItemService - Variable in class org.dspace.sword2.ContainerManagerDSpace
 
workflowItemService - Variable in class org.dspace.sword2.WorkflowTools
 
workflowItemService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
workflowItemService - Variable in class org.dspace.versioning.VersioningServiceImpl
 
WorkflowItemService<T extends WorkflowItem> - Interface in org.dspace.workflow
Service interface class for the Workflow items.
WorkflowItemStepLinkRepository - Class in org.dspace.app.rest.repository
Link Repository for the Steps subresources of an individual WorkflowItem
WorkflowItemStepLinkRepository() - Constructor for class org.dspace.app.rest.repository.WorkflowItemStepLinkRepository
 
WorkflowManager - Interface in org.dspace.sword2
 
WorkflowManagerDefault - Class in org.dspace.sword2
This implementation of WorkflowManager is restricted and only allows UPDATE and DELETE operations on items which are not in workflow, in archive, or withdrawn.
WorkflowManagerDefault() - Constructor for class org.dspace.sword2.WorkflowManagerDefault
 
WorkflowManagerFactory - Class in org.dspace.sword2
 
WorkflowManagerUnrestricted - Class in org.dspace.sword2
This implementation of WorkflowManager is unrestricted and allows UPDATE and DELETE operations on items in any state (in workflow, in archive, or withdrawn).
WorkflowManagerUnrestricted() - Constructor for class org.dspace.sword2.WorkflowManagerUnrestricted
 
workflowOrNotify - Variable in class org.dspace.workflow.TaskType
 
WorkflowReportTest - Class in org.dspace.ctask.test
Curation task which simply reports its invocation without changing anything.
WorkflowReportTest() - Constructor for class org.dspace.ctask.test.WorkflowReportTest
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkflowRequirementsService - Interface in org.dspace.xmlworkflow.service
A class that contains utility methods related to the workflow.
WorkflowRequirementsServiceImpl - Class in org.dspace.xmlworkflow
A class that contains utililty methods related to the workflow The adding/removing from claimed users and ensuring that if multiple users have to perform these steps that a count is kept so that no more then the allowed user count are allowed to perform their actions
WorkflowRequirementsServiceImpl() - Constructor for class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
WorkflowRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
An authenticated user is allowed to interact with workflow item only if they belong to a task that she own or could claim.
WorkflowRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.WorkflowRestPermissionEvaluatorPlugin
 
workflowService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
workflowService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
workflowService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
workflowService - Variable in class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
workflowService - Variable in class org.dspace.sword2.WorkflowTools
 
WorkflowService<T extends WorkflowItem> - Interface in org.dspace.workflow
Service interface class for the WorkflowService framework.
WorkflowServiceFactory - Class in org.dspace.workflow.factory
Abstract factory to get services for the workflow package, use WorkflowServiceFactory.getInstance() to retrieve an implementation
WorkflowServiceFactory() - Constructor for class org.dspace.workflow.factory.WorkflowServiceFactory
 
WorkflowStepActionsLinkRepository - Class in org.dspace.app.rest
Link repository for "actions" subresource of an individual workflow step.
WorkflowStepActionsLinkRepository() - Constructor for class org.dspace.app.rest.WorkflowStepActionsLinkRepository
 
WorkflowStepConverter - Class in org.dspace.app.rest.converter
Converter to translate Step to a WorkflowStepRest object
WorkflowStepConverter() - Constructor for class org.dspace.app.rest.converter.WorkflowStepConverter
 
WorkflowStepResource - Class in org.dspace.app.rest.model.hateoas
WorkflowStepRest HAL Resource.
WorkflowStepResource(WorkflowStepRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.WorkflowStepResource
 
WorkflowStepRest - Class in org.dspace.app.rest.model
The rest resource used for workflow steps
WorkflowStepRest() - Constructor for class org.dspace.app.rest.model.WorkflowStepRest
 
WorkflowStepRestRepository - Class in org.dspace.app.rest.repository
This is the rest repository responsible for managing WorkflowStepRest objects
WorkflowStepRestRepository() - Constructor for class org.dspace.app.rest.repository.WorkflowStepRestRepository
 
WorkflowTools - Class in org.dspace.sword2
 
WorkflowTools() - Constructor for class org.dspace.sword2.WorkflowTools
 
WorkflowType - Class in org.dspace.workflow
The 'workflow' element describes what workflow actions can be taken upon completion of the task.
WorkflowType() - Constructor for class org.dspace.workflow.WorkflowType
 
WorkflowUtils - Class in org.dspace.xmlworkflow
Utility methods for the xml workflow
Workspace - Class in org.purl.sword.base
Represents an Atom Publishing Protocol Workspace element.
Workspace() - Constructor for class org.purl.sword.base.Workspace
Create a new instance of the workspace, with no title.
Workspace(String) - Constructor for class org.purl.sword.base.Workspace
Create a new instance of the workspace with the specified title.
WORKSPACE_ITEM_ID - Static variable in class org.dspace.content.WorkspaceItem_
 
WorkspaceItem - Class in org.dspace.content
Class representing an item in the process of being submitted by a user
WorkspaceItem() - Constructor for class org.dspace.content.WorkspaceItem
WorkspaceItem_ - Class in org.dspace.content
 
WorkspaceItem_() - Constructor for class org.dspace.content.WorkspaceItem_
 
WorkspaceItemConverter - Class in org.dspace.app.rest.converter
This is the converter from/to the WorkspaceItem in the DSpace API data model and the REST data model
WorkspaceItemConverter() - Constructor for class org.dspace.app.rest.converter.WorkspaceItemConverter
 
workspaceItemDAO - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
WorkspaceItemDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the WorkspaceItem object.
WorkspaceItemDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the WorkspaceItem object.
WorkspaceItemDAOImpl() - Constructor for class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
workspaceItemId - Static variable in class org.dspace.content.WorkspaceItem_
 
workspaceItemIndexFactory - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
WorkspaceItemIndexFactory - Interface in org.dspace.discovery.indexobject.factory
Factory interface for indexing/retrieving workspace item objects in the search core
WorkspaceItemIndexFactoryImpl - Class in org.dspace.discovery.indexobject
Factory implementation for indexing/retrieving workspace items in the search core
WorkspaceItemIndexFactoryImpl() - Constructor for class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
WorkspaceItemResource - Class in org.dspace.app.rest.model.hateoas
WorkspaceItem Rest HAL Resource.
WorkspaceItemResource(WorkspaceItemRest, Utils) - Constructor for class org.dspace.app.rest.model.hateoas.WorkspaceItemResource
 
WorkspaceItemRest - Class in org.dspace.app.rest.model
The WorkspaceItem REST Resource
WorkspaceItemRest() - Constructor for class org.dspace.app.rest.model.WorkspaceItemRest
 
WorkspaceItemRestPermissionEvaluatorPlugin - Class in org.dspace.app.rest.security
RestPermissionEvaluatorPlugin class that evaluate READ, WRITE and DELETE permissions over a WorkspaceItem
WorkspaceItemRestPermissionEvaluatorPlugin() - Constructor for class org.dspace.app.rest.security.WorkspaceItemRestPermissionEvaluatorPlugin
 
WorkspaceItemRestRepository - Class in org.dspace.app.rest.repository
This is the repository responsible to manage WorkspaceItem Rest object
WorkspaceItemRestRepository() - Constructor for class org.dspace.app.rest.repository.WorkspaceItemRestRepository
 
workspaceItemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
workspaceItemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
workspaceItemService - Variable in class org.dspace.app.rest.submit.AbstractProcessingStep
 
workspaceItemService - Variable in class org.dspace.app.rest.submit.SubmissionService
 
workspaceItemService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
workspaceItemService - Variable in class org.dspace.content.CollectionServiceImpl
 
workspaceItemService - Variable in class org.dspace.content.ItemServiceImpl
 
workspaceItemService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
workspaceItemService - Static variable in class org.dspace.content.packager.PackageUtils
 
workspaceItemService - Variable in class org.dspace.content.packager.PDFPackager
 
workspaceItemService - Variable in class org.dspace.content.SupervisedItemServiceImpl
 
workspaceItemService - Variable in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
 
workspaceItemService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
workspaceItemService - Variable in class org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl
 
workspaceItemService - Variable in class org.dspace.harvest.OAIHarvester
 
workspaceItemService - Variable in class org.dspace.rdf.RDFConsumer
 
workspaceItemService - Variable in class org.dspace.sword2.BinaryContentIngester
 
workspaceItemService - Variable in class org.dspace.sword2.CollectionListManagerDSpace
 
workspaceItemService - Variable in class org.dspace.sword2.ContainerManagerDSpace
 
workspaceItemService - Variable in class org.dspace.sword2.SimpleDCEntryIngester
 
workspaceItemService - Variable in class org.dspace.sword2.SimpleZipContentIngester
 
workspaceItemService - Variable in class org.dspace.sword2.SwordMETSContentIngester
 
workspaceItemService - Variable in class org.dspace.sword2.WorkflowTools
 
workspaceItemService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
workspaceItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkspaceItemService - Interface in org.dspace.content.service
Service interface class for the WorkspaceItem object.
WorkspaceItemServiceImpl - Class in org.dspace.content
Service implementation for the WorkspaceItem object.
WorkspaceItemServiceImpl() - Constructor for class org.dspace.content.WorkspaceItemServiceImpl
 
WosAttribute2ValueContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Web Of Science specific implementation of MetadataContributor This contributor checks for each node returned for the given path if the node contains "this.attribute" and then checks if the attribute value is one of the values configured in the "this.attributeValue2metadata" map, if the value of the current known is taken.
WosAttribute2ValueContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
WosAttribute2ValueContributor(String, Map<String, String>, Map<String, MetadataFieldConfig>) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.WosAttribute2ValueContributor
 
WOSFieldMapping - Class in org.dspace.importer.external.wos.service
An implementation of AbstractMetadataFieldMapping Responsible for defining the mapping of the Web of Science metadatum fields on the DSpace metadatum fields
WOSFieldMapping() - Constructor for class org.dspace.importer.external.wos.service.WOSFieldMapping
 
WosIdentifierContributor - Class in org.dspace.importer.external.metadatamapping.contributor
This contributor can retrieve the identifiers configured in "this.identifire2field" from the Web of Science response.
WosIdentifierContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierContributor
 
WosIdentifierRidContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Web Of Science specific implementation of MetadataContributor
WosIdentifierRidContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.WosIdentifierRidContributor
 
WOSImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.wos.service
Implements a data source for querying Web of Science.
WOSImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.wos.service.WOSImportMetadataSourceServiceImpl
 
wrap(Dispatcher) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
write(int) - Method in class org.purl.sword.client.DebugOutputStream
Override the write method from OutputStream.
WRITE - org.dspace.app.rest.security.DSpaceRestPermission
 
WRITE - Static variable in class org.dspace.core.Constants
Action of modifying something
writeBitstreams(Context, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Create both the bitstreams and the contents file.
writeDocument(SolrInputDocument) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
Write the document to the solr index
writeDocument(SolrInputDocument, FullTextContentStreams) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
Write the document to the index under the appropriate unique identifier.
writeDocument(Context, IndexableItem, SolrInputDocument) - Method in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
writeDocument(Context, T, SolrInputDocument) - Method in interface org.dspace.discovery.indexobject.factory.IndexFactory
Write the provided document to the solr core
writeDocument(Context, T, SolrInputDocument) - Method in class org.dspace.discovery.indexobject.IndexFactoryImpl
 
writeDocument(Document, Transformer, OutputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
write xml document to output stream
writeDublinCore(DocumentBuilder, List<DtoMetadata>) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Write dublin_core.xml
writeEPerson(EPerson, XMLStreamWriter, boolean) - Method in class org.dspace.content.packager.RoleDisseminator
Emit XML describing a single EPerson.
writeFilestream(Context, String, InputStream, String) - Method in class org.dspace.app.rest.scripts.handler.impl.RestDSpaceRunnableHandler
 
writeFilestream(Context, String, InputStream, String) - Method in interface org.dspace.scripts.handler.DSpaceRunnableHandler
This method will write the InputStream to either a file on the filesystem or a bitstream in the database depending on whether it's coming from a CommandLine call or REST call respectively
writeFilestream(Context, String, InputStream, String) - Method in class org.dspace.scripts.handler.impl.CommandLineDSpaceRunnableHandler
 
writeGroup(Context, DSpaceObject, Group, XMLStreamWriter) - Method in class org.dspace.content.packager.RoleDisseminator
Emit XML describing a single Group.
writeHandle(Context, Item, File) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
create the file 'handle' which contains the handle assigned to the item
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.AbstractGenerator
Write the index file.
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
writeLicenseFile(String, String) - Method in class org.dspace.core.LicenseServiceImpl
 
writeLicenseFile(String, String) - Method in interface org.dspace.core.service.LicenseService
Writes license to a text file.
writeMetadata(Context, String, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
output the item's dublin core into the item directory
writeMetadata(Context, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Discover the different schemas in use and output a separate metadata XML file for each schema.
writeNewsFile(String, String) - Method in class org.dspace.core.NewsServiceImpl
 
writeNewsFile(String, String) - Method in interface org.dspace.core.service.NewsService
Writes news to a text file.
writeToStream(Context, DSpaceObject, OutputStream, boolean) - Method in class org.dspace.content.packager.RoleDisseminator
Serialize users and groups to a stream.
writeUndo(File) - Method in class org.dspace.app.itemupdate.ItemArchive
write undo directory and files to Disk in archive format
writeZipPackage(Context, DSpaceObject, PackageParameters, OutputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Make a Zipped up METS package for the given DSpace Object

X

X_CORRUPT - Static variable in interface org.purl.sword.base.HttpHeaders
An HTTP Header label that the server should not epect, and thus created a corrupt header.
X_ERROR_CODE - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header that specifies the error code information.
X_NO_OP - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the desired NoOp status.
X_ON_BEHALF_OF - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the On Behalf Of information.
X_PACKAGING - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the Packaging information.
X_VERBOSE - Static variable in interface org.purl.sword.base.HttpHeaders
The HTTP Header label that specifies the desired Verbose status.
X509Authentication - Class in org.dspace.authenticate
Implicit authentication method that gets credentials from the X.509 client certificate supplied by the HTTPS client when connecting to this server.
X509Authentication() - Constructor for class org.dspace.authenticate.X509Authentication
 
XHTML - org.purl.sword.atom.ContentType
 
XHTMLHeadDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk for creating appropriate <meta> elements to appear in the item display page for a particular item, for improving automated processing of the page (e.g.
XHTMLHeadDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
xlinkNS - Static variable in class org.dspace.content.packager.METSManifest
XLink namespace -- includes "xlink" prefix prefix for use in XPaths
XML - org.dspace.app.sherpa.v2.SHERPAPublisherResponse.SHERPAFormat
 
XML - org.dspace.app.sherpa.v2.SHERPAResponse.SHERPAFormat
 
XML_SUFFIX - Static variable in interface org.dspace.kernel.config.SpringLoader
 
XmlElement - Class in org.purl.sword.base
Parent class for all classes that represent an XML element.
XmlElement(String) - Constructor for class org.purl.sword.base.XmlElement
Create a new instance.
XmlElement(String, String) - Constructor for class org.purl.sword.base.XmlElement
Create a new instance.
XmlElement(String, String, String) - Constructor for class org.purl.sword.base.XmlElement
Create a new insatnce.
XmlElement(XmlName) - Constructor for class org.purl.sword.base.XmlElement
Set the name of this XML element.
xmlName - Variable in class org.purl.sword.base.XmlElement
 
XmlName - Class in org.purl.sword.base
 
XmlName(String, String, String) - Constructor for class org.purl.sword.base.XmlName
Create a new instance with the specified prefix and local name.
XmlName(Attribute) - Constructor for class org.purl.sword.base.XmlName
 
XmlName(Element) - Constructor for class org.purl.sword.base.XmlName
 
XMLtoBio - Class in org.dspace.external.provider.orcid.xml
 
XMLtoBio() - Constructor for class org.dspace.external.provider.orcid.xml.XMLtoBio
 
XMLUtils - Class in org.dspace.app.util
Simple class to read information from small XML using DOM manipulation
XMLUtils - Class in org.dspace.authority.util
 
xmlWorkflowCuratorService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XmlWorkflowCuratorService - Interface in org.dspace.curate.service
Manage interactions between curation and workflow.
XmlWorkflowCuratorServiceImpl - Class in org.dspace.curate
Manage interactions between curation and workflow.
XmlWorkflowCuratorServiceImpl() - Constructor for class org.dspace.curate.XmlWorkflowCuratorServiceImpl
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.converter.ClaimedTaskConverter
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.converter.WorkflowDefinitionConverter
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.repository.WorkflowActionRestRepository
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.repository.WorkflowDefinitionRestRepository
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.repository.WorkflowStepRestRepository
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.WorkflowDefinitionCollectionsLinkRepository
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.WorkflowDefinitionStepsLinkRepository
 
xmlWorkflowFactory - Variable in class org.dspace.app.rest.WorkflowStepActionsLinkRepository
 
xmlWorkflowFactory - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
xmlWorkflowFactory - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XmlWorkflowFactory - Interface in org.dspace.xmlworkflow.factory
The workflowfactory is responsible for parsing the workflow xml file and is used to retrieve info about the workflow: - the workflow for a certain collection - collections mapped to a certain workflow - collections not mapped to any workflow - configured workflows and the default workflow - workflow action by name
XmlWorkflowFactoryImpl - Class in org.dspace.xmlworkflow
This is injected with the external workflow configuration and is used to retrieve information about the workflow: the workflow for a certain collection collections mapped to a certain workflow collections not mapped to any workflow configured workflows and the default workflow workflow action by name
XmlWorkflowFactoryImpl() - Constructor for class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
XmlWorkflowItem - Class in org.dspace.xmlworkflow.storedcomponents
Class representing an item going through the workflow process in DSpace
XmlWorkflowItem() - Constructor for class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Protected constructor, create object using: WorkflowItemService.create(Context, Item, Collection)
XmlWorkflowItem_ - Class in org.dspace.xmlworkflow.storedcomponents
 
XmlWorkflowItem_() - Constructor for class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem_
 
xmlWorkflowItemDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
XmlWorkflowItemDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the XmlWorkflowItem object.
XmlWorkflowItemDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the XmlWorkflowItem object.
XmlWorkflowItemDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
xmlWorkflowItemService - Variable in class org.dspace.app.rest.repository.WorkflowItemRestRepository
 
xmlWorkflowItemService - Variable in class org.dspace.discovery.indexobject.factory.IndexObjectFactoryFactory
 
xmlWorkflowItemService - Variable in class org.dspace.discovery.indexobject.ItemIndexFactoryImpl
 
xmlWorkflowItemService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
xmlWorkflowItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XmlWorkflowItemService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the XmlWorkflowItem object.
XmlWorkflowItemServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the XmlWorkflowItem object.
XmlWorkflowItemServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
xmlWorkflowService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
XmlWorkflowService - Interface in org.dspace.xmlworkflow.service
When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
XmlWorkflowServiceFactory - Class in org.dspace.xmlworkflow.factory
Abstract factory to get services for the xmlworkflow package, use XmlWorkflowServiceFactory.getInstance() to retrieve an implementation
XmlWorkflowServiceFactory() - Constructor for class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
XmlWorkflowServiceFactoryImpl - Class in org.dspace.xmlworkflow.factory
Factory implementation to get services for the xmlworkflow package, use XmlWorkflowServiceFactory.getInstance() to retrieve an implementation
XmlWorkflowServiceFactoryImpl() - Constructor for class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
XmlWorkflowServiceImpl - Class in org.dspace.xmlworkflow
When an item is submitted and is somewhere in a workflow, it has a row in the cwf_workflowitem table pointing to it.
XmlWorkflowServiceImpl() - Constructor for class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XOAI - Class in org.dspace.xoai.app
 
XOAI(Context, boolean) - Constructor for class org.dspace.xoai.app.XOAI
 
XOAI(Context, boolean, boolean, boolean) - Constructor for class org.dspace.xoai.app.XOAI
 
XOAI_CONFIGURATION_FILE - Static variable in class org.dspace.xoai.services.impl.context.DSpaceXOAIManagerResolver
 
xoaiCacheService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
XOAICacheService - Interface in org.dspace.xoai.services.api.cache
 
XOAIExtensionItemCompilePlugin - Interface in org.dspace.xoai.app
This interface can be implemented by plugins that aims to contribute to the generation of the xoai document stored in the item.compile solr OAI core field
xoaiItemCacheService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
XOAIItemCacheService - Interface in org.dspace.xoai.services.api.cache
 
xoaiItemRepositoryResolver() - Method in class org.dspace.app.configuration.OAIWebConfig
 
xoaiLastCompilationCacheService() - Method in class org.dspace.xoai.app.BasicConfiguration
 
XOAILastCompilationCacheService - Interface in org.dspace.xoai.services.api.cache
 
xoaiManagerResolver() - Method in class org.dspace.xoai.app.BasicConfiguration
 
XOAIManagerResolver - Interface in org.dspace.xoai.services.api.config
 
XOAIManagerResolverException - Exception in org.dspace.xoai.services.api.config
 
XOAIManagerResolverException() - Constructor for exception org.dspace.xoai.services.api.config.XOAIManagerResolverException
 
XOAIManagerResolverException(String) - Constructor for exception org.dspace.xoai.services.api.config.XOAIManagerResolverException
 
XOAIManagerResolverException(String, Throwable) - Constructor for exception org.dspace.xoai.services.api.config.XOAIManagerResolverException
 
XOAIManagerResolverException(Throwable) - Constructor for exception org.dspace.xoai.services.api.config.XOAIManagerResolverException
 
xpathTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
XSI_NS - Static variable in interface org.dspace.content.crosswalk.DisseminationCrosswalk
XSI namespace, required for xsi:schemalocation attributes
XSLTCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven Crosswalk
XSLTCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTCrosswalk
 
XSLTDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven dissemination Crosswalk
XSLTDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
XSLTIngestionCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven ingestion Crosswalk
XSLTIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
xwalk - Variable in class org.dspace.identifier.DataCiteXMLCreator
DisseminationCrosswalk to map local metadata into DataCite metadata.
xwalk - Variable in class org.dspace.identifier.doi.DataCiteConnector
DisseminationCrosswalk to map local metadata into DataCite metadata.

Y

YIDDISH - Static variable in class org.dspace.text.filter.Language
 

Z

zip(String, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
zip(String, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Zip source to target
zipFiles(File, String, String, ZipOutputStream) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages